Add a nullable ClassId axis to PackDrawCardWeightEntry. Null means the row applies to any draw (the existing behavior for non-RS packs); 1..8 restricts the row to a specific class draw on a RotationStarterCardPack. Slot rates are class-invariant (verified against per-klan captures), so PackDrawSlotRateEntry is unchanged. PackOpenService.Draw now takes an optional classId parameter. With a class supplied, the card pool is filtered to (ClassId == classId || ClassId == null); without one, class-tagged rows are excluded so a mistaken non-RS call against a mixed table can't leak class-specific cards. PackController.Open lifts the 501 guard on RotationStarterCardPack and plumbs class_id through. Class_id is now required (and validated 1..8) for RS packs and rejected as 400 BadRequest on non-RS packs. The skin overload (target_card_id) remains 501 — out of scope for this work. Seed JSON regenerated end-to-end: 32 RS packs now carry 30,160 class- tagged weight rows; 247 non-RS packs keep their existing ~87k null-class rows. Slot rate fix from the upstream extractor change replaces the ~99.99% conditional-rate sums on 97xxx/93xxx packs with the page's authoritative 1.5/6/25/67.5 distribution. Migration AddPackDrawCardWeightClassId. End-to-end bootstrap verified against fresh Postgres; pack 93025 reads back exactly 122/119/120/120/ 120/121/118/119 weights for classes 1-8. Tests: 3 new PackOpenServiceTests (class filter happy path, disjoint pools, defensive null-class isolation); existing class_id-on-non-RS controller test updated 501 → 400 BadRequest; one stub-importer test corrected to match extractor-authored gacha_detail. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
11841 lines
186 KiB
JSON
11841 lines
186 KiB
JSON
[
|
|
{
|
|
"pack_id": 10000,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10000,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10000,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10000,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10000,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10000,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10000,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10001,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10001,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10001,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10001,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10001,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10001,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10001,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10002,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10002,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10002,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10002,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10002,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10002,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10002,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10003,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10003,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10003,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10003,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10003,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10003,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10003,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10004,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10004,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10004,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10004,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10004,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10004,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10004,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10005,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10005,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10005,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10005,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10005,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10005,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10005,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10006,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10006,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10006,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10006,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10006,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10006,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10006,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10007,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10007,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10007,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10007,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10007,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10007,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10007,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10008,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10008,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10008,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10008,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10008,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10008,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10008,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10009,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10009,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10009,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10009,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10009,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10009,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10009,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10010,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10010,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10010,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10010,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10010,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10010,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10010,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10011,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10011,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10011,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10011,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10011,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10011,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10011,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10012,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10012,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10012,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10012,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10012,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10012,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10012,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10013,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10013,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10013,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10013,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10013,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10013,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10013,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10014,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10014,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10014,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10014,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10014,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10014,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10014,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10015,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10015,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10015,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10015,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10015,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10015,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10015,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10016,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10016,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10016,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10016,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10016,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10016,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10016,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10017,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10017,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10017,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10017,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10017,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10017,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10017,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10018,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10018,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10018,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10018,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10018,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10018,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10018,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10019,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10019,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10019,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10019,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10019,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10019,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10019,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10020,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10020,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10020,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10020,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10020,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10020,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10020,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10021,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10021,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10021,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10021,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10021,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10021,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10021,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10022,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10022,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10022,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10022,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10022,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10022,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10022,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10023,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10023,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10023,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10023,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10023,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10023,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10023,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10024,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10024,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10024,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10024,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10024,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10024,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10024,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10025,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10025,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10025,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10025,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10025,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10025,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10025,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10026,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10026,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10026,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10026,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10026,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10026,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10026,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10027,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10027,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10027,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10027,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10027,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10027,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10027,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10028,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10028,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10028,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10028,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10028,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10028,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10028,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10029,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10029,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10029,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10029,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10029,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10029,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10029,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10030,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10030,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10030,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10030,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10030,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10030,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10030,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10031,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10031,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10031,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10031,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10031,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10031,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10031,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 10032,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10032,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10032,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 10032,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 10032,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 10032,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 10032,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15016,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15016,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15016,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15016,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15016,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15016,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15016,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15017,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15017,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15017,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15017,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15017,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15017,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15017,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15018,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15018,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15018,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15018,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15018,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15018,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15018,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15019,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15019,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15019,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15019,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15019,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15019,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15019,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15020,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15020,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15020,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15020,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15020,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15020,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15020,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15021,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15021,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15021,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15021,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15021,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15021,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15021,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15022,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15022,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15022,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15022,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15022,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15022,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15022,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15023,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15023,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15023,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15023,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15023,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15023,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15023,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15024,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15024,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15024,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15024,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15024,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15024,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15024,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15025,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15025,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15025,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15025,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15025,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15025,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15025,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15026,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15026,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15026,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15026,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15026,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15026,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15026,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15027,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15027,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15027,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15027,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15027,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15027,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15027,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15028,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15028,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15028,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15028,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15028,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15028,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15028,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15029,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15029,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15029,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15029,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15029,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15029,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15029,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15030,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15030,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15030,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15030,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15030,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15030,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15030,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15031,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15031,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15031,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15031,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15031,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15031,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15031,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 15032,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15032,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15032,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 15032,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 15032,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 15032,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 15032,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16006,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16006,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16006,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16006,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16006,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16006,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16006,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16007,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16007,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16007,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16007,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16007,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16007,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16007,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16008,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16008,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16008,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16008,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16008,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16008,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16008,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16009,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16009,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16009,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16009,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16009,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16009,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16009,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16010,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16010,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16010,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16010,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16010,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16010,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16010,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16011,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16011,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16011,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16011,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16011,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16011,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16011,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16012,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16012,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16012,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16012,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16012,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16012,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16012,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16013,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16013,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16013,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16013,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16013,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16013,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16013,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16014,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16014,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16014,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16014,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16014,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16014,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16014,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16015,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16015,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16015,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16015,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16015,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16015,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16015,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16016,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16016,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16016,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16016,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16016,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16016,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16016,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16017,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16017,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16017,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16017,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16017,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16017,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16017,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16018,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16018,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16018,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16018,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16018,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16018,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16018,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16019,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16019,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16019,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16019,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16019,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16019,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16019,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16020,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16020,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16020,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16020,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16020,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16020,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16020,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16021,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16021,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16021,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16021,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16021,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16021,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16021,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16022,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16022,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16022,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16022,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16022,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16022,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16022,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16023,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16023,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16023,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16023,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16023,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16023,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16023,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16024,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16024,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16024,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16024,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16024,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16024,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16024,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16025,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16025,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16025,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16025,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16025,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16025,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16025,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16026,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16026,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16026,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16026,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16026,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16026,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16026,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16027,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16027,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16027,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16027,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16027,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16027,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16027,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16028,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16028,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16028,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16028,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16028,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16028,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16028,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16029,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16029,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16029,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16029,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16029,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16029,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16029,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16030,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16030,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16030,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16030,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16030,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16030,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16030,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16031,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16031,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16031,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16031,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16031,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16031,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16031,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 16032,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16032,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16032,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 16032,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 16032,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 16032,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 16032,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 20001,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 20001,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 20001,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 20001,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 20001,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 20001,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 20001,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 20002,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 20002,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 20002,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 20002,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 20002,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 20002,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 20002,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 30019,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30019,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30019,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 30019,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 30019,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30019,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30019,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 30020,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30020,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30020,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 30020,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 30020,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30020,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30020,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 30021,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30021,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30021,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 30021,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 30021,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30021,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30021,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 30022,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30022,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30022,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 30022,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 30022,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30022,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30022,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 30023,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30023,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30023,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 30023,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 30023,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30023,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30023,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 30024,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30024,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30024,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 30024,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 30024,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30024,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30024,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 30025,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30025,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30025,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 30025,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 30025,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30025,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30025,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 30026,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30026,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30026,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 30026,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 30026,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30026,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30026,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 30027,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30027,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30027,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 30027,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 30027,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30027,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30027,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 30028,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30028,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30028,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 30028,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 30028,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30028,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30028,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 30029,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30029,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30029,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 30029,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 30029,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30029,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30029,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 30030,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30030,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30030,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 30030,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 30030,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30030,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30030,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 30031,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30031,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30031,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 30031,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 30031,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30031,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30031,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 30032,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30032,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30032,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 30032,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 30032,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 30032,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 30032,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70001,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70001,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70001,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70001,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70001,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70001,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70001,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70002,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70002,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70002,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70002,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70002,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70002,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70002,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70003,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70003,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70003,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70003,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70003,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70003,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70003,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70004,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70004,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70004,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70004,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70004,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70004,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70004,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70005,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70005,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70005,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70005,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70005,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70005,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70005,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70006,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70006,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70006,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70006,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70006,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70006,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70006,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70007,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70007,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70007,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70007,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70007,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70007,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70007,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70008,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70008,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70008,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70008,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70008,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70008,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70008,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70009,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70009,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70009,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70009,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70009,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70009,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70009,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70010,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70010,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70010,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70010,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70010,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70010,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70010,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70011,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70011,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70011,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70011,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70011,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70011,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70011,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70012,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70012,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70012,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70012,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70012,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70012,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70012,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70013,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70013,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70013,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70013,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70013,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70013,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70013,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70014,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70014,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70014,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70014,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70014,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70014,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70014,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70015,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70015,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70015,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70015,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70015,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70015,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70015,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70016,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70016,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70016,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70016,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70016,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70016,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70016,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70017,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70017,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70017,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70017,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70017,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70017,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70017,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70018,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70018,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70018,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70018,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70018,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70018,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70018,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70019,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70019,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70019,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70019,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70019,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70019,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70019,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70020,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70020,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70020,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70020,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70020,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70020,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70020,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70021,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70021,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70021,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70021,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70021,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70021,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70021,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70022,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70022,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70022,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70022,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70022,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70022,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70022,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70023,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70023,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70023,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70023,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70023,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70023,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70023,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70024,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70024,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70024,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70024,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70024,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70024,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70024,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70025,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70025,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70025,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70025,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70025,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70025,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70025,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70026,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70026,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70026,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70026,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70026,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70026,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70026,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70027,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70027,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70027,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70027,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70027,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70027,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70027,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70028,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70028,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70028,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70028,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70028,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70028,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70028,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70029,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70029,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70029,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70029,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70029,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70029,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70029,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 70030,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70030,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70030,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 70030,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 70030,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 70030,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 70030,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80007,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80007,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80007,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80007,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80007,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80007,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80007,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80008,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80008,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80008,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80008,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80008,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80008,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80008,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80009,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80009,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80009,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80009,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80009,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80009,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80009,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80010,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80010,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80010,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80010,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80010,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80010,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80010,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80011,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80011,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80011,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80011,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80011,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80011,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80011,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80012,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80012,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80012,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80012,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80012,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80012,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80012,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80013,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80013,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80013,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80013,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80013,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80013,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80013,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80014,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80014,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80014,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80014,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80014,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80014,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80014,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80015,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80015,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80015,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80015,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80015,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80015,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80015,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80016,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80016,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80016,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80016,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80016,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80016,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80016,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80017,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80017,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80017,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80017,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80017,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80017,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80017,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80018,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80018,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80018,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80018,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80018,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80018,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80018,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80019,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80019,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80019,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80019,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80019,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80019,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80019,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80020,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80020,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80020,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80020,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80020,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80020,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80020,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80021,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80021,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80021,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80021,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80021,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80021,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80021,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80022,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80022,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80022,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80022,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80022,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80022,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80022,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80023,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80023,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80023,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80023,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80023,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80023,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80023,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80024,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80024,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80024,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80024,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80024,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80024,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80024,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80025,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80025,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80025,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80025,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80025,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80025,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80025,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80026,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80026,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80026,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80026,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80026,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80026,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80026,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80027,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80027,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80027,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80027,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80027,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80027,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80027,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80028,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80028,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80028,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80028,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80028,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80028,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80028,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80029,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80029,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80029,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80029,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80029,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80029,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80029,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80030,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80030,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80030,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80030,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80030,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80030,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80030,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80031,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80031,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80031,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80031,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80031,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80031,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80031,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80032,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80032,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80032,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80032,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80032,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80032,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80032,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80047,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80047,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80047,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80047,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80047,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80047,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80047,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80050,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80050,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80050,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80050,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80050,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80050,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80050,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 80056,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80056,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80056,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 80056,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 80056,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 80056,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 80056,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 90000,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 90000,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 90000,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 90000,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 90000,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 90000,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 90000,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 90001,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 90001,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 90001,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 90001,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 90001,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 90002,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 90002,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 90002,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 90002,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 90002,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 90002,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 90002,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 91003,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 91003,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 91003,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 91003,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 91003,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 91003,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 91003,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 91003,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 91008,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 91008,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 91008,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 91008,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 91008,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 91008,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 91008,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 91008,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 92001,
|
|
"slot": "eighth",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 92001,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 92001,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 92001,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 92001,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93025,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93025,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93025,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93025,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93025,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93025,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93025,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93026,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93026,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93026,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93026,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93026,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93026,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93026,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93027,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93027,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93027,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93027,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93027,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93027,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93027,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93028,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93028,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93028,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93028,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93028,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93028,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93028,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93029,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93029,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93029,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93029,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93029,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93029,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93029,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93030,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93030,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93030,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93030,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93030,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93030,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93030,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93031,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93031,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93031,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93031,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93031,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93031,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93031,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93032,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93032,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93032,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93032,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93032,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93032,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93032,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93034,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93034,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93034,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93034,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93034,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93034,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93034,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93035,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93035,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93035,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93035,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93035,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93035,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93035,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93036,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93036,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93036,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93036,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93036,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93036,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93036,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93037,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93037,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93037,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93037,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93037,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93037,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93037,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93038,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93038,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93038,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93038,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93038,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93038,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93038,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93039,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93039,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93039,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93039,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93039,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93039,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93039,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93040,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93040,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93040,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93040,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93040,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93040,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93040,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93041,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93041,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93041,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93041,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93041,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93041,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93041,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93042,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93042,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93042,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93042,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93042,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93042,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93042,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93043,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93043,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93043,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93043,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93043,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93043,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93043,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93044,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93044,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93044,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93044,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93044,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93044,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93044,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93045,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93045,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93045,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93045,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93045,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93045,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93045,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93046,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93046,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93046,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93046,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93046,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93046,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93046,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93047,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93047,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93047,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93047,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93047,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93047,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93047,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93048,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93048,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93048,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93048,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93048,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93048,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93048,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93049,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93049,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93049,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93049,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93049,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93049,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93049,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93050,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93050,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93050,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93050,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93050,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93050,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93050,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93051,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93051,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93051,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93051,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93051,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93051,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93051,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93052,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93052,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93052,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93052,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93052,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93052,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93052,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93053,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93053,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93053,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93053,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93053,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93053,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93053,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93054,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93054,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93054,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93054,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93054,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93054,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93054,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93055,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93055,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93055,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93055,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93055,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93055,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93055,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93056,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93056,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93056,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93056,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93056,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93056,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93056,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93057,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93057,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93057,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93057,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93057,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93057,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93057,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93058,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93058,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93058,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93058,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93058,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93058,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93058,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93059,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93059,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93059,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93059,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93059,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93059,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93059,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93074,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93074,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93074,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93074,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93074,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93074,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93074,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93077,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93077,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93077,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93077,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93077,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93077,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93077,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 93083,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93083,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93083,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 93083,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 93083,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 93083,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 93083,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 94001,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 94001,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.26
|
|
},
|
|
{
|
|
"pack_id": 94001,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 94001,
|
|
"slot": "eighth",
|
|
"tier": "special",
|
|
"rate_pct": 0.24
|
|
},
|
|
{
|
|
"pack_id": 94001,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 94001,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 94001,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.26
|
|
},
|
|
{
|
|
"pack_id": 94001,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 94001,
|
|
"slot": "general",
|
|
"tier": "special",
|
|
"rate_pct": 0.24
|
|
},
|
|
{
|
|
"pack_id": 94002,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 94002,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.38
|
|
},
|
|
{
|
|
"pack_id": 94002,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 94002,
|
|
"slot": "eighth",
|
|
"tier": "special",
|
|
"rate_pct": 0.12
|
|
},
|
|
{
|
|
"pack_id": 94002,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 94002,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 94002,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.38
|
|
},
|
|
{
|
|
"pack_id": 94002,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 94002,
|
|
"slot": "general",
|
|
"tier": "special",
|
|
"rate_pct": 0.12
|
|
},
|
|
{
|
|
"pack_id": 94003,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 94003,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.26
|
|
},
|
|
{
|
|
"pack_id": 94003,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 94003,
|
|
"slot": "eighth",
|
|
"tier": "special",
|
|
"rate_pct": 0.24
|
|
},
|
|
{
|
|
"pack_id": 94003,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 94003,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 94003,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.26
|
|
},
|
|
{
|
|
"pack_id": 94003,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 94003,
|
|
"slot": "general",
|
|
"tier": "special",
|
|
"rate_pct": 0.24
|
|
},
|
|
{
|
|
"pack_id": 94004,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 94004,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.26
|
|
},
|
|
{
|
|
"pack_id": 94004,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 94004,
|
|
"slot": "eighth",
|
|
"tier": "special",
|
|
"rate_pct": 0.24
|
|
},
|
|
{
|
|
"pack_id": 94004,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 94004,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 94004,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.26
|
|
},
|
|
{
|
|
"pack_id": 94004,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 94004,
|
|
"slot": "general",
|
|
"tier": "special",
|
|
"rate_pct": 0.24
|
|
},
|
|
{
|
|
"pack_id": 95001,
|
|
"slot": "eighth",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 95001,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 95002,
|
|
"slot": "eighth",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 95002,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 96001,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 96001,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 96001,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 96001,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 96001,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 96001,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 96001,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97001,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97001,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97001,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97001,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97001,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97001,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97001,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97001,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97001,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97002,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97002,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97002,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97002,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97002,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97002,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97002,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97002,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97002,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97003,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97003,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97003,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97003,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97003,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97003,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97003,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97003,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97003,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97004,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97004,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97004,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97004,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97004,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97004,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97004,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97004,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97004,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97005,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97005,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97005,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97005,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97005,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97005,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97005,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97005,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97005,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97006,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97006,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97006,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97006,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97006,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97006,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97006,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97006,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97006,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97007,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97007,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97007,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97007,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97007,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97007,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97007,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97007,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97007,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97008,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97008,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97008,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97008,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97008,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97008,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97008,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97008,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97008,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97009,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97009,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97009,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97009,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97009,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97009,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97009,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97009,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97009,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97010,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97010,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97010,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97010,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97010,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97010,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97010,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97010,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97010,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97011,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97011,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97011,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97011,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97011,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97011,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97011,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97011,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97011,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97012,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97012,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97012,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97012,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97012,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97012,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97012,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97012,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97012,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97013,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97013,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97013,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97013,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97013,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97013,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97013,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97013,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97013,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97014,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97014,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97014,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97014,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97014,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97014,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97014,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97014,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97014,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97015,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97015,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97015,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97015,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97015,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97015,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97015,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97015,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97015,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97016,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97016,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97016,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97016,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97016,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97016,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97016,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97016,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97016,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97017,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97017,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97017,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97017,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97017,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97017,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97017,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97017,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97017,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97018,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97018,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97018,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97018,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97018,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97018,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97018,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97018,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97018,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97019,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97019,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97019,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97019,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97019,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97019,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97019,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97019,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97019,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97020,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97020,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97020,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97020,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97020,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97020,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97020,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97020,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97020,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97021,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97021,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97021,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97021,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97021,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97021,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97021,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97021,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97021,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97022,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97022,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97022,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97022,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97022,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97022,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97022,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97022,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97022,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97023,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97023,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97023,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97023,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97023,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97023,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97023,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97023,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97023,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 97024,
|
|
"slot": "bonus",
|
|
"tier": "legendary",
|
|
"rate_pct": 96.0
|
|
},
|
|
{
|
|
"pack_id": 97024,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 4.0
|
|
},
|
|
{
|
|
"pack_id": 97024,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97024,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97024,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 97024,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 97024,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 97024,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 97024,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98001,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98001,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98001,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98001,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98001,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98001,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98001,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98001,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98002,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98002,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98002,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98002,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98002,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98002,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98002,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98002,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98003,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98003,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98003,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98003,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98003,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98003,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98003,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98003,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98004,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98004,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98004,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98004,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98004,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98004,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98004,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98004,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98005,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98005,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98005,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98005,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98005,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98005,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98005,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98005,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98006,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98006,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98006,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98006,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98006,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98006,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98006,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98006,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98007,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98007,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98007,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98007,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98007,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98007,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98007,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98007,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98008,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98008,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98008,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98008,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98008,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98008,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98008,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98008,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98009,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98009,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98009,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98009,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98009,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98009,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98009,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98009,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98010,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98010,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98010,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98010,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98010,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98010,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98010,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98010,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98011,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98011,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98011,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98011,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98011,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98011,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98011,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98011,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98012,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98012,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98012,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98012,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98012,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98012,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98012,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98012,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98013,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98013,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98013,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98013,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98013,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98013,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98013,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98013,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98014,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98014,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98014,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98014,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98014,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98014,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98014,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98014,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98015,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98015,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98015,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98015,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98015,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98015,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98015,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98015,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98016,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98016,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98016,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98016,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98016,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98016,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98016,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98016,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98017,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98017,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98017,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98017,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98017,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98017,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98017,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98017,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98018,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98018,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98018,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98018,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98018,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98018,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98018,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98018,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98019,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98019,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98019,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98019,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98019,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98019,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98019,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98019,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98020,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98020,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98020,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98020,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98020,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98020,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98020,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98020,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98021,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98021,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98021,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98021,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98021,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98021,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98021,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98021,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98022,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98022,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98022,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98022,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98022,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98022,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98022,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98022,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98023,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98023,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98023,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98023,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98023,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98023,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98023,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98023,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 98024,
|
|
"slot": "bonus",
|
|
"tier": "special",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 98024,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98024,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98024,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 98024,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 98024,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 98024,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 98024,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99007,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99007,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99007,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 99007,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99007,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99007,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99007,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99008,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99008,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99008,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99008,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99008,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99009,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99009,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99009,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 99009,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99009,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99009,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99009,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99010,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99010,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99010,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99010,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99010,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99011,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99011,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99011,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99011,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99011,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99012,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99012,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99012,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99012,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99012,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99013,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99013,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99013,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99013,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99013,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99014,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99014,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99014,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99014,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99014,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99015,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99015,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99015,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99015,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99015,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99016,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99016,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99016,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99016,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99016,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99017,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99017,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99017,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99017,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99017,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99018,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99018,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99018,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99018,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99018,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99019,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99019,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99019,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99019,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99019,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99020,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99020,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99020,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99020,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99020,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99021,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99021,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99021,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99021,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99021,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99022,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99022,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99022,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99022,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99022,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99023,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99023,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99023,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99023,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99023,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99024,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99024,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99024,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99024,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99024,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99025,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99025,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99025,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99025,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99025,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99026,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99026,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99026,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 99026,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99026,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99026,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99026,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99027,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99027,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99027,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99027,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99027,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99028,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99028,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99028,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 99028,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99028,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99028,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99028,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99029,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99029,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99029,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99029,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99029,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99030,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99030,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99030,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99030,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99030,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99031,
|
|
"slot": "eighth",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99031,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99031,
|
|
"slot": "eighth",
|
|
"tier": "silver",
|
|
"rate_pct": 92.5
|
|
},
|
|
{
|
|
"pack_id": 99031,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99031,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99031,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99031,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99032,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99032,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99032,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99032,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99032,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99047,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99047,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99047,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99047,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99047,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99050,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99050,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99050,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99050,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99050,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
},
|
|
{
|
|
"pack_id": 99056,
|
|
"slot": "eighth",
|
|
"tier": "legendary",
|
|
"rate_pct": 100.0
|
|
},
|
|
{
|
|
"pack_id": 99056,
|
|
"slot": "general",
|
|
"tier": "bronze",
|
|
"rate_pct": 67.5
|
|
},
|
|
{
|
|
"pack_id": 99056,
|
|
"slot": "general",
|
|
"tier": "gold",
|
|
"rate_pct": 6.0
|
|
},
|
|
{
|
|
"pack_id": 99056,
|
|
"slot": "general",
|
|
"tier": "legendary",
|
|
"rate_pct": 1.5
|
|
},
|
|
{
|
|
"pack_id": 99056,
|
|
"slot": "general",
|
|
"tier": "silver",
|
|
"rate_pct": 25.0
|
|
}
|
|
]
|