BungieNet.Engine.Contract.Destiny.World.Definitions.IDestinyDisplayDefinition.displayProperties{ "largeIcon": "/common/destiny2_content/icons/801c07dc080b79c7da99ac4f59db1f66.jpg", "subtitle": "Agent of the Nine", "originalIcon": "/common/destiny2_content/icons/5659e5fc95912c079962376dfe4504ab.png", "requirementsDisplay": [], "smallTransparentIcon": "/img/destiny_content/vendor/icons/xur_small_icon.png", "mapIcon": "/img/destiny_content/vendor/icons/xur_map_icon.png", "largeTransparentIcon": "/img/destiny_content/vendor/icons/xur_large_icon.png", "description": "A peddler of strange curios, Xûr's motives are not his own. He bows to his distant masters, the Nine.", "name": "Xûr", "icon": "/common/destiny2_content/icons/5659e5fc95912c079962376dfe4504ab.png", "hasIcon": true } acceptedItems[] actions[] blacklistedfalse categories
0{ "categoryIndex": 0, "sortValue": 0, "categoryHash": 1167258204, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 0, 1 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } 1{ "categoryIndex": 1, "sortValue": 100, "categoryHash": 2904843377, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } 10
buyStringOverride"" categoryHash3072717034 categoryIndex10 disabledDescription"" hideFromRegularPurchasefalse hideIfNoCurrencyfalse isDisplayOnlyfalse isPreviewfalse quantityAvailable1 resetIntervalMinutesOverride10080 resetOffsetMinutesOverride-1020 showUnavailableItemsfalse sortValue4 vendorItemIndexes
0114 0113 1115 1148 2116 2149 3123 3151 4125 4154 5145 5155 6146 6160 7170 7163 8171 8167 9178 9180 10179 10185 11180 11186 12181 12187 13182 14183 15184 11
buyStringOverride"" categoryHash4181084328 categoryIndex11 disabledDescription"" hideFromRegularPurchasefalse hideIfNoCurrencyfalse isDisplayOnlyfalse isPreviewfalse quantityAvailable0 resetIntervalMinutesOverride-1 resetOffsetMinutesOverride-1 showUnavailableItemsfalse sortValue200 vendorItemIndexes
0188 1189 2190 3191 4192 5193 6194 7195 8196 9197 10198 11199 12200 13201 14202 15203 16204 17222 18223 19224 20225 21226 22227 23228 24229 25230 26231 27232 28233 29234 30235 31236 32237 33238 34239 35240 36241 37242 38243 39244 40245 41246 42247 43248 44249 45250 46251 47252 48253 49254 50255 51256 52257 53258 54259 55260 56261 57262 58263 59264 60265 61266 62267 63268 64269 65270 66271 67272 68273 69274 70275 71276 72277 73278 74279 75280 76281 77282 78283 79284 80285 81286 82287 83288 84289 85290 86291 87292 88293 89294 90295 91296 92297 93298 94299 95300 96301 97302 98303 99304 100305 101306 102307 103308 104309 105310 106311 107312 108313 109314 110315 111316 112317 113318 114319 115320 116321 117322 118323 119324 120325 121326 122327 123328 124329 125330 126331 127332 128333 129334 130335 131336 132337 133338 134339 135340 136341 137342 138343 139344 140345 141346 142347 143348 144349 145350 146351 147352 148353 149354 150355 151356 152357 153358 154359 155360 156361 157362 158363 159364 160365 161366 162367 163368 164369 165370 166371 167372 168373 169374 170375 171376 172377 173378 174379 175380 176381 177382 178383 179384 180385 181386 182387 183388 184389 185390 186391 187392 188393 189394 190395 191396 192397 193398 194399 195400 196401 197402 198403 199404 200405 201406 202407 203408 204409 205410 206411 207412 208413 209414 210415 211416 212417 213418 214419 215420 216421 217422 218423 219424 220425 221426 222427 223428 224429 225430 226431 227432 228433 229434 230435 231436 232437 233438 234439 235440 236441 237442 238443 239444 240445 241446 242447 243448 244449 245450 246451 247452 248453 249454 250455 251456 252457 253458 254459 255460 256461 257462 258463 259464 260465 261466 262467 263468 264469 265470 266471 267472 268473 269474 270475 271476 272477 273478 274479 275480 276481 277482 278483 279484 280485 281486 282487 283488 284489 285490 286491 287492 288493 289494 290495 291496 292497 293498 294499 295500 296501 297502 298503 299504 300505 301506 302507 303508 304509 305510 306511 307512 308513 309514 310515 311516 312517 313518 314519 315520 316521 317522 318523 319524 320525 321526 322527 323528 324529 325530 326531 327532 328533 329534 330535 331536 332537 333538 334539 335540 336541 337542 338543 339544 340545 341546 342547 343548 344549 345550 346551 347552 348553 349554 350555 351556 352557 353558 354559 355560 356561 357562 358563 359564 360565 361566 362567 363568 364569 365570 366571 367572 368573 369574 370575 371576 372577 373578 374579 375580 376581 377582 378583 379584 380585 381586 382587 383588 384589 385590 386591 387592 388593 389594 390595 391596 392597 393598 394599 395600 396601 397602 398603 399604 400605 401606 402607 403608 404609 405610 406611 407612 408613 409614 410615 411616 412617 413618 414619 415620 416621 417622 418623 419624 420625 421626 422627 423628 424629 425630 426631 427632 428633 429634 430635 431636 432637 433638 434639 435640 436641 437642 438643 439644 440645 441646 442647 443648 444649 445650 446651 447652 448653 449654 12{ "categoryIndex": 12, "sortValue": 300, "categoryHash": 1401904132, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } 13
buyStringOverride"" categoryHash3248536298 categoryIndex13 disabledDescription"" displayTitle"Exotic Ciphers" hideFromRegularPurchasefalse hideIfNoCurrencyfalse isDisplayOnlyfalse isPreviewfalse quantityAvailable0 resetIntervalMinutesOverride-1 resetOffsetMinutesOverride-1 showUnavailableItemsfalse sortValue500 vendorItemIndexes
0658 0596 14
buyStringOverride"" categoryHash3197358458 categoryIndex14 disabledDescription"" displayTitle"An Old Friend" hideFromRegularPurchasetrue hideIfNoCurrencyfalse isDisplayOnlyfalse isPreviewfalse quantityAvailable0 resetIntervalMinutesOverride-1 resetOffsetMinutesOverride-1 showUnavailableItemsfalse sortValue-9000 vendorItemIndexes
0655 0593 15
buyStringOverride"" categoryHash1584066945 categoryIndex15 disabledDescription"" displayTitle"Abandoned Quests" hideFromRegularPurchasefalse hideIfNoCurrencyfalse isDisplayOnlyfalse isPreviewfalse quantityAvailable2 resetIntervalMinutesOverride-1 resetOffsetMinutesOverride-1 showUnavailableItemsfalse sortValue0 vendorItemIndexes
0656 0594 1657 1595 2{ "categoryIndex": 2, "sortValue": 350, "categoryHash": 2517182403, "quantityAvailable": 2, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 30, 31 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } 3{ "categoryIndex": 3, "sortValue": 110, "categoryHash": 3741273064, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } 4{ "categoryIndex": 4, "sortValue": 120, "categoryHash": 2190326868, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } 5{ "categoryIndex": 5, "sortValue": 130, "categoryHash": 721028037, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } 6{ "categoryIndex": 6, "sortValue": 175, "categoryHash": 37072559, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } 7
buyStringOverride"" categoryHash739721188 categoryIndex7 disabledDescription"" hideFromRegularPurchasefalse hideIfNoCurrencyfalse isDisplayOnlyfalse isPreviewfalse quantityAvailable3 resetIntervalMinutesOverride10080 resetOffsetMinutesOverride-1020 showUnavailableItemsfalse sortValue1 vendorItemIndexes
0114 1126 1115 2127 2116 3128 3117 4129 4119 5130 5120 6131 7133 7134 8135 8135 9138 9136 10139 10137 11140 11138 12141 12139 13143 13140 14147 14146 15148 15147 16151 16150 17154 17156 18157 18164 19158 19165 20161 20166 21166 21168 22169 22170 23173 23171 24174 24172 25177 25173 26188 26174 27191 27175 28193 29194 30196 31197 32199 33202 8
buyStringOverride"" categoryHash3089647179 categoryIndex8 disabledDescription"" hideFromRegularPurchasefalse hideIfNoCurrencyfalse isDisplayOnlyfalse isPreviewfalse quantityAvailable2 resetIntervalMinutesOverride10080 resetOffsetMinutesOverride-1020 showUnavailableItemsfalse sortValue2 vendorItemIndexes
0118 1120 1122 2122 2123 3124 3124 4134 4125 5136 5127 6142 6130 7149 7131 8153 8132 9156 9157 10159 10158 11160 11159 12163 12161 13167 13162 14176 14169 15185 15176 16187 16177 17190 17178 18192 18179 19195 20198 21200 22203 23204 9
buyStringOverride"" categoryHash2998493651 categoryIndex9 disabledDescription"" hideFromRegularPurchasefalse hideIfNoCurrencyfalse isDisplayOnlyfalse isPreviewfalse quantityAvailable1 resetIntervalMinutesOverride10080 resetOffsetMinutesOverride-1020 showUnavailableItemsfalse sortValue3 vendorItemIndexes
0113 0126 1117 1128 2119 2129 3132 3133 4137 4141 5144 5142 6150 6143 7152 7144 8155 8145 9162 9152 10164 10153 11165 11181 12168 12182 13172 13183 14175 14184 15186 16189 17201 consolidateCategoriesfalse displayCategories[ { "index": 0, "identifier": "category_black_market_exotics", "displayCategoryHash": 58091756, "displayProperties": { "description": "", "name": "Exotic Gear", "hasIcon": false }, "displayInBanner": false, "sortOrder": 0 }, { "index": 1, "identifier": "category_consumables", "displayCategoryHash": 1401904132, "displayProperties": { "description": "", "name": "Consumables", "hasIcon": false }, "displayInBanner": false, "sortOrder": 0 }, { "index": 2, "identifier": "category.weapons_past", "displayCategoryHash": 2655866627, "displayProperties": { "description": "", "name": "Legendary Weapons", "hasIcon": false }, "displayInBanner": false, "sortOrder": 0 }, { "index": 3, "identifier": "category.armor_past", "displayCategoryHash": 2561064581, "displayProperties": { "description": "", "name": "Legendary Armor", "hasIcon": false }, "displayInBanner": false, "sortOrder": 0 }, { "index": 4, "identifier": "category_exotic_weapons", "displayCategoryHash": 580895904, "displayProperties": { "description": "", "name": "Exotic Weapons", "hasIcon": false }, "displayInBanner": false, "sortOrder": 0 }, { "index": 5, "identifier": "intro_step0_name", "displayCategoryHash": 3812053524, "displayProperties": { "description": "", "name": "An Old Friend", "hasIcon": false }, "displayInBanner": false, "sortOrder": 0 }, { "index": 6, "identifier": "generic_quest_resume_display_category", "displayCategoryHash": 779658507, "displayProperties": { "description": "", "name": "Abandoned Quests", "hasIcon": false }, "displayInBanner": false, "sortOrder": 0 }, { "index": 7, "identifier": "xur_vendor_category", "displayCategoryHash": 772917134, "displayProperties": { "description": "", "name": "Exotic Ciphers", "hasIcon": false }, "displayInBanner": false, "sortOrder": 0 } ] displayItemHash1022552290 displayProperties{ "largeIcon": "/common/destiny2_content/icons/801c07dc080b79c7da99ac4f59db1f66.jpg", "subtitle": "Agent of the Nine", "originalIcon": "/common/destiny2_content/icons/5659e5fc95912c079962376dfe4504ab.png", "requirementsDisplay": [], "smallTransparentIcon": "/img/destiny_content/vendor/icons/xur_small_icon.png", "mapIcon": "/img/destiny_content/vendor/icons/xur_map_icon.png", "largeTransparentIcon": "/img/destiny_content/vendor/icons/xur_large_icon.png", "description": "A peddler of strange curios, Xûr's motives are not his own. He bows to his distant masters, the Nine.", "name": "Xûr", "icon": "/common/destiny2_content/icons/5659e5fc95912c079962376dfe4504ab.png", "hasIcon": true } enabledtrue factionHash1357903713 failureStrings[ "Already Claimed This Week", "Requires Destiny 2: Forsaken Pack", "Requires Destiny 2: Beyond Light", "Requires Destiny 2: Shadowkeep", "You already have an Exotic Cipher." ] groups[ { "vendorGroupHash": 3227191227 } ] hash2190858386 ignoreSaleItemHashes[] index27 inhibitBuyingfalse inhibitSellingtrue interactions[ { "interactionIndex": 0, "replies": [ { "itemRewardsSelection": 1, "rewardSiteHash": 0, "reply": "", "replyType": 2 } ], "vendorCategoryIndex": 14, "questlineItemHash": 0, "sackInteractionList": [], "uiInteractionType": 2716011929, "interactionType": 2, "rewardBlockLabel": "", "rewardVendorCategoryIndex": -1, "flavorLineOne": "Xûr doesn't have much to call his own, but he'll always have your gift. Until he eats them. If he does eat.", "flavorLineTwo": "", "headerDisplayProperties": { "description": "", "name": "Dawning Delivery", "icon": "/common/destiny2_content/icons/318b1f68a260a0d78e72eb4d5f2aba83.png", "hasIcon": true }, "instructions": "Give Gift" }, { "interactionIndex": 1, "replies": [ { "itemRewardsSelection": 0, "rewardSiteHash": 0, "reply": "Complete", "replyType": 2 } ], "vendorCategoryIndex": -1, "questlineItemHash": 0, "sackInteractionList": [], "uiInteractionType": 1897987959, "interactionType": 3, "rewardBlockLabel": "", "rewardVendorCategoryIndex": -1, "flavorLineOne": "\"The Nine watch you, Guardian. I do not know why, because nobody can know the Nine.\"\n\nXûr spasms in an unpredictable cadence. A tentacle wafts out from his hood to float near you. Your skin hears its aroma.\n\nBy the time you process the sensation, an object has appeared in Xûr's hand.\n\n\"I hand you this gift, but I am nothing, so know that it is of and from the Nine. Your acceptance is arbitrary.\"", "flavorLineTwo": "", "headerDisplayProperties": { "description": "", "name": "Xenology", "hasIcon": false }, "instructions": "" }, { "interactionIndex": 2, "replies": [ { "itemRewardsSelection": 0, "rewardSiteHash": 0, "reply": "", "replyType": 0 } ], "vendorCategoryIndex": -1, "questlineItemHash": 0, "sackInteractionList": [], "uiInteractionType": 2549328968, "interactionType": 10, "rewardBlockLabel": "", "rewardVendorCategoryIndex": -1, "flavorLineOne": "", "flavorLineTwo": "", "headerDisplayProperties": { "description": "", "name": "", "hasIcon": false }, "instructions": "" } ] inventoryFlyouts[] itemList
0{ "vendorItemIndex": 0, "itemHash": 3875551374, "quantity": 1, "failureIndexes": [ 0 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 97, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 0, "originalCategoryIndex": 0, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 3, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 375726501, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 1{ "vendorItemIndex": 1, "itemHash": 3875551374, "quantity": 1, "failureIndexes": [ 0 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 3467984096, "quantity": 1, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 0, "originalCategoryIndex": 0, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 3, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 375726501, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 2{ "vendorItemIndex": 2, "itemHash": 1345867571, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 3{ "vendorItemIndex": 3, "itemHash": 1345867570, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 4{ "vendorItemIndex": 4, "itemHash": 3628991659, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 5{ "vendorItemIndex": 5, "itemHash": 3628991658, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 6{ "vendorItemIndex": 6, "itemHash": 4255268456, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 7{ "vendorItemIndex": 7, "itemHash": 2907129557, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 8{ "vendorItemIndex": 8, "itemHash": 4190156464, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 9{ "vendorItemIndex": 9, "itemHash": 3549153978, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 10{ "vendorItemIndex": 10, "itemHash": 3549153979, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 11{ "vendorItemIndex": 11, "itemHash": 3580904581, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 12{ "vendorItemIndex": 12, "itemHash": 3141979346, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 13{ "vendorItemIndex": 13, "itemHash": 1508896098, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 14{ "vendorItemIndex": 14, "itemHash": 4124984448, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 15{ "vendorItemIndex": 15, "itemHash": 19024058, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 16{ "vendorItemIndex": 16, "itemHash": 3899270607, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 17{ "vendorItemIndex": 17, "itemHash": 3437746471, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 18{ "vendorItemIndex": 18, "itemHash": 2208405142, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 19{ "vendorItemIndex": 19, "itemHash": 3844694310, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 20{ "vendorItemIndex": 20, "itemHash": 2286143274, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 21{ "vendorItemIndex": 21, "itemHash": 2856683562, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 22{ "vendorItemIndex": 22, "itemHash": 2694576561, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 23{ "vendorItemIndex": 23, "itemHash": 3766045777, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 24{ "vendorItemIndex": 24, "itemHash": 2044500762, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 25{ "vendorItemIndex": 25, "itemHash": 1541131350, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 26{ "vendorItemIndex": 26, "itemHash": 814876685, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 27{ "vendorItemIndex": 27, "itemHash": 3413860063, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 28{ "vendorItemIndex": 28, "itemHash": 2130065553, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 29{ "vendorItemIndex": 29, "itemHash": 4068264807, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 30{ "vendorItemIndex": 30, "itemHash": 3856705927, "quantity": 1, "failureIndexes": [ 2 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 125000, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 200, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3467984096, "quantity": 1, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 4257549985, "quantity": 1, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 4, "seedOverride": 0, "categoryIndex": 2, "originalCategoryIndex": 2, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 4, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 31{ "vendorItemIndex": 31, "itemHash": 3654674561, "quantity": 1, "failureIndexes": [ 2 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 125000, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 200, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3467984096, "quantity": 1, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 4257549985, "quantity": 1, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 4, "seedOverride": 0, "categoryIndex": 2, "originalCategoryIndex": 2, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 4, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 32{ "vendorItemIndex": 32, "itemHash": 1734144409, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 33{ "vendorItemIndex": 33, "itemHash": 2766109872, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 34{ "vendorItemIndex": 34, "itemHash": 2766109874, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 35{ "vendorItemIndex": 35, "itemHash": 896224899, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 36{ "vendorItemIndex": 36, "itemHash": 193869522, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 37{ "vendorItemIndex": 37, "itemHash": 193869523, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 38{ "vendorItemIndex": 38, "itemHash": 193869520, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 39{ "vendorItemIndex": 39, "itemHash": 3942036043, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 40{ "vendorItemIndex": 40, "itemHash": 1163283805, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 41{ "vendorItemIndex": 41, "itemHash": 978537162, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 42{ "vendorItemIndex": 42, "itemHash": 3562696927, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 43{ "vendorItemIndex": 43, "itemHash": 691578979, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 44{ "vendorItemIndex": 44, "itemHash": 691578978, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 45{ "vendorItemIndex": 45, "itemHash": 1474735277, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 46{ "vendorItemIndex": 46, "itemHash": 1474735276, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 47{ "vendorItemIndex": 47, "itemHash": 4165919945, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 48{ "vendorItemIndex": 48, "itemHash": 475652357, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 49{ "vendorItemIndex": 49, "itemHash": 903984858, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 50{ "vendorItemIndex": 50, "itemHash": 1321354572, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 51{ "vendorItemIndex": 51, "itemHash": 1321354573, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 52{ "vendorItemIndex": 52, "itemHash": 1053737370, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 53{ "vendorItemIndex": 53, "itemHash": 2773056939, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 54{ "vendorItemIndex": 54, "itemHash": 1688602431, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 55{ "vendorItemIndex": 55, "itemHash": 609852545, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 56{ "vendorItemIndex": 56, "itemHash": 2757274117, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 57{ "vendorItemIndex": 57, "itemHash": 1219761634, "quantity": 1, "failureIndexes": [ 3 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 58{ "vendorItemIndex": 58, "itemHash": 2268523867, "quantity": 1, "failureIndexes": [ 3 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 59{ "vendorItemIndex": 59, "itemHash": 241462141, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 60{ "vendorItemIndex": 60, "itemHash": 241462142, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 61{ "vendorItemIndex": 61, "itemHash": 1192890598, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 62{ "vendorItemIndex": 62, "itemHash": 3883866764, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 63{ "vendorItemIndex": 63, "itemHash": 3539357318, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 64{ "vendorItemIndex": 64, "itemHash": 3539357319, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 65{ "vendorItemIndex": 65, "itemHash": 1654461647, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 66{ "vendorItemIndex": 66, "itemHash": 2384488862, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 67{ "vendorItemIndex": 67, "itemHash": 1734844650, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 68{ "vendorItemIndex": 68, "itemHash": 1734844651, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 69{ "vendorItemIndex": 69, "itemHash": 1848640623, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 70{ "vendorItemIndex": 70, "itemHash": 1341951177, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 71{ "vendorItemIndex": 71, "itemHash": 2578771006, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 72{ "vendorItemIndex": 72, "itemHash": 2423243921, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 73{ "vendorItemIndex": 73, "itemHash": 2240152949, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 74{ "vendorItemIndex": 74, "itemHash": 2563444729, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 75{ "vendorItemIndex": 75, "itemHash": 1591207519, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 76{ "vendorItemIndex": 76, "itemHash": 1591207518, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 77{ "vendorItemIndex": 77, "itemHash": 3216110440, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 78{ "vendorItemIndex": 78, "itemHash": 1160559849, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 79{ "vendorItemIndex": 79, "itemHash": 106575079, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 80{ "vendorItemIndex": 80, "itemHash": 136355432, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 81{ "vendorItemIndex": 81, "itemHash": 3874247549, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 82{ "vendorItemIndex": 82, "itemHash": 2808156426, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 83{ "vendorItemIndex": 83, "itemHash": 2255796155, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 84{ "vendorItemIndex": 84, "itemHash": 2326396534, "quantity": 1, "failureIndexes": [ 3 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 85{ "vendorItemIndex": 85, "itemHash": 1190497097, "quantity": 1, "failureIndexes": [ 3 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 86{ "vendorItemIndex": 86, "itemHash": 3844826440, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 87{ "vendorItemIndex": 87, "itemHash": 3844826443, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 88{ "vendorItemIndex": 88, "itemHash": 370930766, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 89{ "vendorItemIndex": 89, "itemHash": 3381022969, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 90{ "vendorItemIndex": 90, "itemHash": 3381022970, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 91{ "vendorItemIndex": 91, "itemHash": 3381022971, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 92{ "vendorItemIndex": 92, "itemHash": 4136768282, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 93{ "vendorItemIndex": 93, "itemHash": 2950045886, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 94{ "vendorItemIndex": 94, "itemHash": 1725917554, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 95{ "vendorItemIndex": 95, "itemHash": 3070555693, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 96{ "vendorItemIndex": 96, "itemHash": 2428181146, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 97{ "vendorItemIndex": 97, "itemHash": 1906093346, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 98{ "vendorItemIndex": 98, "itemHash": 4057299718, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 99{ "vendorItemIndex": 99, "itemHash": 4057299719, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 100{ "vendorItemIndex": 100, "itemHash": 121305948, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 101{ "vendorItemIndex": 101, "itemHash": 3084282676, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 102{ "vendorItemIndex": 102, "itemHash": 3787517196, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 103{ "vendorItemIndex": 103, "itemHash": 2082483156, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 104{ "vendorItemIndex": 104, "itemHash": 1030017949, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 105{ "vendorItemIndex": 105, "itemHash": 138282166, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 106{ "vendorItemIndex": 106, "itemHash": 3627185503, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 107{ "vendorItemIndex": 107, "itemHash": 2177524718, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 108{ "vendorItemIndex": 108, "itemHash": 3288917178, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 109{ "vendorItemIndex": 109, "itemHash": 1096253259, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 110{ "vendorItemIndex": 110, "itemHash": 3948284065, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 111{ "vendorItemIndex": 111, "itemHash": 235591051, "quantity": 1, "failureIndexes": [ 3 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 112{ "vendorItemIndex": 112, "itemHash": 2822465023, "quantity": 1, "failureIndexes": [ 3 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 113
action{ "executeSeconds": 0, "isPositive": true } categoryIndex910 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash9539986452465295065 itemHash991314988821154603 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex910 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash39287703671590375901 socketTypeHash2218962841 sortValue0 vendorItemIndex113 visibilityScope0 weight0 114
action{ "executeSeconds": 0, "isPositive": true } categoryIndex107 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash9539986451498876634 itemHash19729855951561006927 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex107 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash39287703671590375901 socketTypeHash19640655942218962841 sortValue0 vendorItemIndex114 visibilityScope0 weight0 115
action{ "executeSeconds": 0, "isPositive": true } categoryIndex107 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash1498876634 itemHash19827112793143732432 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex107 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "singleItemHash": 1590375901, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] sortValue0 vendorItemIndex115 visibilityScope0 weight0 116
action{ "executeSeconds": 0, "isPositive": true } categoryIndex107 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash1498876634 itemHash31696165141119734784 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex107 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] sortValue0 vendorItemIndex116 visibilityScope0 weight0 117
action{ "executeSeconds": 0, "isPositive": true } categoryIndex97 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash9539986452465295065 itemHash42309935991337707096 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex97 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1486919755150943607 socketTypeHash2218962841 sortValue0 vendorItemIndex117 visibilityScope0 weight0 118
action{ "executeSeconds": 0, "isPositive": true } categoryIndex8 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash2531965862496875173 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex8 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash33537978984283235143 socketTypeHash2218962841 sortValue0 vendorItemIndex118 visibilityScope0 weight0 119
action{ "executeSeconds": 0, "isPositive": true } categoryIndex97 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash9539986451498876634 itemHash4146702548211938782 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex97 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash4283235143892374263 socketTypeHash2218962841 sortValue0 vendorItemIndex119 visibilityScope0 weight0 120
action{ "executeSeconds": 0, "isPositive": true } categoryIndex87 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash14988766342465295065 itemHash29573677433460122497 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex87 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash42832351432203506848 socketTypeHash2218962841 sortValue0 vendorItemIndex120 visibilityScope0 weight0 121
action{ "executeSeconds": 0, "isPositive": true } categoryIndex7 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash20092775383472875143 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex7 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash15903759012203506848 socketTypeHash2218962841 sortValue0 vendorItemIndex121 visibilityScope0 weight0 122
action{ "executeSeconds": 0, "isPositive": true } categoryIndex8 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash14988766342465295065 itemHash37459901453055192515 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex8 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1590375901150943607 socketTypeHash2218962841 sortValue0 vendorItemIndex122 visibilityScope0 weight0 123
action{ "executeSeconds": 0, "isPositive": true } categoryIndex108 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash14988766342465295065 itemHash4292849692607191995 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex108 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash42832351433353797898 socketTypeHash2218962841 sortValue0 vendorItemIndex123 visibilityScope0 weight0 124
action{ "executeSeconds": 0, "isPositive": true } categoryIndex8 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash33565262532481881293 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex8 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] sortValue0 vendorItemIndex124 visibilityScope0 weight0 125
action{ "executeSeconds": 0, "isPositive": true } categoryIndex108 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash21089209813044460004 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex108 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash5182247473353797898 socketTypeHash2218962841 sortValue0 vendorItemIndex125 visibilityScope0 weight0 126
action{ "executeSeconds": 0, "isPositive": true } categoryIndex79 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065953998645 itemHash8211546032257180473 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex79 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash15903759014105787909 socketTypeHash2218962841 sortValue0 vendorItemIndex126 visibilityScope0 weight0 127
action{ "executeSeconds": 0, "isPositive": true } categoryIndex78 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash14988766342465295065 itemHash35043361761946491241 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex78 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash150943607518224747 socketTypeHash2218962841 sortValue0 vendorItemIndex127 visibilityScope0 weight0 128
action{ "executeSeconds": 0, "isPositive": true } categoryIndex79 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash1498876634953998645 itemHash2199171672407621213 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex79 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1509436073928770367 socketTypeHash2218962841 sortValue0 vendorItemIndex128 visibilityScope0 weight0 129
action{ "executeSeconds": 0, "isPositive": true } categoryIndex79 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065953998645 itemHash1888821522453357042 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex79 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash5182247474283235143 socketTypeHash2218962841 sortValue0 vendorItemIndex129 visibilityScope0 weight0 130
action{ "executeSeconds": 0, "isPositive": true } categoryIndex78 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash14988766342465295065 itemHash1561006927981718087 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex78 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash15903759013928770367 socketTypeHash2218962841 sortValue0 vendorItemIndex130 visibilityScope0 weight0 131
action{ "executeSeconds": 0, "isPositive": true } categoryIndex78 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash1498876634 itemHash3037520408304659313 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex78 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] sortValue0 vendorItemIndex131 visibilityScope0 weight0 132
action{ "executeSeconds": 0, "isPositive": true } categoryIndex98 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash9539986452465295065 itemHash25827553444255586669 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex98 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] sortValue0 vendorItemIndex132 visibilityScope0 weight0 133
action{ "executeSeconds": 0, "isPositive": true } categoryIndex79 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065953998645 itemHash39378663882066434718 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex79 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1509436073928770367 socketTypeHash2218962841 sortValue0 vendorItemIndex133 visibilityScope0 weight0 134
action{ "executeSeconds": 0, "isPositive": true } categoryIndex87 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash24652950651498876634 itemHash18217247803037520408 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex87 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] sortValue0 vendorItemIndex134 visibilityScope0 weight0 135
action{ "executeSeconds": 0, "isPositive": true } categoryIndex7 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash24652950651498876634 itemHash7663235452742838701 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex7 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "singleItemHash": 1590375901, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] sortValue0 vendorItemIndex135 visibilityScope0 weight0 136
action{ "executeSeconds": 0, "isPositive": true } categoryIndex87 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash24652950651498876634 itemHash30551925152742838700 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex87 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1509436074283235143 socketTypeHash2218962841 sortValue0 vendorItemIndex136 visibilityScope0 weight0 137
action{ "executeSeconds": 0, "isPositive": true } categoryIndex97 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash9539986452465295065 itemHash22571804731835747805 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex97 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash4105787909518224747 socketTypeHash2218962841 sortValue0 vendorItemIndex137 visibilityScope0 weight0 138
action{ "executeSeconds": 0, "isPositive": true } categoryIndex7 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash14988766342465295065 itemHash27428387011200824700 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex7 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "singleItemHash": 1590375901, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] sortValue0 vendorItemIndex138 visibilityScope0 weight0 139
action{ "executeSeconds": 0, "isPositive": true } categoryIndex7 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash1498876634 itemHash2742838700310708513 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex7 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] sortValue0 vendorItemIndex139 visibilityScope0 weight0 140
action{ "executeSeconds": 0, "isPositive": true } categoryIndex7 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash24652950651498876634 itemHash11622476181622998472 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex7 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash150943607518224747 socketTypeHash2218962841 sortValue0 vendorItemIndex140 visibilityScope0 weight0 141
action{ "executeSeconds": 0, "isPositive": true } categoryIndex79 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash1498876634953998645 itemHash17233800732714022207 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex79 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash5182247473353797898 socketTypeHash2218962841 sortValue0 vendorItemIndex141 visibilityScope0 weight0 142
action{ "executeSeconds": 0, "isPositive": true } categoryIndex89 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065953998645 itemHash28076871563075224551 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex89 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash5182247474283235143 socketTypeHash2218962841 sortValue0 vendorItemIndex142 visibilityScope0 weight0 143
action{ "executeSeconds": 0, "isPositive": true } categoryIndex79 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash1498876634953998645 itemHash17867977083335343363 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex79 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1509436073353797898 socketTypeHash2218962841 sortValue0 vendorItemIndex143 visibilityScope0 weight0 144
action{ "executeSeconds": 0, "isPositive": true } categoryIndex9 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash953998645 itemHash28573488712582755344 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex9 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash14869197554283235143 socketTypeHash2218962841 sortValue0 vendorItemIndex144 visibilityScope0 weight0 145
action{ "executeSeconds": 0, "isPositive": true } categoryIndex109 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash1498876634953998645 itemHash16907838112434225986 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex109 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] sortValue0 vendorItemIndex145 visibilityScope0 weight0 146
action{ "executeSeconds": 0, "isPositive": true } categoryIndex107 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash656116801162247618 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex107 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1590375901150943607 socketTypeHash2218962841 sortValue0 vendorItemIndex146 visibilityScope0 weight0 147
action{ "executeSeconds": 0, "isPositive": true } categoryIndex7 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash1498876634 itemHash31437324321216130969 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex7 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1590375901150943607 socketTypeHash2218962841 sortValue0 vendorItemIndex147 visibilityScope0 weight0 148
action{ "executeSeconds": 0, "isPositive": true } categoryIndex710 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash14988766342465295065 itemHash2119387822050789284 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex710 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash8923742631590375901 socketTypeHash2218962841 sortValue0 vendorItemIndex148 visibilityScope0 weight0 149
action{ "executeSeconds": 0, "isPositive": true } categoryIndex810 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash6071919954156253727 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex810 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash3353797898518224747 socketTypeHash2218962841 sortValue0 vendorItemIndex149 visibilityScope0 weight0 150
action{ "executeSeconds": 0, "isPositive": true } categoryIndex97 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash9539986452465295065 itemHash357941111621558458 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex97 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1486919755150943607 socketTypeHash2218962841 sortValue0 vendorItemIndex150 visibilityScope0 weight0 151
action{ "executeSeconds": 0, "isPositive": true } categoryIndex710 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash1498876634953998645 itemHash1216130969991314988 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex710 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash8923742633928770367 socketTypeHash2218962841 sortValue0 vendorItemIndex151 visibilityScope0 weight0 152
action{ "executeSeconds": 0, "isPositive": true } categoryIndex9 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash953998645 itemHash6144265483669616453 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex9 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash14869197553928770367 socketTypeHash2218962841 sortValue0 vendorItemIndex152 visibilityScope0 weight0 153
action{ "executeSeconds": 0, "isPositive": true } categoryIndex89 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065953998645 itemHash19464912412496242052 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex89 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash5182247474105787909 socketTypeHash2218962841 sortValue0 vendorItemIndex153 visibilityScope0 weight0 154
action{ "executeSeconds": 0, "isPositive": true } categoryIndex710 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065953998645 itemHash18357478052448907086 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex710 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash5182247474105787909 socketTypeHash2218962841 sortValue0 vendorItemIndex154 visibilityScope0 weight0 155
action{ "executeSeconds": 0, "isPositive": true } categoryIndex910 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash9539986451498876634 itemHash4076212133504336176 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex910 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash3928770367150943607 socketTypeHash2218962841 sortValue0 vendorItemIndex155 visibilityScope0 weight0 156
action{ "executeSeconds": 0, "isPositive": true } categoryIndex87 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash12713438962776503072 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex87 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1509436074283235143 socketTypeHash2218962841 sortValue0 vendorItemIndex156 visibilityScope0 weight0 157
action{ "executeSeconds": 0, "isPositive": true } categoryIndex78 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash27424906091821724780 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex78 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash5182247474283235143 socketTypeHash2218962841 sortValue0 vendorItemIndex157 visibilityScope0 weight0 158
action{ "executeSeconds": 0, "isPositive": true } categoryIndex78 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash12008247001096206669 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex78 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1486919755518224747 socketTypeHash2218962841 sortValue0 vendorItemIndex158 visibilityScope0 weight0 159
action{ "executeSeconds": 0, "isPositive": true } categoryIndex8 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash10962066693616586446 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex8 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash14869197551590375901 socketTypeHash2218962841 sortValue0 vendorItemIndex159 visibilityScope0 weight0 160
action{ "executeSeconds": 0, "isPositive": true } categoryIndex810 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash12530870832891672170 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex810 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1590375901518224747 socketTypeHash2218962841 sortValue0 vendorItemIndex160 visibilityScope0 weight0 161
action{ "executeSeconds": 0, "isPositive": true } categoryIndex78 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash2222560548599895591 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex78 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash5182247474283235143 socketTypeHash2218962841 sortValue0 vendorItemIndex161 visibilityScope0 weight0 162
action{ "executeSeconds": 0, "isPositive": true } categoryIndex98 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash9539986451498876634 itemHash36696164533184681056 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex98 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash3928770367518224747 socketTypeHash2218962841 sortValue0 vendorItemIndex162 visibilityScope0 weight0 163
action{ "executeSeconds": 0, "isPositive": true } categoryIndex810 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash24652950651498876634 itemHash36165864462199171672 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex810 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1590375901150943607 socketTypeHash2218962841 sortValue0 vendorItemIndex163 visibilityScope0 weight0 164
action{ "executeSeconds": 0, "isPositive": true } categoryIndex97 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash9539986452465295065 itemHash36299687653937866388 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex97 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1486919755150943607 socketTypeHash2218962841 sortValue0 vendorItemIndex164 visibilityScope0 weight0 165
action{ "executeSeconds": 0, "isPositive": true } categoryIndex97 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash9539986451498876634 itemHash24533570421723380073 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex97 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash4283235143518224747 socketTypeHash2218962841 sortValue0 vendorItemIndex165 visibilityScope0 weight0 166
action{ "executeSeconds": 0, "isPositive": true } categoryIndex7 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash27765030722121785039 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex7 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] sortValue0 vendorItemIndex166 visibilityScope0 weight0 167
action{ "executeSeconds": 0, "isPositive": true } categoryIndex810 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash981718087409551876 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex810 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash39287703674283235143 socketTypeHash2218962841 sortValue0 vendorItemIndex167 visibilityScope0 weight0 168
action{ "executeSeconds": 0, "isPositive": true } categoryIndex97 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash9539986451498876634 itemHash2714022207541188001 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex97 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash3928770367518224747 socketTypeHash2218962841 sortValue0 vendorItemIndex168 visibilityScope0 weight0 169
action{ "executeSeconds": 0, "isPositive": true } categoryIndex78 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash14988766342465295065 itemHash1513993763378498222 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex78 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "singleItemHash": 518224747, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] sortValue0 vendorItemIndex169 visibilityScope0 weight0 170
action{ "executeSeconds": 0, "isPositive": true } categoryIndex107 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash2050789284766323545 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex107 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "singleItemHash": 1590375901, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] sortValue0 vendorItemIndex170 visibilityScope0 weight0 171
action{ "executeSeconds": 0, "isPositive": true } categoryIndex107 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash24652950651498876634 itemHash28916721701786797708 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex107 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1486919755150943607 socketTypeHash2218962841 sortValue0 vendorItemIndex171 visibilityScope0 weight0 172
action{ "executeSeconds": 0, "isPositive": true } categoryIndex97 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash9539986452465295065 itemHash30752245512742490609 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex97 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash4283235143518224747 socketTypeHash2218962841 sortValue0 vendorItemIndex172 visibilityScope0 weight0 173
action{ "executeSeconds": 0, "isPositive": true } categoryIndex7 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash21217850392222560548 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex7 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash4283235143518224747 socketTypeHash2218962841 sortValue0 vendorItemIndex173 visibilityScope0 weight0 174
action{ "executeSeconds": 0, "isPositive": true } categoryIndex7 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash24652950651498876634 itemHash34601224971513993763 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex7 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash2203506848518224747 socketTypeHash2218962841 sortValue0 vendorItemIndex174 visibilityScope0 weight0 175
action{ "executeSeconds": 0, "isPositive": true } categoryIndex97 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash9539986451498876634 itemHash24962420521097616550 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex97 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash41057879091590375901 socketTypeHash2218962841 sortValue0 vendorItemIndex175 visibilityScope0 weight0 176
action{ "executeSeconds": 0, "isPositive": true } categoryIndex8 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash8935274332807687156 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex8 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1590375901518224747 socketTypeHash2218962841 sortValue0 vendorItemIndex176 visibilityScope0 weight0 177
action{ "executeSeconds": 0, "isPositive": true } categoryIndex78 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash14988766342465295065 itemHash10976165501271343896 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex78 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1590375901150943607 socketTypeHash2218962841 sortValue0 vendorItemIndex177 visibilityScope0 weight0 178
action{ "executeSeconds": 0, "isPositive": true } categoryIndex108 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash26331865221253087083 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex108 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "singleItemHash": 1590375901, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] sortValue0 vendorItemIndex178 visibilityScope0 weight0 179
action{ "executeSeconds": 0, "isPositive": true } categoryIndex108 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065 itemHash432476743893527433 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex108 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash5182247471590375901 socketTypeHash2218962841 sortValue0 vendorItemIndex179 visibilityScope0 weight0 180
action{ "executeSeconds": 0, "isPositive": true } categoryIndex10 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash9539986452465295065 itemHash477726493473290087 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex10 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1590375901150943607 socketTypeHash2218962841 sortValue0 vendorItemIndex180 visibilityScope0 weight0 181
action{ "executeSeconds": 0, "isPositive": true } categoryIndex109 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065953998645 itemHash41562537272857348871 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex109 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash5182247471486919755 socketTypeHash2218962841 sortValue0 vendorItemIndex181 visibilityScope0 weight0 182
action{ "executeSeconds": 0, "isPositive": true } categoryIndex109 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash953998645 itemHash244890708635794111 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex109 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash41057879091486919755 socketTypeHash2218962841 sortValue0 vendorItemIndex182 visibilityScope0 weight0 183
action{ "executeSeconds": 0, "isPositive": true } categoryIndex109 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065953998645 itemHash409551876614426548 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex109 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash42832351431486919755 socketTypeHash2218962841 sortValue0 vendorItemIndex183 visibilityScope0 weight0 184
action{ "executeSeconds": 0, "isPositive": true } categoryIndex109 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065953998645 itemHash34732900873629968765 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex109 priceOverrideEnabledfalse purchasableScope0 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash1509436071486919755 socketTypeHash2218962841 sortValue0 vendorItemIndex184 visibilityScope0 weight0 185
action{ "executeSeconds": 0, "isPositive": true } categoryIndex810 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065953998645 itemHash24818812932782325300 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex810 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash42832351431486919755 socketTypeHash2218962841 sortValue0 vendorItemIndex185 visibilityScope06 weight0 186
action{ "executeSeconds": 0, "isPositive": true } categoryIndex910 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash953998645 itemHash33353433632782325301 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex910 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash33537978981486919755 socketTypeHash2218962841 sortValue0 vendorItemIndex186 visibilityScope06 weight0 187
action{ "executeSeconds": 0, "isPositive": true } categoryIndex810 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex2 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2465295065953998645 itemHash14027661222782325302 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex810 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-1 singleItemHash15903759011486919755 socketTypeHash2218962841 sortValue0 vendorItemIndex187 visibilityScope06 weight0 188
action
executeSeconds0 isPositivetruefalse categoryIndex711 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash24652950653551918588 itemHash35140960043797729472 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex711 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-11 singleItemHash1590375901 socketTypeHash22189628411119034468 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex188 visibilityScope06 weight0 189
action
executeSeconds0 isPositivetruefalse categoryIndex911 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash95399864514239492 itemHash24342259862680535688 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex911 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-11 singleItemHash4283235143 socketTypeHash22189628411119034468 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex189 visibilityScope06 weight0 190
action
executeSeconds0 isPositivetruefalse categoryIndex811 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash24652950651585787867 itemHash59989559187665893 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex811 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } sortValue0 vendorItemIndex190 visibilityScope06 weight0 191
action
executeSeconds0 isPositivetruefalse categoryIndex711 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash14988766343448274439 itemHash11197347842094233929 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex711 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-11 singleItemHash4283235143 socketTypeHash22189628411119034468 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex191 visibilityScope06 weight0 192
action
executeSeconds0 isPositivetruefalse categoryIndex811 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash149887663420886954 itemHash3046593132492669178 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex811 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-11 singleItemHash4283235143 socketTypeHash22189628411119034468 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex192 visibilityScope06 weight0 193
action
executeSeconds0 isPositivetruefalse categoryIndex711 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash24652950653551918588 itemHash16215584582845947996 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex711 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-11 singleItemHash150943607 socketTypeHash22189628411119034468 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex193 visibilityScope06 weight0 194
action
executeSeconds0 isPositivetruefalse categoryIndex711 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash149887663414239492 itemHash5411880012674680132 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex711 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-11 singleItemHash518224747 socketTypeHash22189628411119034468 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex194 visibilityScope06 weight0 195
action
executeSeconds0 isPositivetruefalse categoryIndex811 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash24652950651585787867 itemHash42555866693884544409 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex811 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } sortValue0 vendorItemIndex195 visibilityScope06 weight0 196
action
executeSeconds0 isPositivetruefalse categoryIndex711 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash14988766343448274439 itemHash3107085131727248109 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex711 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-11 singleItemHash1486919755 socketTypeHash22189628411119034468 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex196 visibilityScope06 weight0 197
action
executeSeconds0 isPositivetruefalse categoryIndex711 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash246529506520886954 itemHash13377070961807196134 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex711 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-11 singleItemHash150943607 socketTypeHash22189628411119034468 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex197 visibilityScope06 weight0 198
action
executeSeconds0 isPositivetruefalse categoryIndex811 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash14988766343551918588 itemHash31846810561765728763 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex811 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-11 singleItemHash518224747 socketTypeHash22189628411119034468 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex198 visibilityScope06 weight0 199
action
executeSeconds0 isPositivetruefalse categoryIndex711 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash246529506514239492 itemHash3472875143852430165 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex711 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-11 singleItemHash2203506848 socketTypeHash22189628411119034468 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex199 visibilityScope06 weight0 200
action
executeSeconds0 isPositivetruefalse categoryIndex811 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash24652950651585787867 itemHash30444600044269346472 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex811 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "singleItemHash": 3353797898, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } sortValue0 vendorItemIndex200 visibilityScope06 weight0 201
action
executeSeconds0 isPositivetruefalse categoryIndex911 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash9539986453448274439 itemHash20664347181299272338 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex911 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-11 singleItemHash3928770367 socketTypeHash22189628411119034468 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex201 visibilityScope06 weight0 202
action
executeSeconds0 isPositivetruefalse categoryIndex711 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash149887663420886954 itemHash1622998472215768941 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex711 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-11 singleItemHash1486919755 socketTypeHash22189628411119034468 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex202 visibilityScope06 weight0 203
action
executeSeconds0 isPositivetruefalse categoryIndex811 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash24652950653551918588 itemHash24968751733470850110 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex811 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-11 singleItemHash4283235143 socketTypeHash22189628411119034468 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex203 visibilityScope06 weight0 204
action
executeSeconds0 isPositivetruefalse categoryIndex811 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex23 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash246529506514239492 itemHash3784982223304105970 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex811 priceOverrideEnabledfalse purchasableScope06 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0
randomizedOptionsCount-11 singleItemHash892374263 socketTypeHash22189628411119034468 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex204 visibilityScope06 weight0 205
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash37977294723940923523 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex205 visibilityScope6 weight0 206
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash2680535688102368695 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex206 visibilityScope6 weight0 207
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash876658933890232472 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex207 visibilityScope6 weight0 208
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash20942339292862198970 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex208 visibilityScope6 weight0 209
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash24926691781557512974 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex209 visibilityScope6 weight0 210
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash28459479961875607511 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex210 visibilityScope6 weight0 211
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash2674680132669535051 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex211 visibilityScope6 weight0 212
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash3884544409248161012 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex212 visibilityScope6 weight0 213
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash17272481091600224949 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex213 visibilityScope6 weight0 214
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash18071961343373566763 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex214 visibilityScope6 weight0 215
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash17657287631730282946 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex215 visibilityScope6 weight0 216
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash852430165245450812 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex216 visibilityScope6 weight0 217
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash42693464723176347031 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex217 visibilityScope6 weight0 218
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash129927233879417130 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex218 visibilityScope6 weight0 219
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash2157689411512311134 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex219 visibilityScope6 weight0 220
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash3470850110883514983 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex220 visibilityScope6 weight0 221
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash33041059702915206011 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex221 visibilityScope6 weight0 222
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash39409235233030715588 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex222 visibilityScope6 weight0 223
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash1023686953762717334 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex223 visibilityScope6 weight0 224
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash38902324722005525978 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex224 visibilityScope6 weight0 225
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash28621989701653979435 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex225 visibilityScope6 weight0 226
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash15575129741607585295 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex226 visibilityScope6 weight0 227
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash1875607511680132464 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex227 visibilityScope6 weight0 228
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash669535051480714723 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex228 visibilityScope6 weight0 229
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash248161012248302381 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex229 visibilityScope6 weight0 230
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash16002249492657180960 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex230 visibilityScope6 weight0 231
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash33735667632538410394 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex231 visibilityScope6 weight0 232
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash17302829462401694485 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex232 visibilityScope6 weight0 233
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash245450812198912077 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex233 visibilityScope6 weight0 234
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash31763470313060679667 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex234 visibilityScope6 weight0 235
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash79417130971138346 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex235 visibilityScope6 weight0 236
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash15123111341792644404 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex236 visibilityScope6 weight0 237
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash883514983869711119 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex237 visibilityScope6 weight0 238
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash29152060111685792113 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex238 visibilityScope6 weight0 239
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash3030715588908447143 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex239 visibilityScope6 weight0 240
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash37627173342048299190 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex240 visibilityScope6 weight0 241
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash20055259784119718816 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex241 visibilityScope6 weight0 242
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash16539794351516941763 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex242 visibilityScope6 weight0 243
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash16075852951117943570 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex243 visibilityScope6 weight0 244
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash6801324642835971286 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex244 visibilityScope6 weight0 245
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash4807147232165598463 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex245 visibilityScope6 weight0 246
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash248302381446438979 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex246 visibilityScope6 weight0 247
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash26571809601519285164 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex247 visibilityScope6 weight0 248
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash25384103941959285715 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex248 visibilityScope6 weight0 249
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash2401694485946526461 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex249 visibilityScope6 weight0 250
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash1989120772408514352 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex250 visibilityScope6 weight0 251
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash30606796671953621386 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex251 visibilityScope6 weight0 252
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash9711383461269679141 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex252 visibilityScope6 weight0 253
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash1792644404768769183 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex253 visibilityScope6 weight0 254
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash8697111191276048857 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex254 visibilityScope6 weight0 255
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash16857921133014775444 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex255 visibilityScope6 weight0 256
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash9084471434038429998 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex256 visibilityScope6 weight0 257
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash20482991903984883553 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex257 visibilityScope6 weight0 258
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash41197188162498588344 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex258 visibilityScope6 weight0 259
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash15169417632454114768 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex259 visibilityScope6 weight0 260
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash11179435701805830669 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex260 visibilityScope6 weight0 261
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash28359712861702245537 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex261 visibilityScope6 weight0 262
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash2165598463533855986 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex262 visibilityScope6 weight0 263
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash446438979606902507 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex263 visibilityScope6 weight0 264
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash15192851641314666277 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex264 visibilityScope6 weight0 265
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash1959285715436615288 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex265 visibilityScope6 weight0 266
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash9465264611267361154 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex266 visibilityScope6 weight0 267
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash24085143521698660093 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex267 visibilityScope6 weight0 268
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash19536213863863492689 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex268 visibilityScope6 weight0 269
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash12696791411811579911 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex269 visibilityScope6 weight0 270
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash7687691832993008662 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex270 visibilityScope6 weight0 271
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash12760488572002452096 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex271 visibilityScope6 weight0 272
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash30147754443694642467 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex272 visibilityScope6 weight0 273
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash40384299984122447870 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex273 visibilityScope6 weight0 274
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash3984883553725297842 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex274 visibilityScope6 weight0 275
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash2498588344896081219 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex275 visibilityScope6 weight0 276
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash2454114768754069623 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex276 visibilityScope6 weight0 277
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash1805830669671423576 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex277 visibilityScope6 weight0 278
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash17022455373091776080 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex278 visibilityScope6 weight0 279
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash5338559861914589560 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex279 visibilityScope6 weight0 280
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash606902507693067797 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex280 visibilityScope6 weight0 281
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash13146662773153956825 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex281 visibilityScope6 weight0 282
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash4366152883408834730 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex282 visibilityScope6 weight0 283
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash12673611542899275886 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex283 visibilityScope6 weight0 284
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash16986600932389585538 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex284 visibilityScope6 weight0 285
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash38634926891613581523 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex285 visibilityScope6 weight0 286
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash1811579911657606375 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex286 visibilityScope6 weight0 287
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash2993008662687386728 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex287 visibilityScope6 weight0 288
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash20024520963441081953 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex288 visibilityScope6 weight0 289
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash36946424672286507447 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex289 visibilityScope6 weight0 290
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash4122447870119859462 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex290 visibilityScope6 weight0 291
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash7252978423684978064 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex291 visibilityScope6 weight0 292
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash896081219641063251 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex292 visibilityScope6 weight0 293
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash7540696233761819011 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex293 visibilityScope6 weight0 294
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash671423576178749005 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex294 visibilityScope6 weight0 295
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash30917760802629204288 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex295 visibilityScope6 weight0 296
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash19145895601524444346 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex296 visibilityScope6 weight0 297
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash6930677971812185909 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex297 visibilityScope6 weight0 298
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash3153956825273457849 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex298 visibilityScope6 weight0 299
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash34088347302009892127 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex299 visibilityScope6 weight0 300
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash28992758863722981806 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex300 visibilityScope6 weight0 301
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash23895855381392054568 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex301 visibilityScope6 weight0 302
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash16135815233207116971 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex302 visibilityScope6 weight0 303
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash6576063751578461326 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex303 visibilityScope6 weight0 304
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash6873867281108278178 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex304 visibilityScope6 weight0 305
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash3441081953332170995 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex305 visibilityScope6 weight0 306
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash22865074473631862279 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex306 visibilityScope6 weight0 307
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash1198594624086100104 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex307 visibilityScope6 weight0 308
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash36849780642913217908 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex308 visibilityScope6 weight0 309
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash6410632511126789516 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex309 visibilityScope6 weight0 310
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash37618190113359513793 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex310 visibilityScope6 weight0 311
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash1787490052174117797 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex311 visibilityScope6 weight0 312
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash26292042883200956542 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex312 visibilityScope6 weight0 313
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash15244443462819858798 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex313 visibilityScope6 weight0 314
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash1812185909449270146 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex314 visibilityScope6 weight0 315
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash2734578493968233427 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex315 visibilityScope6 weight0 316
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash2009892127578189287 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex316 visibilityScope6 weight0 317
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash3722981806607969640 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex317 visibilityScope6 weight0 318
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash13920545682615721245 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex318 visibilityScope6 weight0 319
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash32071169712011267747 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex319 visibilityScope6 weight0 320
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash15784613261293074586 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex320 visibilityScope6 weight0 321
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash11082781782668526660 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex321 visibilityScope6 weight0 322
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash332170995261922239 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex322 visibilityScope6 weight0 323
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash36318622792114894938 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex323 visibilityScope6 weight0 324
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash40861001042320951982 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex324 visibilityScope6 weight0 325
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash29132179082639046519 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex325 visibilityScope6 weight0 326
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash11267895163792637803 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex326 visibilityScope6 weight0 327
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash33595137933371366804 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex327 visibilityScope6 weight0 328
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash21741177973876414174 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex328 visibilityScope6 weight0 329
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash32009565423691605010 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex329 visibilityScope6 weight0 330
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash28198587984286845987 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex330 visibilityScope6 weight0 331
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash449270146508035927 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex331 visibilityScope6 weight0 332
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash3968233427425390008 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex332 visibilityScope6 weight0 333
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash5781892872395959535 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex333 visibilityScope6 weight0 334
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash607969640720656969 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex334 visibilityScope6 weight0 335
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash26157212452034926084 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex335 visibilityScope6 weight0 336
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash20112677473126089918 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex336 visibilityScope6 weight0 337
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash12930745862970562833 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex337 visibilityScope6 weight0 338
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash26685266601904615913 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex338 visibilityScope6 weight0 339
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash2619222393258844783 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex339 visibilityScope6 weight0 340
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash2114894938211036158 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex340 visibilityScope6 weight0 341
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash23209519821440812312 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex341 visibilityScope6 weight0 342
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash26390465192196557755 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex342 visibilityScope6 weight0 343
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash37926378031322451469 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex343 visibilityScope6 weight0 344
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash33713668042821102771 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex344 visibilityScope6 weight0 345
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash3876414174731561450 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex345 visibilityScope6 weight0 346
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash36916050102450046452 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex346 visibilityScope6 weight0 347
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash42868459871993250511 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex347 visibilityScope6 weight0 348
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash5080359271301733714 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex348 visibilityScope6 weight0 349
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash4253900083981949974 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex349 visibilityScope6 weight0 350
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash23959595353311577151 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex350 visibilityScope6 weight0 351
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash720656969164194947 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex351 visibilityScope6 weight0 352
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash20349260841702972140 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex352 visibilityScope6 weight0 353
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash31260899182687273800 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex353 visibilityScope6 weight0 354
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash29705628332657028416 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex354 visibilityScope6 weight0 355
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash19046159131584183805 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex355 visibilityScope6 weight0 356
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash32588447834070722289 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex356 visibilityScope6 weight0 357
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash2110361583364258850 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex357 visibilityScope6 weight0 358
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash14408123121348357884 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex358 visibilityScope6 weight0 359
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash21965577552742760292 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex359 visibilityScope6 weight0 360
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash13224514693911047865 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex360 visibilityScope6 weight0 361
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash2821102771695795213 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex361 visibilityScope6 weight0 362
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash731561450351285766 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex362 visibilityScope6 weight0 363
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash2450046452844110491 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex363 visibilityScope6 weight0 364
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash19932505113680920565 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex364 visibilityScope6 weight0 365
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash13017337142761292744 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex365 visibilityScope6 weight0 366
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash3981949974377757362 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex366 visibilityScope6 weight0 367
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash33115771514013678605 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex367 visibilityScope6 weight0 368
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash1641949473609750321 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex368 visibilityScope6 weight0 369
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash17029721401156579431 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex369 visibilityScope6 weight0 370
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash26872738001872077174 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex370 visibilityScope6 weight0 371
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash26570284161707236192 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex371 visibilityScope6 weight0 372
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash15841838053441003139 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex372 visibilityScope6 weight0 373
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash40707222892844341589 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex373 visibilityScope6 weight0 374
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash33642588502778321483 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex374 visibilityScope6 weight0 375
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash13483578841135037794 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex375 visibilityScope6 weight0 376
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash27427602921447990748 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex376 visibilityScope6 weight0 377
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash3911047865125496503 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex377 visibilityScope6 weight0 378
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash6957952134221940686 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex378 visibilityScope6 weight0 379
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash351285766481073890 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex379 visibilityScope6 weight0 380
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash844110491129527347 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex380 visibilityScope6 weight0 381
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash36809205651980271175 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex381 visibilityScope6 weight0 382
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash27612927442010051528 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex382 visibilityScope6 weight0 383
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash3777573623573869992 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex383 visibilityScope6 weight0 384
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash40136786053360543264 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex384 visibilityScope6 weight0 385
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash36097503212287801693 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex385 visibilityScope6 weight0 386
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash1156579431620774353 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex386 visibilityScope6 weight0 387
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash18720771744209278210 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex387 visibilityScope6 weight0 388
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash17072361923979487476 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex388 visibilityScope6 weight0 389
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash34410031393484179468 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex389 visibilityScope6 weight0 390
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash28443415891421936449 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex390 visibilityScope6 weight0 391
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash27783214833240387365 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex391 visibilityScope6 weight0 392
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash11350377944267226110 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex392 visibilityScope6 weight0 393
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash14479907481005587287 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex393 visibilityScope6 weight0 394
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash1254965033188870561 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex394 visibilityScope6 weight0 395
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash42219406863971375612 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex395 visibilityScope6 weight0 396
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash4810738901991627398 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex396 visibilityScope6 weight0 397
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash1295273472814122105 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex397 visibilityScope6 weight0 398
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash19802711751193359281 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex398 visibilityScope6 weight0 399
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash2010051528161082855 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex399 visibilityScope6 weight0 400
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash3573869992876580598 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex400 visibilityScope6 weight0 401
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash33605432643585812448 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex401 visibilityScope6 weight0 402
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash22878016931024612099 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex402 visibilityScope6 weight0 403
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash6207743533013565805 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex403 visibilityScope6 weight0 404
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash4209278210479000083 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex404 visibilityScope6 weight0 405
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash39794874763108883530 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex405 visibilityScope6 weight0 406
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash34841794684182737364 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex406 visibilityScope6 weight0 407
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash14219364493259907375 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex407 visibilityScope6 weight0 408
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash32403873651853444544 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex408 visibilityScope6 weight0 409
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash4267226110817757576 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex409 visibilityScope6 weight0 410
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash10055872872519855077 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex410 visibilityScope6 weight0 411
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash3188870561149949001 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex411 visibilityScope6 weight0 412
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash3971375612548384250 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex412 visibilityScope6 weight0 413
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash1991627398348791133 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex413 visibilityScope6 weight0 414
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash28141221051833326563 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex414 visibilityScope6 weight0 415
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash1193359281732149466 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex415 visibilityScope6 weight0 416
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash161082855784477316 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex416 visibilityScope6 weight0 417
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash8765805982672840191 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex417 visibilityScope6 weight0 418
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash35858124481598597433 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex418 visibilityScope6 weight0 419
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash10246120991317716127 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex419 visibilityScope6 weight0 420
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash30135658053030805806 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex420 visibilityScope6 weight0 421
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash4790000832717194152 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex421 visibilityScope6 weight0 422
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash3108883530237289259 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex422 visibilityScope6 weight0 423
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash41827373643902367052 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex423 visibilityScope6 weight0 424
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash3259907375832551956 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex424 visibilityScope6 weight0 425
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash18534445442000839529 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex425 visibilityScope6 weight0 426
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash817757576720513501 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex426 visibilityScope6 weight0 427
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash2519855077253235190 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex427 visibilityScope6 weight0 428
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash149949001102655739 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex428 visibilityScope6 weight0 429
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash548384250648899669 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex429 visibilityScope6 weight0 430
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash3487911334065815976 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex430 visibilityScope6 weight0 431
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash18333265633931166610 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex431 visibilityScope6 weight0 432
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash7321494662847663213 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex432 visibilityScope6 weight0 433
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash7844773162761357391 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex433 visibilityScope6 weight0 434
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash26728401913091683497 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex434 visibilityScope6 weight0 435
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash1598597433577019492 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex435 visibilityScope6 weight0 436
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash13177161273491384606 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex436 visibilityScope6 weight0 437
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash30308058063335857649 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex437 visibilityScope6 weight0 438
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash27171941524171162472 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex438 visibilityScope6 weight0 439
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash2372892594200580064 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex439 visibilityScope6 weight0 440
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash39023670523510616093 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex440 visibilityScope6 weight0 441
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash8325519561259643537 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex441 visibilityScope6 weight0 442
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash2000839529977534402 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex442 visibilityScope6 weight0 443
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash7205135012701297915 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex443 visibilityScope6 weight0 444
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash2532351904224643669 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex444 visibilityScope6 weight0 445
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash1026557393346592680 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex445 visibilityScope6 weight0 446
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash6488996692234841490 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex446 visibilityScope6 weight0 447
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash40658159761151338093 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex447 visibilityScope6 weight0 448
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash39311666103046434751 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex448 visibilityScope6 weight0 449
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash2847663213630719097 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex449 visibilityScope6 weight0 450
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash27613573912369445684 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex450 visibilityScope6 weight0 451
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash30916834972021231310 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex451 visibilityScope6 weight0 452
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash5770194921967684865 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex452 visibilityScope6 weight0 453
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash34913846062443609020 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex453 visibilityScope6 weight0 454
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash33358576492503153700 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex454 visibilityScope6 weight0 455
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash41711624723246983801 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex455 visibilityScope6 weight0 456
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash42005800641790943181 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex456 visibilityScope6 weight0 457
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash35106160931829417670 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex457 visibilityScope6 weight0 458
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash12596435373750210364 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex458 visibilityScope6 weight0 459
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash9775344022930001572 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex459 visibilityScope6 weight0 460
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash27012979153673831673 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex460 visibilityScope6 weight0 461
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash42246436693097544525 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex461 visibilityScope6 weight0 462
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash33465926803136019014 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex462 visibilityScope6 weight0 463
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash2234841490287888126 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex463 visibilityScope6 weight0 464
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash11513380931585947570 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex464 visibilityScope6 weight0 465
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash30464347511756730947 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex465 visibilityScope6 weight0 466
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash6307190971214477175 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex466 visibilityScope6 weight0 467
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash23694456841131831128 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex467 visibilityScope6 weight0 468
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash2021231310327547301 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex468 visibilityScope6 weight0 469
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash1967684865119457531 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex469 visibilityScope6 weight0 470
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash24436090202771141010 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex470 visibilityScope6 weight0 471
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash25031537001173249516 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex471 visibilityScope6 weight0 472
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash3246983801674876967 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex472 visibilityScope6 weight0 473
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash17909431812025716654 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex473 visibilityScope6 weight0 474
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash18294176701458739906 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex474 visibilityScope6 weight0 475
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash37502103641148770067 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex475 visibilityScope6 weight0 476
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash29300015724079117607 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex476 visibilityScope6 weight0 477
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash3673831673238284968 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex477 visibilityScope6 weight0 478
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash30975445252545401128 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex478 visibilityScope6 weight0 479
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash31360190143351935136 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex479 visibilityScope6 weight0 480
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash2878881262279193565 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex480 visibilityScope6 weight0 481
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash15859475703887272785 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex481 visibilityScope6 weight0 482
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash17567309473180809346 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex482 visibilityScope6 weight0 483
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash12144771751276513983 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex483 visibilityScope6 weight0 484
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash1131831128317220729 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex484 visibilityScope6 weight0 485
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash3275473012055947316 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex485 visibilityScope6 weight0 486
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash119457531251310542 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex486 visibilityScope6 weight0 487
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash2771141010197764097 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex487 visibilityScope6 weight0 488
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash11732495163673119885 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex488 visibilityScope6 weight0 489
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash6748769673100185651 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex489 visibilityScope6 weight0 490
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash20257166541010644330 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex490 visibilityScope6 weight0 491
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash1458739906505747572 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex491 visibilityScope6 weight0 492
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash114877006748951631 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex492 visibilityScope6 weight0 493
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash40791176073350504921 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex493 visibilityScope6 weight0 494
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash238284968412014143 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex494 visibilityScope6 weight0 495
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash25454011281659172686 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex495 visibilityScope6 weight0 496
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash33519351364003170632 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex496 visibilityScope6 weight0 497
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash22791935651947723211 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex497 visibilityScope6 weight0 498
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash38872727853245065734 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex498 visibilityScope6 weight0 499
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash31808093462166974634 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex499 visibilityScope6 weight0 500
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash12765139832803792315 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex500 visibilityScope6 weight0 501
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash3172207293311198527 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex501 visibilityScope6 weight0 502
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash20559473162804094976 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex502 visibilityScope6 weight0 503
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash2513105423479737253 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex503 visibilityScope6 weight0 504
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash1977640973436655867 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex504 visibilityScope6 weight0 505
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash36731198851793372050 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex505 visibilityScope6 weight0 506
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash310018565130472172 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex506 visibilityScope6 weight0 507
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash10106443303827066919 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex507 visibilityScope6 weight0 508
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash5057475723399325807 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex508 visibilityScope6 weight0 509
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash489516313497822409 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex509 visibilityScope6 weight0 510
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash3350504921517124228 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex510 visibilityScope6 weight0 511
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash4120141434129456190 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex511 visibilityScope6 weight0 512
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash16591726863973929105 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex512 visibilityScope6 weight0 513
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash40031706323862902650 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex513 visibilityScope6 weight0 514
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash19477232112146386894 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex514 visibilityScope6 weight0 515
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash32450657342888835735 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex515 visibilityScope6 weight0 516
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash21669746341245678091 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex516 visibilityScope6 weight0 517
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash28037923151248864692 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex517 visibilityScope6 weight0 518
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash33111985271659679091 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex518 visibilityScope6 weight0 519
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash28040949762447741853 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex519 visibilityScope6 weight0 520
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash34797372533909729744 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex520 visibilityScope6 weight0 521
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash34366558671654117930 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex521 visibilityScope6 weight0 522
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash17933720501394633029 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex522 visibilityScope6 weight0 523
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash304721722716373471 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex523 visibilityScope6 weight0 524
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash3827066919274659609 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex524 visibilityScope6 weight0 525
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash33993258071630402260 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex525 visibilityScope6 weight0 526
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash34978224091266712686 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex526 visibilityScope6 weight0 527
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash5171242281637623713 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex527 visibilityScope6 weight0 528
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash41294561901960663290 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex528 visibilityScope6 weight0 529
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash39739291052195587150 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex529 visibilityScope6 weight0 530
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash38629026502938035991 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex530 visibilityScope6 weight0 531
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash21463868943638406027 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex531 visibilityScope6 weight0 532
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash28888357353641592628 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex532 visibilityScope6 weight0 533
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash1245678091154944645 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex533 visibilityScope6 weight0 534
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash12488646922655279451 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex534 visibilityScope6 weight0 535
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash16596790911394979698 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex535 visibilityScope6 weight0 536
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash24477418531000646860 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex536 visibilityScope6 weight0 537
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash390972974477816839 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex537 visibilityScope6 weight0 538
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash16541179302320491441 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex538 visibilityScope6 weight0 539
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash13946330293423777255 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex539 visibilityScope6 weight0 540
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash27163734714139274998 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex540 visibilityScope6 weight0 541
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash274659609417977312 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex541 visibilityScope6 weight0 542
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash16304022602151744259 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex542 visibilityScope6 weight0 543
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash12667126863838077978 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex543 visibilityScope6 weight0 544
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash1637623713844443758 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex544 visibilityScope6 weight0 545
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash19606632901586892599 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex545 visibilityScope6 weight0 546
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash21955871501262430251 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex546 visibilityScope6 weight0 547
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash29380359911265513556 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex547 visibilityScope6 weight0 548
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash36384060272943943681 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex548 visibilityScope6 weight0 549
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash36415926283597838551 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex549 visibilityScope6 weight0 550
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash1549446451431190694 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex550 visibilityScope6 weight0 551
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash26552794513146160048 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex551 visibilityScope6 weight0 552
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash1394979698143821939 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex552 visibilityScope6 weight0 553
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash1000646860685165933 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex553 visibilityScope6 weight0 554
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash778168392731689491 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex554 visibilityScope6 weight0 555
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash23204914411066605642 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex555 visibilityScope6 weight0 556
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash34237772551854337492 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex556 visibilityScope6 weight0 557
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash4139274998931507503 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex557 visibilityScope6 weight0 558
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash417977312175511444 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex558 visibilityScope6 weight0 559
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash2151744259727872428 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex559 visibilityScope6 weight0 560
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash38380779783426527713 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex560 visibilityScope6 weight0 561
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash8444437583731378629 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex561 visibilityScope6 weight0 562
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash158689259938792606 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex562 visibilityScope6 weight0 563
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash12624302514091317789 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex563 visibilityScope6 weight0 564
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash12655135563971188131 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex564 visibilityScope6 weight0 565
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash29439436813252994970 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex565 visibilityScope6 weight0 566
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash35978385514144123204 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex566 visibilityScope6 weight0 567
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash14311906941737518783 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex567 visibilityScope6 weight0 568
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash31461600481256804729 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex568 visibilityScope6 weight0 569
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash1438219391148781279 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex569 visibilityScope6 weight0 570
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash6851659332395939950 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex570 visibilityScope6 weight0 571
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash27316894911909470440 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex571 visibilityScope6 weight0 572
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash10666056424148887147 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex572 visibilityScope6 weight0 573
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash18543374923150852690 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex573 visibilityScope6 weight0 574
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash9315075031852587798 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex574 visibilityScope6 weight0 575
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash1755114441182214975 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex575 visibilityScope6 weight0 576
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash7278724282013313923 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex576 visibilityScope6 weight0 577
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash34265277133552091116 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex577 visibilityScope6 weight0 578
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash37313786291574187016 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex578 visibilityScope6 weight0 579
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash387926061049436160 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex579 visibilityScope6 weight0 580
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash4091317789401152189 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex580 visibilityScope6 weight0 581
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash39711881312957532337 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex581 visibilityScope6 weight0 582
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash32529949702675526370 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex582 visibilityScope6 weight0 583
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash41441232041211181652 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex583 visibilityScope6 weight0 584
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash17375187832606405484 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex584 visibilityScope6 weight0 585
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash12568047291010196641 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex585 visibilityScope6 weight0 586
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash1148781279430504837 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex586 visibilityScope6 weight0 587
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash23959399501457343582 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex587 visibilityScope6 weight0 588
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744393551918588 itemHash1909470440743529557 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex588 visibilityScope6 weight0 589
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash2088695414239492 itemHash41488871472259629899 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex589 visibilityScope6 weight0 590
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881585787867 itemHash3150852690616346210 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex590 visibilityScope6 weight0 591
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash142394923448274439 itemHash18525877983642146012 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides[ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] sortValue0 vendorItemIndex591 visibilityScope6 weight0 592
action{ "executeSeconds": 0, "isPositive": false } categoryIndex11 creationLevels[ { "level": 0 } ] currencies[ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ] displayCategory"" displayCategoryIndex3 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash158578786720886954 itemHash11822149752319651767 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex11 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex592 visibilityScope6 weight0 593
action{ "executeSeconds": 0, "isPositive": false } categoryIndex1114 creationLevels[ { "level": 0 } ] currencies
0
hasConditionalVisibilityfalse itemHash10225522904041767210 quantity501 scalarDenominator0 1{ "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } displayCategory"""An Old Friend" displayCategoryIndex35 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash34482744392422292810 itemHash20133139231679336404 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex1114 priceOverrideEnabledfalse purchasableScope63 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 unpurchasabletrue vendorItemIndex593 visibilityScope63 weight0 594
action{ "executeSeconds": 0, "isPositive": false } categoryIndex1115 creationLevels[ { "level": 0 } ] currencies
0{ "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false } 1{ "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } displayCategory"""Abandoned Quests" displayCategoryIndex36 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash208869541345459588 itemHash35520911162125848607 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex1115 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex594 visibilityScope6 weight0 595
action{ "executeSeconds": 0, "isPositive": false } categoryIndex1115 creationLevels[ { "level": 0 } ] currencies
0{ "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false } 1{ "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } displayCategory"""Abandoned Quests" displayCategoryIndex36 exclusivity-1 expirationTooltip"" failureIndexes[] inventoryBucketHash35519185881345459588 itemHash10053154892125848606 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex1115 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex595 visibilityScope6 weight0 596
action{ "executeSeconds": 0, "isPositive": false } categoryIndex1113 creationLevels[ { "level": 0 } ] currencies
0{ "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false } 1{ "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } displayCategory"""Exotic Ciphers" displayCategoryIndex37 exclusivity-1 expirationTooltip"" failureIndexes
04 inventoryBucketHash142394921345459588 itemHash35709004712125848607 licenseUnlockHash0 maximumLevel0 minimumLevel0 originalCategoryIndex1113 priceOverrideEnabledfalse purchasableScope6 quantity1 redirectToSaleIndexes[] refundPolicy0 refundTimeLimit0 rewardAdjustorPointerHash0 seedOverride0 socketOverrides
0{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 } 1{ "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 } 2{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 } 3{ "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } sortValue0 vendorItemIndex596 visibilityScope6 weight0 597{ "vendorItemIndex": 597, "itemHash": 938218310, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 598{ "vendorItemIndex": 598, "itemHash": 1207531728, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 599{ "vendorItemIndex": 599, "itemHash": 2075703443, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 600{ "vendorItemIndex": 600, "itemHash": 2321064411, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 601{ "vendorItemIndex": 601, "itemHash": 777526069, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 602{ "vendorItemIndex": 602, "itemHash": 3770087944, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 603{ "vendorItemIndex": 603, "itemHash": 1896287986, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 604{ "vendorItemIndex": 604, "itemHash": 771104589, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 605{ "vendorItemIndex": 605, "itemHash": 3747088838, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 606{ "vendorItemIndex": 606, "itemHash": 3651039338, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 607{ "vendorItemIndex": 607, "itemHash": 4287857019, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 608{ "vendorItemIndex": 608, "itemHash": 3813221631, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 609{ "vendorItemIndex": 609, "itemHash": 3730575552, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 610{ "vendorItemIndex": 610, "itemHash": 2066074780, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 611{ "vendorItemIndex": 611, "itemHash": 886273156, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 612{ "vendorItemIndex": 612, "itemHash": 1630000089, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 613{ "vendorItemIndex": 613, "itemHash": 1413409069, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 614{ "vendorItemIndex": 614, "itemHash": 1069002790, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 615{ "vendorItemIndex": 615, "itemHash": 1938324686, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 616{ "vendorItemIndex": 616, "itemHash": 3601794530, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 617{ "vendorItemIndex": 617, "itemHash": 3250247987, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 618{ "vendorItemIndex": 618, "itemHash": 3991622471, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 619{ "vendorItemIndex": 619, "itemHash": 4021402824, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 620{ "vendorItemIndex": 620, "itemHash": 3118064579, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 621{ "vendorItemIndex": 621, "itemHash": 539816333, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 622{ "vendorItemIndex": 622, "itemHash": 3414625920, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 623{ "vendorItemIndex": 623, "itemHash": 1346827258, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 624{ "vendorItemIndex": 624, "itemHash": 1210111349, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 625{ "vendorItemIndex": 625, "itemHash": 146223817, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 626{ "vendorItemIndex": 626, "itemHash": 2335208655, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 627{ "vendorItemIndex": 627, "itemHash": 4006721630, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 628{ "vendorItemIndex": 628, "itemHash": 3977387640, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 629{ "vendorItemIndex": 629, "itemHash": 438165659, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 630{ "vendorItemIndex": 630, "itemHash": 1465405235, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 631{ "vendorItemIndex": 631, "itemHash": 2072548445, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 632{ "vendorItemIndex": 632, "itemHash": 3958993808, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 633{ "vendorItemIndex": 633, "itemHash": 1884301546, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 634{ "vendorItemIndex": 634, "itemHash": 1200256005, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 635{ "vendorItemIndex": 635, "itemHash": 1021381486, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 636{ "vendorItemIndex": 636, "itemHash": 1512386434, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 637{ "vendorItemIndex": 637, "itemHash": 736382419, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 638{ "vendorItemIndex": 638, "itemHash": 3074679271, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 639{ "vendorItemIndex": 639, "itemHash": 3104459624, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 640{ "vendorItemIndex": 640, "itemHash": 1574187016, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 641{ "vendorItemIndex": 641, "itemHash": 1049436160, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 642{ "vendorItemIndex": 642, "itemHash": 401152189, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 643{ "vendorItemIndex": 643, "itemHash": 2957532337, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 644{ "vendorItemIndex": 644, "itemHash": 2675526370, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 645{ "vendorItemIndex": 645, "itemHash": 1211181652, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 646{ "vendorItemIndex": 646, "itemHash": 2606405484, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 647{ "vendorItemIndex": 647, "itemHash": 1010196641, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 648{ "vendorItemIndex": 648, "itemHash": 430504837, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 649{ "vendorItemIndex": 649, "itemHash": 1457343582, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 650{ "vendorItemIndex": 650, "itemHash": 743529557, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 651{ "vendorItemIndex": 651, "itemHash": 2259629899, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 652{ "vendorItemIndex": 652, "itemHash": 616346210, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 653{ "vendorItemIndex": 653, "itemHash": 3642146012, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 654{ "vendorItemIndex": 654, "itemHash": 2319651767, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] } 655{ "vendorItemIndex": 655, "itemHash": 1679336404, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 4041767210, "quantity": 1, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 5, "seedOverride": 0, "categoryIndex": 14, "originalCategoryIndex": 14, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "An Old Friend", "inventoryBucketHash": 2422292810, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [], "unpurchasable": true } 656{ "vendorItemIndex": 656, "itemHash": 2125848607, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 6, "seedOverride": 0, "categoryIndex": 15, "originalCategoryIndex": 15, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "Abandoned Quests", "inventoryBucketHash": 1345459588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 657{ "vendorItemIndex": 657, "itemHash": 2125848606, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 6, "seedOverride": 0, "categoryIndex": 15, "originalCategoryIndex": 15, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "Abandoned Quests", "inventoryBucketHash": 1345459588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } 658{ "vendorItemIndex": 658, "itemHash": 2125848607, "quantity": 1, "failureIndexes": [ 4 ], "priceOverrideEnabled": false, "currencies": [], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 7, "seedOverride": 0, "categoryIndex": 13, "originalCategoryIndex": 13, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "Exotic Ciphers", "inventoryBucketHash": 1345459588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } locations[ { "destinationHash": 1737926756, "backgroundImagePath": "/img/destiny_content/pgcr/conceptual_xur.jpg" }, { "destinationHash": 697502628, "backgroundImagePath": "/img/destiny_content/pgcr/conceptual_xur.jpg" }, { "destinationHash": 3607432451, "backgroundImagePath": "/img/destiny_content/pgcr/conceptual_xur.jpg" } ] originalCategories
0{ "categoryIndex": 0, "sortValue": 0, "categoryHash": 1167258204, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 0, 1 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } 1{ "categoryIndex": 1, "sortValue": 100, "categoryHash": 2904843377, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } 10
buyStringOverride"" categoryHash3072717034 categoryIndex10 disabledDescription"" hideFromRegularPurchasefalse hideIfNoCurrencyfalse isDisplayOnlyfalse isPreviewfalse quantityAvailable1 resetIntervalMinutesOverride10080 resetOffsetMinutesOverride-1020 showUnavailableItemsfalse sortValue4 vendorItemIndexes
0114 0113 1115 1148 2116 2149 3123 3151 4125 4154 5145 5155 6146 6160 7170 7163 8171 8167 9178 9180 10179 10185 11180 11186 12181 12187 13182 14183 15184 11
buyStringOverride"" categoryHash4181084328 categoryIndex11 disabledDescription"" hideFromRegularPurchasefalse hideIfNoCurrencyfalse isDisplayOnlyfalse isPreviewfalse quantityAvailable0 resetIntervalMinutesOverride-1 resetOffsetMinutesOverride-1 showUnavailableItemsfalse sortValue200 vendorItemIndexes
0188 1189 2190 3191 4192 5193 6194 7195 8196 9197 10198 11199 12200 13201 14202 15203 16204 17222 18223 19224 20225 21226 22227 23228 24229 25230 26231 27232 28233 29234 30235 31236 32237 33238 34239 35240 36241 37242 38243 39244 40245 41246 42247 43248 44249 45250 46251 47252 48253 49254 50255 51256 52257 53258 54259 55260 56261 57262 58263 59264 60265 61266 62267 63268 64269 65270 66271 67272 68273 69274 70275 71276 72277 73278 74279 75280 76281 77282 78283 79284 80285 81286 82287 83288 84289 85290 86291 87292 88293 89294 90295 91296 92297 93298 94299 95300 96301 97302 98303 99304 100305 101306 102307 103308 104309 105310 106311 107312 108313 109314 110315 111316 112317 113318 114319 115320 116321 117322 118323 119324 120325 121326 122327 123328 124329 125330 126331 127332 128333 129334 130335 131336 132337 133338 134339 135340 136341 137342 138343 139344 140345 141346 142347 143348 144349 145350 146351 147352 148353 149354 150355 151356 152357 153358 154359 155360 156361 157362 158363 159364 160365 161366 162367 163368 164369 165370 166371 167372 168373 169374 170375 171376 172377 173378 174379 175380 176381 177382 178383 179384 180385 181386 182387 183388 184389 185390 186391 187392 188393 189394 190395 191396 192397 193398 194399 195400 196401 197402 198403 199404 200405 201406 202407 203408 204409 205410 206411 207412 208413 209414 210415 211416 212417 213418 214419 215420 216421 217422 218423 219424 220425 221426 222427 223428 224429 225430 226431 227432 228433 229434 230435 231436 232437 233438 234439 235440 236441 237442 238443 239444 240445 241446 242447 243448 244449 245450 246451 247452 248453 249454 250455 251456 252457 253458 254459 255460 256461 257462 258463 259464 260465 261466 262467 263468 264469 265470 266471 267472 268473 269474 270475 271476 272477 273478 274479 275480 276481 277482 278483 279484 280485 281486 282487 283488 284489 285490 286491 287492 288493 289494 290495 291496 292497 293498 294499 295500 296501 297502 298503 299504 300505 301506 302507 303508 304509 305510 306511 307512 308513 309514 310515 311516 312517 313518 314519 315520 316521 317522 318523 319524 320525 321526 322527 323528 324529 325530 326531 327532 328533 329534 330535 331536 332537 333538 334539 335540 336541 337542 338543 339544 340545 341546 342547 343548 344549 345550 346551 347552 348553 349554 350555 351556 352557 353558 354559 355560 356561 357562 358563 359564 360565 361566 362567 363568 364569 365570 366571 367572 368573 369574 370575 371576 372577 373578 374579 375580 376581 377582 378583 379584 380585 381586 382587 383588 384589 385590 386591 387592 388593 389594 390595 391596 392597 393598 394599 395600 396601 397602 398603 399604 400605 401606 402607 403608 404609 405610 406611 407612 408613 409614 410615 411616 412617 413618 414619 415620 416621 417622 418623 419624 420625 421626 422627 423628 424629 425630 426631 427632 428633 429634 430635 431636 432637 433638 434639 435640 436641 437642 438643 439644 440645 441646 442647 443648 444649 445650 446651 447652 448653 449654 12{ "categoryIndex": 12, "sortValue": 300, "categoryHash": 1401904132, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } 13
buyStringOverride"" categoryHash3248536298 categoryIndex13 disabledDescription"" hideFromRegularPurchasefalse hideIfNoCurrencyfalse isDisplayOnlyfalse isPreviewfalse quantityAvailable0 resetIntervalMinutesOverride-1 resetOffsetMinutesOverride-1 showUnavailableItemsfalse sortValue500 vendorItemIndexes
0658 0596 14
buyStringOverride"" categoryHash3197358458 categoryIndex14 disabledDescription"" hideFromRegularPurchasetrue hideIfNoCurrencyfalse isDisplayOnlyfalse isPreviewfalse quantityAvailable0 resetIntervalMinutesOverride-1 resetOffsetMinutesOverride-1 showUnavailableItemsfalse sortValue-9000 vendorItemIndexes
0655 0593 15
buyStringOverride"" categoryHash1584066945 categoryIndex15 disabledDescription"" hideFromRegularPurchasefalse hideIfNoCurrencyfalse isDisplayOnlyfalse isPreviewfalse quantityAvailable2 resetIntervalMinutesOverride-1 resetOffsetMinutesOverride-1 showUnavailableItemsfalse sortValue0 vendorItemIndexes
0656 0594 1657 1595 2{ "categoryIndex": 2, "sortValue": 350, "categoryHash": 2517182403, "quantityAvailable": 2, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 30, 31 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } 3{ "categoryIndex": 3, "sortValue": 110, "categoryHash": 3741273064, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } 4{ "categoryIndex": 4, "sortValue": 120, "categoryHash": 2190326868, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } 5{ "categoryIndex": 5, "sortValue": 130, "categoryHash": 721028037, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } 6{ "categoryIndex": 6, "sortValue": 175, "categoryHash": 37072559, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } 7
buyStringOverride"" categoryHash739721188 categoryIndex7 disabledDescription"" hideFromRegularPurchasefalse hideIfNoCurrencyfalse isDisplayOnlyfalse isPreviewfalse quantityAvailable3 resetIntervalMinutesOverride10080 resetOffsetMinutesOverride-1020 showUnavailableItemsfalse sortValue1 vendorItemIndexes
0114 1126 1115 2127 2116 3128 3117 4129 4119 5130 5120 6131 7133 7134 8135 8135 9138 9136 10139 10137 11140 11138 12141 12139 13143 13140 14147 14146 15148 15147 16151 16150 17154 17156 18157 18164 19158 19165 20161 20166 21166 21168 22169 22170 23173 23171 24174 24172 25177 25173 26188 26174 27191 27175 28193 29194 30196 31197 32199 33202 8
buyStringOverride"" categoryHash3089647179 categoryIndex8 disabledDescription"" hideFromRegularPurchasefalse hideIfNoCurrencyfalse isDisplayOnlyfalse isPreviewfalse quantityAvailable2 resetIntervalMinutesOverride10080 resetOffsetMinutesOverride-1020 showUnavailableItemsfalse sortValue2 vendorItemIndexes
0118 1120 1122 2122 2123 3124 3124 4134 4125 5136 5127 6142 6130 7149 7131 8153 8132 9156 9157 10159 10158 11160 11159 12163 12161 13167 13162 14176 14169 15185 15176 16187 16177 17190 17178 18192 18179 19195 20198 21200 22203 23204 9
buyStringOverride"" categoryHash2998493651 categoryIndex9 disabledDescription"" hideFromRegularPurchasefalse hideIfNoCurrencyfalse isDisplayOnlyfalse isPreviewfalse quantityAvailable1 resetIntervalMinutesOverride10080 resetOffsetMinutesOverride-1020 showUnavailableItemsfalse sortValue3 vendorItemIndexes
0113 0126 1117 1128 2119 2129 3132 3133 4137 4141 5144 5142 6150 6143 7152 7144 8155 8145 9162 9152 10164 10153 11165 11181 12168 12182 13172 13183 14175 14184 15186 16189 17201 redactedfalse resetIntervalMinutes10080 resetOffsetMinutes-12060 returnWithVendorRequesttrue services[] unlockRanges[] unlockValueHash0 vendorIdentifier"XUR" vendorProgressionType0 visibletrue
BungieNet.Engine.Contract.Destiny.World.Definitions.IDestinyDisplayDefinition.displayProperties{ "largeIcon": "/common/destiny2_content/icons/801c07dc080b79c7da99ac4f59db1f66.jpg", "subtitle": "Agent of the Nine", "originalIcon": "/common/destiny2_content/icons/5659e5fc95912c079962376dfe4504ab.png", "requirementsDisplay": [], "smallTransparentIcon": "/img/destiny_content/vendor/icons/xur_small_icon.png", "mapIcon": "/img/destiny_content/vendor/icons/xur_map_icon.png", "largeTransparentIcon": "/img/destiny_content/vendor/icons/xur_large_icon.png", "description": "A peddler of strange curios, Xûr's motives are not his own. He bows to his distant masters, the Nine.", "name": "Xûr", "icon": "/common/destiny2_content/icons/5659e5fc95912c079962376dfe4504ab.png", "hasIcon": true } acceptedItems[] actions[] blacklistedfalse categories[ { "categoryIndex": 0, "sortValue": 0, "categoryHash": 1167258204, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 0, 1 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 1, "sortValue": 100, "categoryHash": 2904843377, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 2, "sortValue": 350, "categoryHash": 2517182403, "quantityAvailable": 2, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 30, 31 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 3, "sortValue": 110, "categoryHash": 3741273064, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 4, "sortValue": 120, "categoryHash": 2190326868, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 5, "sortValue": 130, "categoryHash": 721028037, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 6, "sortValue": 175, "categoryHash": 37072559, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 7, "sortValue": 1, "categoryHash": 739721188, "quantityAvailable": 3, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 114, 115, 116, 117, 119, 120, 121, 134, 135, 136, 137, 138, 139, 140, 146, 147, 150, 156, 164, 165, 166, 168, 170, 171, 172, 173, 174, 175 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": 10080, "resetOffsetMinutesOverride": -1020 }, { "categoryIndex": 8, "sortValue": 2, "categoryHash": 3089647179, "quantityAvailable": 2, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 118, 122, 123, 124, 125, 127, 130, 131, 132, 157, 158, 159, 161, 162, 169, 176, 177, 178, 179 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": 10080, "resetOffsetMinutesOverride": -1020 }, { "categoryIndex": 9, "sortValue": 3, "categoryHash": 2998493651, "quantityAvailable": 1, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 126, 128, 129, 133, 141, 142, 143, 144, 145, 152, 153, 181, 182, 183, 184 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": 10080, "resetOffsetMinutesOverride": -1020 }, { "categoryIndex": 10, "sortValue": 4, "categoryHash": 3072717034, "quantityAvailable": 1, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 113, 148, 149, 151, 154, 155, 160, 163, 167, 180, 185, 186, 187 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": 10080, "resetOffsetMinutesOverride": -1020 }, { "categoryIndex": 11, "sortValue": 200, "categoryHash": 4181084328, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 12, "sortValue": 300, "categoryHash": 1401904132, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 13, "sortValue": 500, "categoryHash": 3248536298, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "displayTitle": "Exotic Ciphers", "vendorItemIndexes": [ 596 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 14, "sortValue": -9000, "categoryHash": 3197358458, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": true, "buyStringOverride": "", "disabledDescription": "", "displayTitle": "An Old Friend", "vendorItemIndexes": [ 593 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 15, "sortValue": 0, "categoryHash": 1584066945, "quantityAvailable": 2, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "displayTitle": "Abandoned Quests", "vendorItemIndexes": [ 594, 595 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } ] consolidateCategoriesfalse displayCategories[ { "index": 0, "identifier": "category_black_market_exotics", "displayCategoryHash": 58091756, "displayProperties": { "description": "", "name": "Exotic Gear", "hasIcon": false }, "displayInBanner": false, "sortOrder": 0 }, { "index": 1, "identifier": "category_consumables", "displayCategoryHash": 1401904132, "displayProperties": { "description": "", "name": "Consumables", "hasIcon": false }, "displayInBanner": false, "sortOrder": 0 }, { "index": 2, "identifier": "category.weapons_past", "displayCategoryHash": 2655866627, "displayProperties": { "description": "", "name": "Legendary Weapons", "hasIcon": false }, "displayInBanner": false, "sortOrder": 0 }, { "index": 3, "identifier": "category.armor_past", "displayCategoryHash": 2561064581, "displayProperties": { "description": "", "name": "Legendary Armor", "hasIcon": false }, "displayInBanner": false, "sortOrder": 0 }, { "index": 4, "identifier": "category_exotic_weapons", "displayCategoryHash": 580895904, "displayProperties": { "description": "", "name": "Exotic Weapons", "hasIcon": false }, "displayInBanner": false, "sortOrder": 0 }, { "index": 5, "identifier": "intro_step0_name", "displayCategoryHash": 3812053524, "displayProperties": { "description": "", "name": "An Old Friend", "hasIcon": false }, "displayInBanner": false, "sortOrder": 0 }, { "index": 6, "identifier": "generic_quest_resume_display_category", "displayCategoryHash": 779658507, "displayProperties": { "description": "", "name": "Abandoned Quests", "hasIcon": false }, "displayInBanner": false, "sortOrder": 0 }, { "index": 7, "identifier": "xur_vendor_category", "displayCategoryHash": 772917134, "displayProperties": { "description": "", "name": "Exotic Ciphers", "hasIcon": false }, "displayInBanner": false, "sortOrder": 0 } ] displayItemHash1022552290 displayProperties{ "largeIcon": "/common/destiny2_content/icons/801c07dc080b79c7da99ac4f59db1f66.jpg", "subtitle": "Agent of the Nine", "originalIcon": "/common/destiny2_content/icons/5659e5fc95912c079962376dfe4504ab.png", "requirementsDisplay": [], "smallTransparentIcon": "/img/destiny_content/vendor/icons/xur_small_icon.png", "mapIcon": "/img/destiny_content/vendor/icons/xur_map_icon.png", "largeTransparentIcon": "/img/destiny_content/vendor/icons/xur_large_icon.png", "description": "A peddler of strange curios, Xûr's motives are not his own. He bows to his distant masters, the Nine.", "name": "Xûr", "icon": "/common/destiny2_content/icons/5659e5fc95912c079962376dfe4504ab.png", "hasIcon": true } enabledtrue factionHash1357903713 failureStrings[ "Already Claimed This Week", "Requires Destiny 2: Forsaken Pack", "Requires Destiny 2: Beyond Light", "Requires Destiny 2: Shadowkeep", "You already have an Exotic Cipher." ] groups[ { "vendorGroupHash": 3227191227 } ] hash2190858386 ignoreSaleItemHashes[] index27 inhibitBuyingfalse inhibitSellingtrue interactions[ { "interactionIndex": 0, "replies": [ { "itemRewardsSelection": 1, "rewardSiteHash": 0, "reply": "", "replyType": 2 } ], "vendorCategoryIndex": 14, "questlineItemHash": 0, "sackInteractionList": [], "uiInteractionType": 2716011929, "interactionType": 2, "rewardBlockLabel": "", "rewardVendorCategoryIndex": -1, "flavorLineOne": "Xûr doesn't have much to call his own, but he'll always have your gift. Until he eats them. If he does eat.", "flavorLineTwo": "", "headerDisplayProperties": { "description": "", "name": "Dawning Delivery", "icon": "/common/destiny2_content/icons/318b1f68a260a0d78e72eb4d5f2aba83.png", "hasIcon": true }, "instructions": "Give Gift" }, { "interactionIndex": 1, "replies": [ { "itemRewardsSelection": 0, "rewardSiteHash": 0, "reply": "Complete", "replyType": 2 } ], "vendorCategoryIndex": -1, "questlineItemHash": 0, "sackInteractionList": [], "uiInteractionType": 1897987959, "interactionType": 3, "rewardBlockLabel": "", "rewardVendorCategoryIndex": -1, "flavorLineOne": "\"The Nine watch you, Guardian. I do not know why, because nobody can know the Nine.\"\n\nXûr spasms in an unpredictable cadence. A tentacle wafts out from his hood to float near you. Your skin hears its aroma.\n\nBy the time you process the sensation, an object has appeared in Xûr's hand.\n\n\"I hand you this gift, but I am nothing, so know that it is of and from the Nine. Your acceptance is arbitrary.\"", "flavorLineTwo": "", "headerDisplayProperties": { "description": "", "name": "Xenology", "hasIcon": false }, "instructions": "" }, { "interactionIndex": 2, "replies": [ { "itemRewardsSelection": 0, "rewardSiteHash": 0, "reply": "", "replyType": 0 } ], "vendorCategoryIndex": -1, "questlineItemHash": 0, "sackInteractionList": [], "uiInteractionType": 2549328968, "interactionType": 10, "rewardBlockLabel": "", "rewardVendorCategoryIndex": -1, "flavorLineOne": "", "flavorLineTwo": "", "headerDisplayProperties": { "description": "", "name": "", "hasIcon": false }, "instructions": "" } ] inventoryFlyouts[] itemList[ { "vendorItemIndex": 0, "itemHash": 3875551374, "quantity": 1, "failureIndexes": [ 0 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 97, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 0, "originalCategoryIndex": 0, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 3, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 375726501, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 1, "itemHash": 3875551374, "quantity": 1, "failureIndexes": [ 0 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 3467984096, "quantity": 1, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 0, "originalCategoryIndex": 0, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 3, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 375726501, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 2, "itemHash": 1345867571, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 3, "itemHash": 1345867570, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 4, "itemHash": 3628991659, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 5, "itemHash": 3628991658, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 6, "itemHash": 4255268456, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 7, "itemHash": 2907129557, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 8, "itemHash": 4190156464, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 9, "itemHash": 3549153978, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 10, "itemHash": 3549153979, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 11, "itemHash": 3580904581, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 12, "itemHash": 3141979346, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 13, "itemHash": 1508896098, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 14, "itemHash": 4124984448, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 15, "itemHash": 19024058, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 16, "itemHash": 3899270607, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 17, "itemHash": 3437746471, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 18, "itemHash": 2208405142, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 19, "itemHash": 3844694310, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 20, "itemHash": 2286143274, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 21, "itemHash": 2856683562, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 22, "itemHash": 2694576561, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 23, "itemHash": 3766045777, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 24, "itemHash": 2044500762, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 25, "itemHash": 1541131350, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 26, "itemHash": 814876685, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 27, "itemHash": 3413860063, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 28, "itemHash": 2130065553, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 29, "itemHash": 4068264807, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 29, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 1, "originalCategoryIndex": 1, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 30, "itemHash": 3856705927, "quantity": 1, "failureIndexes": [ 2 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 125000, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 200, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3467984096, "quantity": 1, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 4257549985, "quantity": 1, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 4, "seedOverride": 0, "categoryIndex": 2, "originalCategoryIndex": 2, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 4, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 31, "itemHash": 3654674561, "quantity": 1, "failureIndexes": [ 2 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 125000, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 200, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3467984096, "quantity": 1, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 4257549985, "quantity": 1, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 4, "seedOverride": 0, "categoryIndex": 2, "originalCategoryIndex": 2, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 4, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 32, "itemHash": 1734144409, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 33, "itemHash": 2766109872, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 34, "itemHash": 2766109874, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 35, "itemHash": 896224899, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 36, "itemHash": 193869522, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 37, "itemHash": 193869523, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 38, "itemHash": 193869520, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 39, "itemHash": 3942036043, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 40, "itemHash": 1163283805, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 41, "itemHash": 978537162, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 42, "itemHash": 3562696927, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 43, "itemHash": 691578979, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 44, "itemHash": 691578978, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 45, "itemHash": 1474735277, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 46, "itemHash": 1474735276, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 47, "itemHash": 4165919945, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 48, "itemHash": 475652357, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 49, "itemHash": 903984858, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 50, "itemHash": 1321354572, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 51, "itemHash": 1321354573, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 52, "itemHash": 1053737370, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 53, "itemHash": 2773056939, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 54, "itemHash": 1688602431, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 55, "itemHash": 609852545, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 56, "itemHash": 2757274117, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 57, "itemHash": 1219761634, "quantity": 1, "failureIndexes": [ 3 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 58, "itemHash": 2268523867, "quantity": 1, "failureIndexes": [ 3 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 3, "originalCategoryIndex": 3, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 59, "itemHash": 241462141, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 60, "itemHash": 241462142, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 61, "itemHash": 1192890598, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 62, "itemHash": 3883866764, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 63, "itemHash": 3539357318, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 64, "itemHash": 3539357319, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 65, "itemHash": 1654461647, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 66, "itemHash": 2384488862, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 67, "itemHash": 1734844650, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 68, "itemHash": 1734844651, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 69, "itemHash": 1848640623, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 70, "itemHash": 1341951177, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 71, "itemHash": 2578771006, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 72, "itemHash": 2423243921, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 73, "itemHash": 2240152949, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 74, "itemHash": 2563444729, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 75, "itemHash": 1591207519, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 76, "itemHash": 1591207518, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 77, "itemHash": 3216110440, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 78, "itemHash": 1160559849, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 79, "itemHash": 106575079, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 80, "itemHash": 136355432, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 81, "itemHash": 3874247549, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 82, "itemHash": 2808156426, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 83, "itemHash": 2255796155, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 84, "itemHash": 2326396534, "quantity": 1, "failureIndexes": [ 3 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 85, "itemHash": 1190497097, "quantity": 1, "failureIndexes": [ 3 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 4, "originalCategoryIndex": 4, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 86, "itemHash": 3844826440, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 87, "itemHash": 3844826443, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 88, "itemHash": 370930766, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 89, "itemHash": 3381022969, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 90, "itemHash": 3381022970, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 91, "itemHash": 3381022971, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 92, "itemHash": 4136768282, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 93, "itemHash": 2950045886, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 94, "itemHash": 1725917554, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 95, "itemHash": 3070555693, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 96, "itemHash": 2428181146, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 97, "itemHash": 1906093346, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 98, "itemHash": 4057299718, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 99, "itemHash": 4057299719, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 100, "itemHash": 121305948, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 101, "itemHash": 3084282676, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 102, "itemHash": 3787517196, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 103, "itemHash": 2082483156, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 104, "itemHash": 1030017949, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 105, "itemHash": 138282166, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 106, "itemHash": 3627185503, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 107, "itemHash": 2177524718, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 108, "itemHash": 3288917178, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 109, "itemHash": 1096253259, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 110, "itemHash": 3948284065, "quantity": 1, "failureIndexes": [ 1 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 111, "itemHash": 235591051, "quantity": 1, "failureIndexes": [ 3 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 112, "itemHash": 2822465023, "quantity": 1, "failureIndexes": [ 3 ], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 23, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 0, "seedOverride": 0, "categoryIndex": 5, "originalCategoryIndex": 5, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 113, "itemHash": 821154603, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 10, "originalCategoryIndex": 10, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1590375901, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 114, "itemHash": 1561006927, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1590375901, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 115, "itemHash": 3143732432, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1590375901, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 116, "itemHash": 1119734784, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 117, "itemHash": 1337707096, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 150943607, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 118, "itemHash": 2496875173, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 119, "itemHash": 211938782, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 892374263, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 120, "itemHash": 3460122497, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 2203506848, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 121, "itemHash": 3472875143, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 2203506848, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 122, "itemHash": 3055192515, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 150943607, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 123, "itemHash": 607191995, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 3353797898, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 124, "itemHash": 2481881293, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 125, "itemHash": 3044460004, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 3353797898, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 126, "itemHash": 2257180473, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 9, "originalCategoryIndex": 9, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4105787909, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 127, "itemHash": 1946491241, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 518224747, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 128, "itemHash": 407621213, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 9, "originalCategoryIndex": 9, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 3928770367, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 129, "itemHash": 2453357042, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 9, "originalCategoryIndex": 9, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 130, "itemHash": 981718087, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 3928770367, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 131, "itemHash": 304659313, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 132, "itemHash": 4255586669, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 133, "itemHash": 2066434718, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 9, "originalCategoryIndex": 9, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 3928770367, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 134, "itemHash": 3037520408, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 135, "itemHash": 2742838701, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1590375901, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 136, "itemHash": 2742838700, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 137, "itemHash": 1835747805, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 518224747, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 138, "itemHash": 1200824700, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1590375901, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 139, "itemHash": 310708513, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 140, "itemHash": 1622998472, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 518224747, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 141, "itemHash": 2714022207, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 9, "originalCategoryIndex": 9, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 3353797898, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 142, "itemHash": 3075224551, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 9, "originalCategoryIndex": 9, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 143, "itemHash": 3335343363, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 9, "originalCategoryIndex": 9, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 3353797898, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 144, "itemHash": 2582755344, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 9, "originalCategoryIndex": 9, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 145, "itemHash": 2434225986, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 9, "originalCategoryIndex": 9, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 146, "itemHash": 1162247618, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 150943607, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 147, "itemHash": 1216130969, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 150943607, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 148, "itemHash": 2050789284, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 10, "originalCategoryIndex": 10, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1590375901, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 149, "itemHash": 4156253727, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 10, "originalCategoryIndex": 10, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 518224747, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 150, "itemHash": 1621558458, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 150943607, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 151, "itemHash": 991314988, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 10, "originalCategoryIndex": 10, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 3928770367, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 152, "itemHash": 3669616453, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 9, "originalCategoryIndex": 9, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 3928770367, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 153, "itemHash": 2496242052, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 9, "originalCategoryIndex": 9, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4105787909, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 154, "itemHash": 2448907086, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 10, "originalCategoryIndex": 10, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4105787909, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 155, "itemHash": 3504336176, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 10, "originalCategoryIndex": 10, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 150943607, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 156, "itemHash": 2776503072, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 157, "itemHash": 1821724780, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 158, "itemHash": 1096206669, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 518224747, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 159, "itemHash": 3616586446, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1590375901, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 160, "itemHash": 2891672170, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 10, "originalCategoryIndex": 10, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 518224747, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 161, "itemHash": 599895591, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 162, "itemHash": 3184681056, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 518224747, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 163, "itemHash": 2199171672, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 10, "originalCategoryIndex": 10, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 150943607, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 164, "itemHash": 3937866388, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 150943607, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 165, "itemHash": 1723380073, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 518224747, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 166, "itemHash": 2121785039, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 167, "itemHash": 409551876, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 10, "originalCategoryIndex": 10, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 4283235143, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 168, "itemHash": 541188001, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 518224747, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 169, "itemHash": 378498222, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 518224747, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 170, "itemHash": 766323545, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1590375901, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 171, "itemHash": 1786797708, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 150943607, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 172, "itemHash": 2742490609, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 518224747, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 173, "itemHash": 2222560548, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 518224747, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 174, "itemHash": 1513993763, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 518224747, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 175, "itemHash": 1097616550, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 7, "originalCategoryIndex": 7, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 1498876634, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1590375901, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 176, "itemHash": 2807687156, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 518224747, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 177, "itemHash": 1271343896, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 150943607, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 178, "itemHash": 1253087083, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1590375901, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 179, "itemHash": 893527433, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 8, "originalCategoryIndex": 8, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1590375901, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 180, "itemHash": 3473290087, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 10, "originalCategoryIndex": 10, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 2465295065, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 150943607, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 181, "itemHash": 2857348871, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 9, "originalCategoryIndex": 9, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1486919755, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 182, "itemHash": 35794111, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 9, "originalCategoryIndex": 9, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1486919755, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 183, "itemHash": 614426548, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 9, "originalCategoryIndex": 9, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1486919755, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 184, "itemHash": 3629968765, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 9, "originalCategoryIndex": 9, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 0, "purchasableScope": 0, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1486919755, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 185, "itemHash": 2782325300, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 10, "originalCategoryIndex": 10, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1486919755, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 186, "itemHash": 2782325301, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 10, "originalCategoryIndex": 10, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1486919755, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 187, "itemHash": 2782325302, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 2, "seedOverride": 0, "categoryIndex": 10, "originalCategoryIndex": 10, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": true }, "displayCategory": "", "inventoryBucketHash": 953998645, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "singleItemHash": 1486919755, "randomizedOptionsCount": -1, "socketTypeHash": 2218962841 } ] }, { "vendorItemIndex": 188, "itemHash": 3797729472, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 189, "itemHash": 2680535688, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 190, "itemHash": 87665893, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 191, "itemHash": 2094233929, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 192, "itemHash": 2492669178, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 193, "itemHash": 2845947996, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 194, "itemHash": 2674680132, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 195, "itemHash": 3884544409, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 196, "itemHash": 1727248109, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 197, "itemHash": 1807196134, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 198, "itemHash": 1765728763, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 199, "itemHash": 852430165, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 200, "itemHash": 4269346472, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 201, "itemHash": 1299272338, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 202, "itemHash": 215768941, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 203, "itemHash": 3470850110, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 204, "itemHash": 3304105970, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 205, "itemHash": 3940923523, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 206, "itemHash": 102368695, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 207, "itemHash": 3890232472, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 208, "itemHash": 2862198970, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 209, "itemHash": 1557512974, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 210, "itemHash": 1875607511, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 211, "itemHash": 669535051, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 212, "itemHash": 248161012, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 213, "itemHash": 1600224949, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 214, "itemHash": 3373566763, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 215, "itemHash": 1730282946, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 216, "itemHash": 245450812, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 217, "itemHash": 3176347031, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 218, "itemHash": 79417130, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 219, "itemHash": 1512311134, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 220, "itemHash": 883514983, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 221, "itemHash": 2915206011, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 222, "itemHash": 3030715588, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 223, "itemHash": 3762717334, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 224, "itemHash": 2005525978, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 225, "itemHash": 1653979435, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 226, "itemHash": 1607585295, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 227, "itemHash": 680132464, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 228, "itemHash": 480714723, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 229, "itemHash": 248302381, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 230, "itemHash": 2657180960, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 231, "itemHash": 2538410394, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 232, "itemHash": 2401694485, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 233, "itemHash": 198912077, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 234, "itemHash": 3060679667, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 235, "itemHash": 971138346, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 236, "itemHash": 1792644404, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 237, "itemHash": 869711119, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 238, "itemHash": 1685792113, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 239, "itemHash": 908447143, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 240, "itemHash": 2048299190, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 241, "itemHash": 4119718816, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 242, "itemHash": 1516941763, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 243, "itemHash": 1117943570, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 244, "itemHash": 2835971286, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 245, "itemHash": 2165598463, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 246, "itemHash": 446438979, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 247, "itemHash": 1519285164, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 248, "itemHash": 1959285715, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 249, "itemHash": 946526461, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 250, "itemHash": 2408514352, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 251, "itemHash": 1953621386, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 252, "itemHash": 1269679141, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 253, "itemHash": 768769183, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 254, "itemHash": 1276048857, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 255, "itemHash": 3014775444, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 256, "itemHash": 4038429998, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 257, "itemHash": 3984883553, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 258, "itemHash": 2498588344, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 259, "itemHash": 2454114768, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 260, "itemHash": 1805830669, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 261, "itemHash": 1702245537, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 262, "itemHash": 533855986, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 263, "itemHash": 606902507, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 264, "itemHash": 1314666277, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 265, "itemHash": 436615288, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 266, "itemHash": 1267361154, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 267, "itemHash": 1698660093, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 268, "itemHash": 3863492689, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 269, "itemHash": 1811579911, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 270, "itemHash": 2993008662, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 271, "itemHash": 2002452096, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 272, "itemHash": 3694642467, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 273, "itemHash": 4122447870, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 274, "itemHash": 725297842, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 275, "itemHash": 896081219, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 276, "itemHash": 754069623, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 277, "itemHash": 671423576, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 278, "itemHash": 3091776080, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 279, "itemHash": 1914589560, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 280, "itemHash": 693067797, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 281, "itemHash": 3153956825, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 282, "itemHash": 3408834730, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 283, "itemHash": 2899275886, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 284, "itemHash": 2389585538, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 285, "itemHash": 1613581523, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 286, "itemHash": 657606375, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 287, "itemHash": 687386728, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 288, "itemHash": 3441081953, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 289, "itemHash": 2286507447, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 290, "itemHash": 119859462, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 291, "itemHash": 3684978064, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 292, "itemHash": 641063251, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 293, "itemHash": 3761819011, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 294, "itemHash": 178749005, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 295, "itemHash": 2629204288, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 296, "itemHash": 1524444346, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 297, "itemHash": 1812185909, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 298, "itemHash": 273457849, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 299, "itemHash": 2009892127, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 300, "itemHash": 3722981806, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 301, "itemHash": 1392054568, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 302, "itemHash": 3207116971, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 303, "itemHash": 1578461326, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 304, "itemHash": 1108278178, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 305, "itemHash": 332170995, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 306, "itemHash": 3631862279, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 307, "itemHash": 4086100104, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 308, "itemHash": 2913217908, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 309, "itemHash": 1126789516, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 310, "itemHash": 3359513793, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 311, "itemHash": 2174117797, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 312, "itemHash": 3200956542, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 313, "itemHash": 2819858798, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 314, "itemHash": 449270146, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 315, "itemHash": 3968233427, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 316, "itemHash": 578189287, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 317, "itemHash": 607969640, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 318, "itemHash": 2615721245, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 319, "itemHash": 2011267747, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 320, "itemHash": 1293074586, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 321, "itemHash": 2668526660, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 322, "itemHash": 261922239, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 323, "itemHash": 2114894938, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 324, "itemHash": 2320951982, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 325, "itemHash": 2639046519, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 326, "itemHash": 3792637803, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 327, "itemHash": 3371366804, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 328, "itemHash": 3876414174, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 329, "itemHash": 3691605010, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 330, "itemHash": 4286845987, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 331, "itemHash": 508035927, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 332, "itemHash": 425390008, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 333, "itemHash": 2395959535, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 334, "itemHash": 720656969, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 335, "itemHash": 2034926084, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 336, "itemHash": 3126089918, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 337, "itemHash": 2970562833, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 338, "itemHash": 1904615913, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 339, "itemHash": 3258844783, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 340, "itemHash": 211036158, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 341, "itemHash": 1440812312, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 342, "itemHash": 2196557755, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 343, "itemHash": 1322451469, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 344, "itemHash": 2821102771, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 345, "itemHash": 731561450, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 346, "itemHash": 2450046452, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 347, "itemHash": 1993250511, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 348, "itemHash": 1301733714, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 349, "itemHash": 3981949974, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 350, "itemHash": 3311577151, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 351, "itemHash": 164194947, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 352, "itemHash": 1702972140, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 353, "itemHash": 2687273800, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 354, "itemHash": 2657028416, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 355, "itemHash": 1584183805, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 356, "itemHash": 4070722289, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 357, "itemHash": 3364258850, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 358, "itemHash": 1348357884, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 359, "itemHash": 2742760292, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 360, "itemHash": 3911047865, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 361, "itemHash": 695795213, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 362, "itemHash": 351285766, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 363, "itemHash": 844110491, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 364, "itemHash": 3680920565, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 365, "itemHash": 2761292744, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 366, "itemHash": 377757362, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 367, "itemHash": 4013678605, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 368, "itemHash": 3609750321, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 369, "itemHash": 1156579431, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 370, "itemHash": 1872077174, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 371, "itemHash": 1707236192, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 372, "itemHash": 3441003139, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 373, "itemHash": 2844341589, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 374, "itemHash": 2778321483, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 375, "itemHash": 1135037794, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 376, "itemHash": 1447990748, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 377, "itemHash": 125496503, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 378, "itemHash": 4221940686, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 379, "itemHash": 481073890, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 380, "itemHash": 129527347, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 381, "itemHash": 1980271175, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 382, "itemHash": 2010051528, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 383, "itemHash": 3573869992, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 384, "itemHash": 3360543264, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 385, "itemHash": 2287801693, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 386, "itemHash": 620774353, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 387, "itemHash": 4209278210, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 388, "itemHash": 3979487476, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 389, "itemHash": 3484179468, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 390, "itemHash": 1421936449, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 391, "itemHash": 3240387365, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 392, "itemHash": 4267226110, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 393, "itemHash": 1005587287, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 394, "itemHash": 3188870561, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 395, "itemHash": 3971375612, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 396, "itemHash": 1991627398, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 397, "itemHash": 2814122105, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 398, "itemHash": 1193359281, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 399, "itemHash": 161082855, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 400, "itemHash": 876580598, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 401, "itemHash": 3585812448, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 402, "itemHash": 1024612099, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 403, "itemHash": 3013565805, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 404, "itemHash": 479000083, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 405, "itemHash": 3108883530, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 406, "itemHash": 4182737364, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 407, "itemHash": 3259907375, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 408, "itemHash": 1853444544, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 409, "itemHash": 817757576, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 410, "itemHash": 2519855077, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 411, "itemHash": 149949001, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 412, "itemHash": 548384250, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 413, "itemHash": 348791133, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 414, "itemHash": 1833326563, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 415, "itemHash": 732149466, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 416, "itemHash": 784477316, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 417, "itemHash": 2672840191, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 418, "itemHash": 1598597433, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 419, "itemHash": 1317716127, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 420, "itemHash": 3030805806, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 421, "itemHash": 2717194152, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 422, "itemHash": 237289259, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 423, "itemHash": 3902367052, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 424, "itemHash": 832551956, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 425, "itemHash": 2000839529, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 426, "itemHash": 720513501, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 427, "itemHash": 253235190, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 428, "itemHash": 102655739, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 429, "itemHash": 648899669, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 430, "itemHash": 4065815976, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 431, "itemHash": 3931166610, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 432, "itemHash": 2847663213, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 433, "itemHash": 2761357391, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 434, "itemHash": 3091683497, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 435, "itemHash": 577019492, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 436, "itemHash": 3491384606, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 437, "itemHash": 3335857649, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 438, "itemHash": 4171162472, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 439, "itemHash": 4200580064, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 440, "itemHash": 3510616093, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 441, "itemHash": 1259643537, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 442, "itemHash": 977534402, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 443, "itemHash": 2701297915, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 444, "itemHash": 4224643669, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 445, "itemHash": 3346592680, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 446, "itemHash": 2234841490, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 447, "itemHash": 1151338093, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 448, "itemHash": 3046434751, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 449, "itemHash": 630719097, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 450, "itemHash": 2369445684, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 451, "itemHash": 2021231310, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 452, "itemHash": 1967684865, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 453, "itemHash": 2443609020, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 454, "itemHash": 2503153700, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 455, "itemHash": 3246983801, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 456, "itemHash": 1790943181, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 457, "itemHash": 1829417670, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 458, "itemHash": 3750210364, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 459, "itemHash": 2930001572, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 460, "itemHash": 3673831673, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 461, "itemHash": 3097544525, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 462, "itemHash": 3136019014, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 463, "itemHash": 287888126, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 464, "itemHash": 1585947570, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 465, "itemHash": 1756730947, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 466, "itemHash": 1214477175, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 467, "itemHash": 1131831128, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 468, "itemHash": 327547301, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 469, "itemHash": 119457531, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 470, "itemHash": 2771141010, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 471, "itemHash": 1173249516, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 472, "itemHash": 674876967, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 473, "itemHash": 2025716654, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 474, "itemHash": 1458739906, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 475, "itemHash": 1148770067, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 476, "itemHash": 4079117607, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 477, "itemHash": 238284968, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 478, "itemHash": 2545401128, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 479, "itemHash": 3351935136, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 480, "itemHash": 2279193565, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 481, "itemHash": 3887272785, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 482, "itemHash": 3180809346, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 483, "itemHash": 1276513983, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 484, "itemHash": 317220729, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 485, "itemHash": 2055947316, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 486, "itemHash": 251310542, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 487, "itemHash": 197764097, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 488, "itemHash": 3673119885, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 489, "itemHash": 3100185651, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 490, "itemHash": 1010644330, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 491, "itemHash": 505747572, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 492, "itemHash": 48951631, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 493, "itemHash": 3350504921, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 494, "itemHash": 412014143, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 495, "itemHash": 1659172686, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 496, "itemHash": 4003170632, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 497, "itemHash": 1947723211, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 498, "itemHash": 3245065734, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 499, "itemHash": 2166974634, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 500, "itemHash": 2803792315, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 501, "itemHash": 3311198527, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 502, "itemHash": 2804094976, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 503, "itemHash": 3479737253, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 504, "itemHash": 3436655867, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 505, "itemHash": 1793372050, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 506, "itemHash": 30472172, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 507, "itemHash": 3827066919, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 508, "itemHash": 3399325807, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 509, "itemHash": 3497822409, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 510, "itemHash": 517124228, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 511, "itemHash": 4129456190, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 512, "itemHash": 3973929105, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 513, "itemHash": 3862902650, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 514, "itemHash": 2146386894, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 515, "itemHash": 2888835735, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 516, "itemHash": 1245678091, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 517, "itemHash": 1248864692, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 518, "itemHash": 1659679091, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 519, "itemHash": 2447741853, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 520, "itemHash": 3909729744, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 521, "itemHash": 1654117930, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 522, "itemHash": 1394633029, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 523, "itemHash": 2716373471, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 524, "itemHash": 274659609, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 525, "itemHash": 1630402260, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 526, "itemHash": 1266712686, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 527, "itemHash": 1637623713, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 528, "itemHash": 1960663290, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 529, "itemHash": 2195587150, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 530, "itemHash": 2938035991, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 531, "itemHash": 3638406027, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 532, "itemHash": 3641592628, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 533, "itemHash": 154944645, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 534, "itemHash": 2655279451, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 535, "itemHash": 1394979698, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 536, "itemHash": 1000646860, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 537, "itemHash": 77816839, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 538, "itemHash": 2320491441, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 539, "itemHash": 3423777255, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 540, "itemHash": 4139274998, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 541, "itemHash": 417977312, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 542, "itemHash": 2151744259, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 543, "itemHash": 3838077978, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 544, "itemHash": 844443758, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 545, "itemHash": 1586892599, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 546, "itemHash": 1262430251, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 547, "itemHash": 1265513556, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 548, "itemHash": 2943943681, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 549, "itemHash": 3597838551, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 550, "itemHash": 1431190694, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 551, "itemHash": 3146160048, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 552, "itemHash": 143821939, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 553, "itemHash": 685165933, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 554, "itemHash": 2731689491, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 555, "itemHash": 1066605642, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 556, "itemHash": 1854337492, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 557, "itemHash": 931507503, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 558, "itemHash": 175511444, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 559, "itemHash": 727872428, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 560, "itemHash": 3426527713, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 561, "itemHash": 3731378629, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 562, "itemHash": 38792606, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 563, "itemHash": 4091317789, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 564, "itemHash": 3971188131, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 565, "itemHash": 3252994970, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 566, "itemHash": 4144123204, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 567, "itemHash": 1737518783, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 568, "itemHash": 1256804729, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 569, "itemHash": 1148781279, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 570, "itemHash": 2395939950, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 571, "itemHash": 1909470440, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 572, "itemHash": 4148887147, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 573, "itemHash": 3150852690, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 574, "itemHash": 1852587798, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 575, "itemHash": 1182214975, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 576, "itemHash": 2013313923, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 577, "itemHash": 3552091116, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 578, "itemHash": 1574187016, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 579, "itemHash": 1049436160, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 580, "itemHash": 401152189, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 581, "itemHash": 2957532337, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 582, "itemHash": 2675526370, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 583, "itemHash": 1211181652, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 584, "itemHash": 2606405484, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 585, "itemHash": 1010196641, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 586, "itemHash": 430504837, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 587, "itemHash": 1457343582, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 588, "itemHash": 743529557, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3551918588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 589, "itemHash": 2259629899, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 14239492, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 590, "itemHash": 616346210, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 1585787867, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 591, "itemHash": 3642146012, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 3448274439, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 592, "itemHash": 2319651767, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 1022552290, "quantity": 50, "hasConditionalVisibility": false }, { "scalarDenominator": 0, "itemHash": 3159615086, "quantity": 1000, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 3, "seedOverride": 0, "categoryIndex": 11, "originalCategoryIndex": 11, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "", "inventoryBucketHash": 20886954, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [ { "randomizedOptionsCount": 1, "socketTypeHash": 1119034468 }, { "randomizedOptionsCount": 1, "socketTypeHash": 1119034469 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399976 }, { "randomizedOptionsCount": 1, "socketTypeHash": 3833399977 } ] }, { "vendorItemIndex": 593, "itemHash": 1679336404, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [ { "scalarDenominator": 0, "itemHash": 4041767210, "quantity": 1, "hasConditionalVisibility": false } ], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 5, "seedOverride": 0, "categoryIndex": 14, "originalCategoryIndex": 14, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "An Old Friend", "inventoryBucketHash": 2422292810, "visibilityScope": 3, "purchasableScope": 3, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [], "unpurchasable": true }, { "vendorItemIndex": 594, "itemHash": 2125848607, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 6, "seedOverride": 0, "categoryIndex": 15, "originalCategoryIndex": 15, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "Abandoned Quests", "inventoryBucketHash": 1345459588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 595, "itemHash": 2125848606, "quantity": 1, "failureIndexes": [], "priceOverrideEnabled": false, "currencies": [], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 6, "seedOverride": 0, "categoryIndex": 15, "originalCategoryIndex": 15, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "Abandoned Quests", "inventoryBucketHash": 1345459588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] }, { "vendorItemIndex": 596, "itemHash": 2125848607, "quantity": 1, "failureIndexes": [ 4 ], "priceOverrideEnabled": false, "currencies": [], "refundPolicy": 0, "refundTimeLimit": 0, "rewardAdjustorPointerHash": 0, "creationLevels": [ { "level": 0 } ], "displayCategoryIndex": 7, "seedOverride": 0, "categoryIndex": 13, "originalCategoryIndex": 13, "weight": 0, "minimumLevel": 0, "maximumLevel": 0, "licenseUnlockHash": 0, "action": { "executeSeconds": 0, "isPositive": false }, "displayCategory": "Exotic Ciphers", "inventoryBucketHash": 1345459588, "visibilityScope": 6, "purchasableScope": 6, "exclusivity": -1, "sortValue": 0, "expirationTooltip": "", "redirectToSaleIndexes": [], "socketOverrides": [] } ] locations[ { "destinationHash": 1737926756, "backgroundImagePath": "/img/destiny_content/pgcr/conceptual_xur.jpg" }, { "destinationHash": 697502628, "backgroundImagePath": "/img/destiny_content/pgcr/conceptual_xur.jpg" }, { "destinationHash": 3607432451, "backgroundImagePath": "/img/destiny_content/pgcr/conceptual_xur.jpg" } ] originalCategories[ { "categoryIndex": 0, "sortValue": 0, "categoryHash": 1167258204, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 0, 1 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 1, "sortValue": 100, "categoryHash": 2904843377, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 2, "sortValue": 350, "categoryHash": 2517182403, "quantityAvailable": 2, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 30, 31 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 3, "sortValue": 110, "categoryHash": 3741273064, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 4, "sortValue": 120, "categoryHash": 2190326868, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 5, "sortValue": 130, "categoryHash": 721028037, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 6, "sortValue": 175, "categoryHash": 37072559, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 7, "sortValue": 1, "categoryHash": 739721188, "quantityAvailable": 3, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 114, 115, 116, 117, 119, 120, 121, 134, 135, 136, 137, 138, 139, 140, 146, 147, 150, 156, 164, 165, 166, 168, 170, 171, 172, 173, 174, 175 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": 10080, "resetOffsetMinutesOverride": -1020 }, { "categoryIndex": 8, "sortValue": 2, "categoryHash": 3089647179, "quantityAvailable": 2, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 118, 122, 123, 124, 125, 127, 130, 131, 132, 157, 158, 159, 161, 162, 169, 176, 177, 178, 179 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": 10080, "resetOffsetMinutesOverride": -1020 }, { "categoryIndex": 9, "sortValue": 3, "categoryHash": 2998493651, "quantityAvailable": 1, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 126, 128, 129, 133, 141, 142, 143, 144, 145, 152, 153, 181, 182, 183, 184 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": 10080, "resetOffsetMinutesOverride": -1020 }, { "categoryIndex": 10, "sortValue": 4, "categoryHash": 3072717034, "quantityAvailable": 1, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 113, 148, 149, 151, 154, 155, 160, 163, 167, 180, 185, 186, 187 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": 10080, "resetOffsetMinutesOverride": -1020 }, { "categoryIndex": 11, "sortValue": 200, "categoryHash": 4181084328, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 12, "sortValue": 300, "categoryHash": 1401904132, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 13, "sortValue": 500, "categoryHash": 3248536298, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 596 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 14, "sortValue": -9000, "categoryHash": 3197358458, "quantityAvailable": 0, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": true, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 593 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 }, { "categoryIndex": 15, "sortValue": 0, "categoryHash": 1584066945, "quantityAvailable": 2, "showUnavailableItems": false, "hideIfNoCurrency": false, "hideFromRegularPurchase": false, "buyStringOverride": "", "disabledDescription": "", "vendorItemIndexes": [ 594, 595 ], "isPreview": false, "isDisplayOnly": false, "resetIntervalMinutesOverride": -1, "resetOffsetMinutesOverride": -1 } ] redactedfalse resetIntervalMinutes10080 resetOffsetMinutes-12060 returnWithVendorRequesttrue services[] unlockRanges[] unlockValueHash0 vendorIdentifier"XUR" vendorProgressionType0 visibletrue