diff --git a/backend.py b/backend.py index f2830e1..c7da223 100644 --- a/backend.py +++ b/backend.py @@ -103,6 +103,57 @@ def load_custom_items() -> List[dict]: return custom_items +# ─── Генерация sub-вариаций цен и float ─────────────────────────────────── +def generate_item_variants(num_variants: int = 6): + """Для каждого предмета генерирует sub-вариации с разными ценами и float""" + global ALL_ITEMS + new_all = [] + for item in ALL_ITEMS: + base_price = item.get("price_rub", 0) + wr = item.get("wear_range", [0, 1]) + mid = item.get("mid_float_used", 0.5) + wr_min, wr_max = wr + f_range = max(wr_max - wr_min, 0.001) + + for v in range(num_variants): + variant = dict(item) + t = v / (num_variants - 1) if num_variants > 1 else 0 + # price factor: 0.55 to 1.40 across variants + factor = 0.55 + t * 0.85 + # add small random jitter + factor += random.uniform(-0.05, 0.05) + factor = max(0.30, min(1.50, factor)) + + p = int(base_price * factor) + # scramble last digits + if p >= 1_000_000: + prefix = p // 1000 + suffix = random.randint(100, 999) + p = prefix * 1000 + suffix + elif p >= 100_000: + prefix = p // 100 + suffix = random.randint(10, 99) + p = prefix * 100 + suffix + elif p >= 10_000: + prefix = p // 10 + suffix = random.randint(1, 9) + p = prefix * 10 + suffix + variant["price_rub"] = max(p, 100) + variant["price_usd"] = round(variant["price_rub"] / 100, 2) + + # float spreads across the wear range + float_offset = -0.4 + t * 0.8 + float_offset += random.uniform(-0.1, 0.1) + new_mid = mid + float_offset * f_range + new_mid = max(wr_min + 0.001, min(wr_max - 0.001, new_mid)) + variant["mid_float_used"] = round(new_mid, 4) + + new_all.append(variant) + + count_before = len(ALL_ITEMS) + ALL_ITEMS = new_all + print(f"Сгенерировано {len(ALL_ITEMS)} sub-вариаций из {count_before} предметов (x{num_variants})") + # ─── Загрузка основных данных ───────────────────────────────────────────── def load_base_items() -> List[dict]: """Загружает основные предметы из skins.json""" @@ -126,6 +177,10 @@ CUSTOM_ITEMS = load_custom_items() ALL_ITEMS = BASE_ITEMS + CUSTOM_ITEMS print(f"Всего предметов после объединения: {len(ALL_ITEMS):,}") +# Генерируем sub-вариации цен и float для каждого предмета +generate_item_variants(num_variants=6) +print(f"Всего предметов после генерации вариаций: {len(ALL_ITEMS):,}") + ITEM_BY_ID: Dict[int, dict] = {i: item for i, item in enumerate(ALL_ITEMS)} # ─── Глобальные кэши / индексы ────────────────────────────────────────────── diff --git a/custom_items.json b/custom_items.json index 27d1fc0..8680fcb 100644 --- a/custom_items.json +++ b/custom_items.json @@ -29,216 +29,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Autotronic (Factory New)", - "weapon": "Dildo", - "pattern": "Autotronic", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 248523.5, - "price_rub": 24852350, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Autotronic (Factory New)", - "weapon": "Dildo", - "pattern": "Autotronic", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 220197.92, - "price_rub": 22019792, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Autotronic (Factory New)", - "weapon": "Dildo", - "pattern": "Autotronic", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 193656.58, - "price_rub": 19365658, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Autotronic (Factory New)", - "weapon": "Dildo", - "pattern": "Autotronic", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0144, - "doppler_phase": null, - "price_usd": 168131.3, - "price_rub": 16813130, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Autotronic (Factory New)", - "weapon": "Dildo", - "pattern": "Autotronic", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0141, - "doppler_phase": null, - "price_usd": 139177.16, - "price_rub": 13917716, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Autotronic (Factory New)", - "weapon": "Dildo", - "pattern": "Autotronic", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0156, - "doppler_phase": null, - "price_usd": 98887.65, - "price_rub": 9888765, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Autotronic (Factory New)", - "weapon": "Dildo", - "pattern": "Autotronic", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0247, - "doppler_phase": null, - "price_usd": 79495.59, - "price_rub": 7949559, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Blue Steel (Factory New)", "weapon": "Dildo", @@ -269,216 +59,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Blue Steel (Factory New)", - "weapon": "Dildo", - "pattern": "Blue Steel", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 18348.77, - "price_rub": 1834877, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Blue Steel (Factory New)", - "weapon": "Dildo", - "pattern": "Blue Steel", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 16764.48, - "price_rub": 1676448, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Blue Steel (Factory New)", - "weapon": "Dildo", - "pattern": "Blue Steel", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 13683.2, - "price_rub": 1368320, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Blue Steel (Factory New)", - "weapon": "Dildo", - "pattern": "Blue Steel", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0135, - "doppler_phase": null, - "price_usd": 13151.94, - "price_rub": 1315194, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Blue Steel (Factory New)", - "weapon": "Dildo", - "pattern": "Blue Steel", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0163, - "doppler_phase": null, - "price_usd": 10474.52, - "price_rub": 1047452, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Blue Steel (Factory New)", - "weapon": "Dildo", - "pattern": "Blue Steel", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0326, - "doppler_phase": null, - "price_usd": 8385.68, - "price_rub": 838568, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Blue Steel (Factory New)", - "weapon": "Dildo", - "pattern": "Blue Steel", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0441, - "doppler_phase": null, - "price_usd": 5402.58, - "price_rub": 540258, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Boreal Forest (Well-Worn)", "weapon": "Dildo", @@ -509,216 +89,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Boreal Forest (Well-Worn)", - "weapon": "Dildo", - "pattern": "Boreal Forest", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.4026, - "doppler_phase": null, - "price_usd": 1199.89, - "price_rub": 119989, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Boreal Forest (Well-Worn)", - "weapon": "Dildo", - "pattern": "Boreal Forest", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.4149, - "doppler_phase": null, - "price_usd": 1069.34, - "price_rub": 106934, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Boreal Forest (Well-Worn)", - "weapon": "Dildo", - "pattern": "Boreal Forest", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.42, - "doppler_phase": null, - "price_usd": 886.71, - "price_rub": 88671, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Boreal Forest (Well-Worn)", - "weapon": "Dildo", - "pattern": "Boreal Forest", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.4281, - "doppler_phase": null, - "price_usd": 812.62, - "price_rub": 81262, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Boreal Forest (Well-Worn)", - "weapon": "Dildo", - "pattern": "Boreal Forest", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.4352, - "doppler_phase": null, - "price_usd": 706.97, - "price_rub": 70697, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Boreal Forest (Well-Worn)", - "weapon": "Dildo", - "pattern": "Boreal Forest", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.4378, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Boreal Forest (Well-Worn)", - "weapon": "Dildo", - "pattern": "Boreal Forest", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.4324, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Bright Water (Field-Tested)", "weapon": "Dildo", @@ -749,216 +119,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Bright Water (Field-Tested)", - "weapon": "Dildo", - "pattern": "Bright Water", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2053, - "doppler_phase": null, - "price_usd": 8064.87, - "price_rub": 806487, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Bright Water (Field-Tested)", - "weapon": "Dildo", - "pattern": "Bright Water", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2254, - "doppler_phase": null, - "price_usd": 6748.41, - "price_rub": 674841, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Bright Water (Field-Tested)", - "weapon": "Dildo", - "pattern": "Bright Water", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 5557.58, - "price_rub": 555758, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Bright Water (Field-Tested)", - "weapon": "Dildo", - "pattern": "Bright Water", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2819, - "doppler_phase": null, - "price_usd": 5055.98, - "price_rub": 505598, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Bright Water (Field-Tested)", - "weapon": "Dildo", - "pattern": "Bright Water", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2894, - "doppler_phase": null, - "price_usd": 4383.17, - "price_rub": 438317, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Bright Water (Field-Tested)", - "weapon": "Dildo", - "pattern": "Bright Water", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.253, - "doppler_phase": null, - "price_usd": 3099.5, - "price_rub": 309950, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Bright Water (Field-Tested)", - "weapon": "Dildo", - "pattern": "Bright Water", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2576, - "doppler_phase": null, - "price_usd": 2089.82, - "price_rub": 208982, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Case Hardened (Factory New)", "weapon": "Dildo", @@ -989,216 +149,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Case Hardened (Factory New)", - "weapon": "Dildo", - "pattern": "Case Hardened", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0055, - "doppler_phase": null, - "price_usd": 117986.11, - "price_rub": 11798611, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Case Hardened (Factory New)", - "weapon": "Dildo", - "pattern": "Case Hardened", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 99025.69, - "price_rub": 9902569, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Case Hardened (Factory New)", - "weapon": "Dildo", - "pattern": "Case Hardened", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 83172.42, - "price_rub": 8317242, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Case Hardened (Factory New)", - "weapon": "Dildo", - "pattern": "Case Hardened", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0159, - "doppler_phase": null, - "price_usd": 75573.69, - "price_rub": 7557369, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Case Hardened (Factory New)", - "weapon": "Dildo", - "pattern": "Case Hardened", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0175, - "doppler_phase": null, - "price_usd": 67326.97, - "price_rub": 6732697, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Case Hardened (Factory New)", - "weapon": "Dildo", - "pattern": "Case Hardened", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0161, - "doppler_phase": null, - "price_usd": 48652.41, - "price_rub": 4865241, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Case Hardened (Factory New)", - "weapon": "Dildo", - "pattern": "Case Hardened", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0132, - "doppler_phase": null, - "price_usd": 32711.48, - "price_rub": 3271148, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Crimson Web (Factory New)", "weapon": "Dildo", @@ -1229,216 +179,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Crimson Web (Factory New)", - "weapon": "Dildo", - "pattern": "Crimson Web", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 614109.11, - "price_rub": 61410911, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Crimson Web (Factory New)", - "weapon": "Dildo", - "pattern": "Crimson Web", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0017, - "doppler_phase": null, - "price_usd": 566384.94, - "price_rub": 56638494, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Crimson Web (Factory New)", - "weapon": "Dildo", - "pattern": "Crimson Web", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 469905.79, - "price_rub": 46990579, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Crimson Web (Factory New)", - "weapon": "Dildo", - "pattern": "Crimson Web", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0202, - "doppler_phase": null, - "price_usd": 432699.81, - "price_rub": 43269981, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Crimson Web (Factory New)", - "weapon": "Dildo", - "pattern": "Crimson Web", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0219, - "doppler_phase": null, - "price_usd": 385122.17, - "price_rub": 38512217, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Crimson Web (Factory New)", - "weapon": "Dildo", - "pattern": "Crimson Web", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.025, - "doppler_phase": null, - "price_usd": 292033.73, - "price_rub": 29203373, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Crimson Web (Factory New)", - "weapon": "Dildo", - "pattern": "Crimson Web", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0219, - "doppler_phase": null, - "price_usd": 201374.0, - "price_rub": 20137400, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Damascus Steel (Factory New)", "weapon": "Dildo", @@ -1469,216 +209,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Damascus Steel (Factory New)", - "weapon": "Dildo", - "pattern": "Damascus Steel", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0099, - "doppler_phase": null, - "price_usd": 21658.39, - "price_rub": 2165839, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Damascus Steel (Factory New)", - "weapon": "Dildo", - "pattern": "Damascus Steel", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0063, - "doppler_phase": null, - "price_usd": 20186.12, - "price_rub": 2018612, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Damascus Steel (Factory New)", - "weapon": "Dildo", - "pattern": "Damascus Steel", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 16796.19, - "price_rub": 1679619, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Damascus Steel (Factory New)", - "weapon": "Dildo", - "pattern": "Damascus Steel", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0191, - "doppler_phase": null, - "price_usd": 15694.05, - "price_rub": 1569405, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Damascus Steel (Factory New)", - "weapon": "Dildo", - "pattern": "Damascus Steel", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0189, - "doppler_phase": null, - "price_usd": 13333.03, - "price_rub": 1333303, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Damascus Steel (Factory New)", - "weapon": "Dildo", - "pattern": "Damascus Steel", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0314, - "doppler_phase": null, - "price_usd": 8889.79, - "price_rub": 888979, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Damascus Steel (Factory New)", - "weapon": "Dildo", - "pattern": "Damascus Steel", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0423, - "doppler_phase": null, - "price_usd": 7531.1, - "price_rub": 753110, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Doppler Black Pearl (Factory New)", "weapon": "Dildo", @@ -1709,216 +239,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Doppler Black Pearl (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Black Pearl", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0096, - "doppler_phase": null, - "price_usd": 989944.71, - "price_rub": 98994471, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Black Pearl (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Black Pearl", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 905514.14, - "price_rub": 90551414, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Black Pearl (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Black Pearl", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 733313.46, - "price_rub": 73331346, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Black Pearl (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Black Pearl", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0199, - "doppler_phase": null, - "price_usd": 701491.87, - "price_rub": 70149187, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Black Pearl (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Black Pearl", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0243, - "doppler_phase": null, - "price_usd": 589408.78, - "price_rub": 58940878, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Black Pearl (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Black Pearl", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0135, - "doppler_phase": null, - "price_usd": 442067.75, - "price_rub": 44206775, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Black Pearl (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Black Pearl", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0292, - "doppler_phase": null, - "price_usd": 283033.71, - "price_rub": 28303371, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Doppler Ruby (Factory New)", "weapon": "Dildo", @@ -1949,216 +269,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Doppler Ruby (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Ruby", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0011, - "doppler_phase": null, - "price_usd": 1261423.16, - "price_rub": 126142316, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Ruby (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Ruby", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 1089708.06, - "price_rub": 108970806, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Ruby (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Ruby", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 877014.19, - "price_rub": 87701419, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Ruby (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Ruby", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0171, - "doppler_phase": null, - "price_usd": 805634.82, - "price_rub": 80563482, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Ruby (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Ruby", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0191, - "doppler_phase": null, - "price_usd": 679472.23, - "price_rub": 67947223, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Ruby (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Ruby", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0118, - "doppler_phase": null, - "price_usd": 490711.21, - "price_rub": 49071121, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Ruby (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Ruby", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0181, - "doppler_phase": null, - "price_usd": 354663.25, - "price_rub": 35466325, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Doppler Sapphire (Factory New)", "weapon": "Dildo", @@ -2189,216 +299,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Doppler Sapphire (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Sapphire", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 1260643.34, - "price_rub": 126064334, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Sapphire (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Sapphire", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0096, - "doppler_phase": null, - "price_usd": 1106744.38, - "price_rub": 110674438, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Sapphire (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Sapphire", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 953543.43, - "price_rub": 95354343, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Sapphire (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Sapphire", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0151, - "doppler_phase": null, - "price_usd": 872276.52, - "price_rub": 87227652, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Sapphire (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Sapphire", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0264, - "doppler_phase": null, - "price_usd": 713236.84, - "price_rub": 71323684, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Sapphire (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Sapphire", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0168, - "doppler_phase": null, - "price_usd": 586435.84, - "price_rub": 58643584, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Doppler Sapphire (Factory New)", - "weapon": "Dildo", - "pattern": "Doppler Sapphire", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0167, - "doppler_phase": null, - "price_usd": 421121.99, - "price_rub": 42112199, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Fade (Factory New)", "weapon": "Dildo", @@ -2429,216 +329,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Fade (Factory New)", - "weapon": "Dildo", - "pattern": "Fade", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0011, - "doppler_phase": null, - "price_usd": 915395.78, - "price_rub": 91539578, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Fade (Factory New)", - "weapon": "Dildo", - "pattern": "Fade", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0092, - "doppler_phase": null, - "price_usd": 826077.69, - "price_rub": 82607769, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Fade (Factory New)", - "weapon": "Dildo", - "pattern": "Fade", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 695742.0, - "price_rub": 69574200, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Fade (Factory New)", - "weapon": "Dildo", - "pattern": "Fade", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0176, - "doppler_phase": null, - "price_usd": 595239.19, - "price_rub": 59523919, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Fade (Factory New)", - "weapon": "Dildo", - "pattern": "Fade", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0144, - "doppler_phase": null, - "price_usd": 547402.94, - "price_rub": 54740294, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Fade (Factory New)", - "weapon": "Dildo", - "pattern": "Fade", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0139, - "doppler_phase": null, - "price_usd": 404162.87, - "price_rub": 40416287, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Fade (Factory New)", - "weapon": "Dildo", - "pattern": "Fade", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0187, - "doppler_phase": null, - "price_usd": 237981.77, - "price_rub": 23798177, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Forest DDPAT (Battle-Scarred)", "weapon": "Dildo", @@ -2669,216 +359,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Forest DDPAT (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Forest DDPAT", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.451, - "doppler_phase": null, - "price_usd": 1096.22, - "price_rub": 109622, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Forest DDPAT (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Forest DDPAT", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.451, - "doppler_phase": null, - "price_usd": 884.01, - "price_rub": 88401, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Forest DDPAT (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Forest DDPAT", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.55, - "doppler_phase": null, - "price_usd": 798.74, - "price_rub": 79874, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Forest DDPAT (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Forest DDPAT", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.5901, - "doppler_phase": null, - "price_usd": 690.64, - "price_rub": 69064, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Forest DDPAT (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Forest DDPAT", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.6741, - "doppler_phase": null, - "price_usd": 629.13, - "price_rub": 62913, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Forest DDPAT (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Forest DDPAT", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.7668, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Forest DDPAT (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Forest DDPAT", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.7659, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Freehand (Factory New)", "weapon": "Dildo", @@ -2909,216 +389,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Freehand (Factory New)", - "weapon": "Dildo", - "pattern": "Freehand", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 57029.02, - "price_rub": 5702902, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Freehand (Factory New)", - "weapon": "Dildo", - "pattern": "Freehand", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 48642.58, - "price_rub": 4864258, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Freehand (Factory New)", - "weapon": "Dildo", - "pattern": "Freehand", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 40393.22, - "price_rub": 4039322, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Freehand (Factory New)", - "weapon": "Dildo", - "pattern": "Freehand", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0161, - "doppler_phase": null, - "price_usd": 39046.55, - "price_rub": 3904655, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Freehand (Factory New)", - "weapon": "Dildo", - "pattern": "Freehand", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0155, - "doppler_phase": null, - "price_usd": 29721.51, - "price_rub": 2972151, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Freehand (Factory New)", - "weapon": "Dildo", - "pattern": "Freehand", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0241, - "doppler_phase": null, - "price_usd": 24739.73, - "price_rub": 2473973, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Freehand (Factory New)", - "weapon": "Dildo", - "pattern": "Freehand", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.012, - "doppler_phase": null, - "price_usd": 15986.2, - "price_rub": 1598620, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Gamma Doppler Emerald (Factory New)", "weapon": "Dildo", @@ -3149,216 +419,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Emerald (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Emerald", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0086, - "doppler_phase": null, - "price_usd": 1149691.69, - "price_rub": 114969169, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Emerald (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Emerald", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0067, - "doppler_phase": null, - "price_usd": 974292.22, - "price_rub": 97429222, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Emerald (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Emerald", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 832066.83, - "price_rub": 83206683, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Emerald (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Emerald", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0162, - "doppler_phase": null, - "price_usd": 725767.34, - "price_rub": 72576734, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Emerald (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Emerald", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0215, - "doppler_phase": null, - "price_usd": 590996.78, - "price_rub": 59099678, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Emerald (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Emerald", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0362, - "doppler_phase": null, - "price_usd": 482683.09, - "price_rub": 48268309, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Emerald (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Emerald", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.021, - "doppler_phase": null, - "price_usd": 334183.71, - "price_rub": 33418371, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Gamma Doppler Phase 1 (Factory New)", "weapon": "Dildo", @@ -3389,216 +449,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 1 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 1", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 207835.68, - "price_rub": 20783568, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 1 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 1", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 185241.74, - "price_rub": 18524174, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 1 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 1", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 155597.36, - "price_rub": 15559736, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 1 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 1", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0205, - "doppler_phase": null, - "price_usd": 152221.75, - "price_rub": 15222175, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 1 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 1", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0189, - "doppler_phase": null, - "price_usd": 123392.35, - "price_rub": 12339235, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 1 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 1", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0347, - "doppler_phase": null, - "price_usd": 104763.5, - "price_rub": 10476350, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 1 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 1", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0155, - "doppler_phase": null, - "price_usd": 58189.53, - "price_rub": 5818953, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Gamma Doppler Phase 2 (Factory New)", "weapon": "Dildo", @@ -3629,216 +479,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 2 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 2", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 862259.26, - "price_rub": 86225926, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 2 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 2", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0099, - "doppler_phase": null, - "price_usd": 741309.36, - "price_rub": 74130936, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 2 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 2", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 621937.79, - "price_rub": 62193779, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 2 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 2", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0192, - "doppler_phase": null, - "price_usd": 545953.7, - "price_rub": 54595370, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 2 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 2", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0119, - "doppler_phase": null, - "price_usd": 452616.66, - "price_rub": 45261666, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 2 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 2", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0179, - "doppler_phase": null, - "price_usd": 332883.15, - "price_rub": 33288315, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 2 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 2", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0171, - "doppler_phase": null, - "price_usd": 259307.49, - "price_rub": 25930749, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Gamma Doppler Phase 3 (Factory New)", "weapon": "Dildo", @@ -3869,216 +509,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 3 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 3", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 160949.66, - "price_rub": 16094966, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 3 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 3", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0011, - "doppler_phase": null, - "price_usd": 137919.49, - "price_rub": 13791949, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 3 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 3", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 120281.03, - "price_rub": 12028103, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 3 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 3", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0114, - "doppler_phase": null, - "price_usd": 109413.68, - "price_rub": 10941368, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 3 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 3", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0177, - "doppler_phase": null, - "price_usd": 89378.22, - "price_rub": 8937822, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 3 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 3", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0103, - "doppler_phase": null, - "price_usd": 70401.77, - "price_rub": 7040177, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 3 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 3", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0342, - "doppler_phase": null, - "price_usd": 55132.52, - "price_rub": 5513252, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Gamma Doppler Phase 4 (Factory New)", "weapon": "Dildo", @@ -4109,216 +539,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 4 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 4", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0022, - "doppler_phase": null, - "price_usd": 556016.65, - "price_rub": 55601665, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 4 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 4", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0082, - "doppler_phase": null, - "price_usd": 493744.15, - "price_rub": 49374415, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 4 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 4", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 428839.15, - "price_rub": 42883915, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 4 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 4", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0104, - "doppler_phase": null, - "price_usd": 410914.66, - "price_rub": 41091466, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 4 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 4", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0144, - "doppler_phase": null, - "price_usd": 319332.05, - "price_rub": 31933205, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 4 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 4", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0257, - "doppler_phase": null, - "price_usd": 244949.95, - "price_rub": 24494995, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Gamma Doppler Phase 4 (Factory New)", - "weapon": "Dildo", - "pattern": "Gamma Doppler Phase 4", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0317, - "doppler_phase": null, - "price_usd": 159862.58, - "price_rub": 15986258, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Lore (Factory New)", "weapon": "Dildo", @@ -4349,216 +569,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Lore (Factory New)", - "weapon": "Dildo", - "pattern": "Lore", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 425499.3, - "price_rub": 42549930, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Lore (Factory New)", - "weapon": "Dildo", - "pattern": "Lore", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0042, - "doppler_phase": null, - "price_usd": 344702.83, - "price_rub": 34470283, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Lore (Factory New)", - "weapon": "Dildo", - "pattern": "Lore", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 304334.4, - "price_rub": 30433440, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Lore (Factory New)", - "weapon": "Dildo", - "pattern": "Lore", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0143, - "doppler_phase": null, - "price_usd": 281447.85, - "price_rub": 28144785, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Lore (Factory New)", - "weapon": "Dildo", - "pattern": "Lore", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0242, - "doppler_phase": null, - "price_usd": 242523.73, - "price_rub": 24252373, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Lore (Factory New)", - "weapon": "Dildo", - "pattern": "Lore", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0296, - "doppler_phase": null, - "price_usd": 161564.91, - "price_rub": 16156491, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Lore (Factory New)", - "weapon": "Dildo", - "pattern": "Lore", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0401, - "doppler_phase": null, - "price_usd": 132863.27, - "price_rub": 13286327, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Marble Fade (Factory New)", "weapon": "Dildo", @@ -4589,216 +599,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Marble Fade (Factory New)", - "weapon": "Dildo", - "pattern": "Marble Fade", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 728514.12, - "price_rub": 72851412, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Marble Fade (Factory New)", - "weapon": "Dildo", - "pattern": "Marble Fade", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 627433.28, - "price_rub": 62743328, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Marble Fade (Factory New)", - "weapon": "Dildo", - "pattern": "Marble Fade", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 504882.97, - "price_rub": 50488297, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Marble Fade (Factory New)", - "weapon": "Dildo", - "pattern": "Marble Fade", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0129, - "doppler_phase": null, - "price_usd": 468101.71, - "price_rub": 46810171, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Marble Fade (Factory New)", - "weapon": "Dildo", - "pattern": "Marble Fade", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0149, - "doppler_phase": null, - "price_usd": 422887.56, - "price_rub": 42288756, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Marble Fade (Factory New)", - "weapon": "Dildo", - "pattern": "Marble Fade", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.029, - "doppler_phase": null, - "price_usd": 305959.63, - "price_rub": 30595963, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Marble Fade (Factory New)", - "weapon": "Dildo", - "pattern": "Marble Fade", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0429, - "doppler_phase": null, - "price_usd": 201932.18, - "price_rub": 20193218, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Night Stripe (Minimal Wear)", "weapon": "Dildo", @@ -4829,216 +629,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Night Stripe (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Night Stripe", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0957, - "doppler_phase": null, - "price_usd": 16603.71, - "price_rub": 1660371, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Night Stripe (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Night Stripe", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0905, - "doppler_phase": null, - "price_usd": 13134.53, - "price_rub": 1313453, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Night Stripe (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Night Stripe", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 11734.21, - "price_rub": 1173421, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Night Stripe (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Night Stripe", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1118, - "doppler_phase": null, - "price_usd": 10532.18, - "price_rub": 1053218, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Night Stripe (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Night Stripe", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1115, - "doppler_phase": null, - "price_usd": 8788.42, - "price_rub": 878842, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Night Stripe (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Night Stripe", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.114, - "doppler_phase": null, - "price_usd": 6029.76, - "price_rub": 602976, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Night Stripe (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Night Stripe", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1215, - "doppler_phase": null, - "price_usd": 5222.95, - "price_rub": 522295, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Rust Coat (Well-Worn)", "weapon": "Dildo", @@ -5069,216 +659,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Rust Coat (Well-Worn)", - "weapon": "Dildo", - "pattern": "Rust Coat", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.4185, - "doppler_phase": null, - "price_usd": 2087.95, - "price_rub": 208795, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Rust Coat (Well-Worn)", - "weapon": "Dildo", - "pattern": "Rust Coat", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.4113, - "doppler_phase": null, - "price_usd": 1907.94, - "price_rub": 190794, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Rust Coat (Well-Worn)", - "weapon": "Dildo", - "pattern": "Rust Coat", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.42, - "doppler_phase": null, - "price_usd": 1587.48, - "price_rub": 158748, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Rust Coat (Well-Worn)", - "weapon": "Dildo", - "pattern": "Rust Coat", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.427, - "doppler_phase": null, - "price_usd": 1424.51, - "price_rub": 142451, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Rust Coat (Well-Worn)", - "weapon": "Dildo", - "pattern": "Rust Coat", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.4252, - "doppler_phase": null, - "price_usd": 1184.26, - "price_rub": 118426, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Rust Coat (Well-Worn)", - "weapon": "Dildo", - "pattern": "Rust Coat", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.4386, - "doppler_phase": null, - "price_usd": 846.07, - "price_rub": 84607, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Rust Coat (Well-Worn)", - "weapon": "Dildo", - "pattern": "Rust Coat", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.449, - "doppler_phase": null, - "price_usd": 642.55, - "price_rub": 64255, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Safari Mesh (Battle-Scarred)", "weapon": "Dildo", @@ -5309,216 +689,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Safari Mesh (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Safari Mesh", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.5499, - "doppler_phase": null, - "price_usd": 666.05, - "price_rub": 66605, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Safari Mesh (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Safari Mesh", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.4636, - "doppler_phase": null, - "price_usd": 560.56, - "price_rub": 56056, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Safari Mesh (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Safari Mesh", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.55, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Safari Mesh (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Safari Mesh", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.5922, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Safari Mesh (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Safari Mesh", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.589, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Safari Mesh (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Safari Mesh", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.7594, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Safari Mesh (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Safari Mesh", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.6118, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Scorched (Well-Worn)", "weapon": "Dildo", @@ -5549,216 +719,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Scorched (Well-Worn)", - "weapon": "Dildo", - "pattern": "Scorched", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.4149, - "doppler_phase": null, - "price_usd": 1253.7, - "price_rub": 125370, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Scorched (Well-Worn)", - "weapon": "Dildo", - "pattern": "Scorched", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.4092, - "doppler_phase": null, - "price_usd": 1161.68, - "price_rub": 116168, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Scorched (Well-Worn)", - "weapon": "Dildo", - "pattern": "Scorched", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.42, - "doppler_phase": null, - "price_usd": 970.74, - "price_rub": 97074, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Scorched (Well-Worn)", - "weapon": "Dildo", - "pattern": "Scorched", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.424, - "doppler_phase": null, - "price_usd": 907.47, - "price_rub": 90747, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Scorched (Well-Worn)", - "weapon": "Dildo", - "pattern": "Scorched", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.4315, - "doppler_phase": null, - "price_usd": 724.31, - "price_rub": 72431, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Scorched (Well-Worn)", - "weapon": "Dildo", - "pattern": "Scorched", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.4441, - "doppler_phase": null, - "price_usd": 633.82, - "price_rub": 63382, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Scorched (Well-Worn)", - "weapon": "Dildo", - "pattern": "Scorched", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Well-Worn", - "wear_range": [ - 0.38, - 0.45 - ], - "mid_float_used": 0.4277, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.38, - 0.45 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Slaughter (Factory New)", "weapon": "Dildo", @@ -5789,216 +749,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Slaughter (Factory New)", - "weapon": "Dildo", - "pattern": "Slaughter", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0048, - "doppler_phase": null, - "price_usd": 323689.68, - "price_rub": 32368968, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Slaughter (Factory New)", - "weapon": "Dildo", - "pattern": "Slaughter", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0081, - "doppler_phase": null, - "price_usd": 286265.75, - "price_rub": 28626575, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Slaughter (Factory New)", - "weapon": "Dildo", - "pattern": "Slaughter", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 253126.72, - "price_rub": 25312672, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Slaughter (Factory New)", - "weapon": "Dildo", - "pattern": "Slaughter", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.02, - "doppler_phase": null, - "price_usd": 231055.53, - "price_rub": 23105553, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Slaughter (Factory New)", - "weapon": "Dildo", - "pattern": "Slaughter", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0226, - "doppler_phase": null, - "price_usd": 195946.16, - "price_rub": 19594616, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Slaughter (Factory New)", - "weapon": "Dildo", - "pattern": "Slaughter", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0354, - "doppler_phase": null, - "price_usd": 145175.56, - "price_rub": 14517556, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Slaughter (Factory New)", - "weapon": "Dildo", - "pattern": "Slaughter", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.036, - "doppler_phase": null, - "price_usd": 111865.86, - "price_rub": 11186586, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Stained (Field-Tested)", "weapon": "Dildo", @@ -6029,216 +779,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Stained (Field-Tested)", - "weapon": "Dildo", - "pattern": "Stained", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2329, - "doppler_phase": null, - "price_usd": 5155.91, - "price_rub": 515591, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Stained (Field-Tested)", - "weapon": "Dildo", - "pattern": "Stained", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2142, - "doppler_phase": null, - "price_usd": 4510.72, - "price_rub": 451072, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Stained (Field-Tested)", - "weapon": "Dildo", - "pattern": "Stained", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 3925.45, - "price_rub": 392545, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Stained (Field-Tested)", - "weapon": "Dildo", - "pattern": "Stained", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2746, - "doppler_phase": null, - "price_usd": 3540.4, - "price_rub": 354040, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Stained (Field-Tested)", - "weapon": "Dildo", - "pattern": "Stained", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2684, - "doppler_phase": null, - "price_usd": 2908.79, - "price_rub": 290879, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Stained (Field-Tested)", - "weapon": "Dildo", - "pattern": "Stained", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2639, - "doppler_phase": null, - "price_usd": 2048.59, - "price_rub": 204859, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Stained (Field-Tested)", - "weapon": "Dildo", - "pattern": "Stained", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.3312, - "doppler_phase": null, - "price_usd": 1616.18, - "price_rub": 161618, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Tiger Tooth (Factory New)", "weapon": "Dildo", @@ -6269,216 +809,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Tiger Tooth (Factory New)", - "weapon": "Dildo", - "pattern": "Tiger Tooth", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 484595.25, - "price_rub": 48459525, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Tiger Tooth (Factory New)", - "weapon": "Dildo", - "pattern": "Tiger Tooth", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 408864.98, - "price_rub": 40886498, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Tiger Tooth (Factory New)", - "weapon": "Dildo", - "pattern": "Tiger Tooth", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 367846.98, - "price_rub": 36784698, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Tiger Tooth (Factory New)", - "weapon": "Dildo", - "pattern": "Tiger Tooth", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0102, - "doppler_phase": null, - "price_usd": 342138.83, - "price_rub": 34213883, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Tiger Tooth (Factory New)", - "weapon": "Dildo", - "pattern": "Tiger Tooth", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0183, - "doppler_phase": null, - "price_usd": 279994.6, - "price_rub": 27999460, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Tiger Tooth (Factory New)", - "weapon": "Dildo", - "pattern": "Tiger Tooth", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0209, - "doppler_phase": null, - "price_usd": 201359.55, - "price_rub": 20135955, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Tiger Tooth (Factory New)", - "weapon": "Dildo", - "pattern": "Tiger Tooth", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0362, - "doppler_phase": null, - "price_usd": 134116.59, - "price_rub": 13411659, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Ultraviolet (Factory New)", "weapon": "Dildo", @@ -6509,216 +839,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Ultraviolet (Factory New)", - "weapon": "Dildo", - "pattern": "Ultraviolet", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0054, - "doppler_phase": null, - "price_usd": 74123.24, - "price_rub": 7412324, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Ultraviolet (Factory New)", - "weapon": "Dildo", - "pattern": "Ultraviolet", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0032, - "doppler_phase": null, - "price_usd": 62334.98, - "price_rub": 6233498, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Ultraviolet (Factory New)", - "weapon": "Dildo", - "pattern": "Ultraviolet", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 53467.95, - "price_rub": 5346795, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Ultraviolet (Factory New)", - "weapon": "Dildo", - "pattern": "Ultraviolet", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0176, - "doppler_phase": null, - "price_usd": 50539.6, - "price_rub": 5053960, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Ultraviolet (Factory New)", - "weapon": "Dildo", - "pattern": "Ultraviolet", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0122, - "doppler_phase": null, - "price_usd": 41297.37, - "price_rub": 4129737, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Ultraviolet (Factory New)", - "weapon": "Dildo", - "pattern": "Ultraviolet", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0354, - "doppler_phase": null, - "price_usd": 32087.06, - "price_rub": 3208706, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Ultraviolet (Factory New)", - "weapon": "Dildo", - "pattern": "Ultraviolet", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0109, - "doppler_phase": null, - "price_usd": 21277.58, - "price_rub": 2127758, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Urban Masked (Field-Tested)", "weapon": "Dildo", @@ -6749,216 +869,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Urban Masked (Field-Tested)", - "weapon": "Dildo", - "pattern": "Urban Masked", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2181, - "doppler_phase": null, - "price_usd": 889.21, - "price_rub": 88921, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Urban Masked (Field-Tested)", - "weapon": "Dildo", - "pattern": "Urban Masked", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2349, - "doppler_phase": null, - "price_usd": 788.28, - "price_rub": 78828, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Urban Masked (Field-Tested)", - "weapon": "Dildo", - "pattern": "Urban Masked", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 676.47, - "price_rub": 67647, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Urban Masked (Field-Tested)", - "weapon": "Dildo", - "pattern": "Urban Masked", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2828, - "doppler_phase": null, - "price_usd": 610.57, - "price_rub": 61057, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Urban Masked (Field-Tested)", - "weapon": "Dildo", - "pattern": "Urban Masked", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2547, - "doppler_phase": null, - "price_usd": 507.61, - "price_rub": 50761, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Urban Masked (Field-Tested)", - "weapon": "Dildo", - "pattern": "Urban Masked", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2548, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Urban Masked (Field-Tested)", - "weapon": "Dildo", - "pattern": "Urban Masked", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2579, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "★ Dildo | Vanilla (Minimal Wear)", "weapon": "Dildo", @@ -6989,216 +899,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "★ Dildo | Vanilla (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Vanilla", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0952, - "doppler_phase": null, - "price_usd": 11551.2, - "price_rub": 1155120, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Vanilla (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Vanilla", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0962, - "doppler_phase": null, - "price_usd": 9645.7, - "price_rub": 964570, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Vanilla (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Vanilla", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 8162.82, - "price_rub": 816282, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Vanilla (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Vanilla", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1056, - "doppler_phase": null, - "price_usd": 7684.42, - "price_rub": 768442, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Vanilla (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Vanilla", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1034, - "doppler_phase": null, - "price_usd": 6446.87, - "price_rub": 644687, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Vanilla (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Vanilla", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.123, - "doppler_phase": null, - "price_usd": 5349.3, - "price_rub": 534930, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "★ Dildo | Vanilla (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Vanilla", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1043, - "doppler_phase": null, - "price_usd": 3691.13, - "price_rub": 369113, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Army Sheen (Field-Tested)", "weapon": "Dildo", @@ -7229,216 +929,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Army Sheen (Field-Tested)", - "weapon": "Dildo", - "pattern": "Army Sheen", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.1873, - "doppler_phase": null, - "price_usd": 935.47, - "price_rub": 93547, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Army Sheen (Field-Tested)", - "weapon": "Dildo", - "pattern": "Army Sheen", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2171, - "doppler_phase": null, - "price_usd": 797.72, - "price_rub": 79772, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Army Sheen (Field-Tested)", - "weapon": "Dildo", - "pattern": "Army Sheen", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 685.74, - "price_rub": 68574, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Army Sheen (Field-Tested)", - "weapon": "Dildo", - "pattern": "Army Sheen", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2767, - "doppler_phase": null, - "price_usd": 600.72, - "price_rub": 60072, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Army Sheen (Field-Tested)", - "weapon": "Dildo", - "pattern": "Army Sheen", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2825, - "doppler_phase": null, - "price_usd": 545.71, - "price_rub": 54571, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Army Sheen (Field-Tested)", - "weapon": "Dildo", - "pattern": "Army Sheen", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2894, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Army Sheen (Field-Tested)", - "weapon": "Dildo", - "pattern": "Army Sheen", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.3245, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Asiimov (Field-Tested)", "weapon": "Dildo", @@ -7469,216 +959,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Asiimov (Field-Tested)", - "weapon": "Dildo", - "pattern": "Asiimov", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2162, - "doppler_phase": null, - "price_usd": 235295.43, - "price_rub": 23529543, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Asiimov (Field-Tested)", - "weapon": "Dildo", - "pattern": "Asiimov", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2208, - "doppler_phase": null, - "price_usd": 214339.48, - "price_rub": 21433948, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Asiimov (Field-Tested)", - "weapon": "Dildo", - "pattern": "Asiimov", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 174352.56, - "price_rub": 17435256, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Asiimov (Field-Tested)", - "weapon": "Dildo", - "pattern": "Asiimov", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2753, - "doppler_phase": null, - "price_usd": 158567.66, - "price_rub": 15856766, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Asiimov (Field-Tested)", - "weapon": "Dildo", - "pattern": "Asiimov", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2965, - "doppler_phase": null, - "price_usd": 130276.51, - "price_rub": 13027651, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Asiimov (Field-Tested)", - "weapon": "Dildo", - "pattern": "Asiimov", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2928, - "doppler_phase": null, - "price_usd": 110429.45, - "price_rub": 11042945, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Asiimov (Field-Tested)", - "weapon": "Dildo", - "pattern": "Asiimov", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2809, - "doppler_phase": null, - "price_usd": 73409.72, - "price_rub": 7340972, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Bloodsport (Factory New)", "weapon": "Dildo", @@ -7709,216 +989,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Bloodsport (Factory New)", - "weapon": "Dildo", - "pattern": "Bloodsport", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0082, - "doppler_phase": null, - "price_usd": 63365.61, - "price_rub": 6336561, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Bloodsport (Factory New)", - "weapon": "Dildo", - "pattern": "Bloodsport", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0035, - "doppler_phase": null, - "price_usd": 51837.24, - "price_rub": 5183724, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Bloodsport (Factory New)", - "weapon": "Dildo", - "pattern": "Bloodsport", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 45334.44, - "price_rub": 4533444, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Bloodsport (Factory New)", - "weapon": "Dildo", - "pattern": "Bloodsport", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0189, - "doppler_phase": null, - "price_usd": 39292.86, - "price_rub": 3929286, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Bloodsport (Factory New)", - "weapon": "Dildo", - "pattern": "Bloodsport", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0162, - "doppler_phase": null, - "price_usd": 34513.64, - "price_rub": 3451364, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Bloodsport (Factory New)", - "weapon": "Dildo", - "pattern": "Bloodsport", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0346, - "doppler_phase": null, - "price_usd": 25408.18, - "price_rub": 2540818, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Bloodsport (Factory New)", - "weapon": "Dildo", - "pattern": "Bloodsport", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0295, - "doppler_phase": null, - "price_usd": 19916.29, - "price_rub": 1991629, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Blue Filigree (Minimal Wear)", "weapon": "Dildo", @@ -7949,216 +1019,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Blue Filigree (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Blue Filigree", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0827, - "doppler_phase": null, - "price_usd": 6061.72, - "price_rub": 606172, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Blue Filigree (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Blue Filigree", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0962, - "doppler_phase": null, - "price_usd": 5546.7, - "price_rub": 554670, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Blue Filigree (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Blue Filigree", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 4715.72, - "price_rub": 471572, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Blue Filigree (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Blue Filigree", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1002, - "doppler_phase": null, - "price_usd": 4252.47, - "price_rub": 425247, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Blue Filigree (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Blue Filigree", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1138, - "doppler_phase": null, - "price_usd": 3466.49, - "price_rub": 346649, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Blue Filigree (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Blue Filigree", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1118, - "doppler_phase": null, - "price_usd": 2878.8, - "price_rub": 287880, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Blue Filigree (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Blue Filigree", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.117, - "doppler_phase": null, - "price_usd": 1822.8, - "price_rub": 182280, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Bread (Field-Tested)", "weapon": "Dildo", @@ -8189,216 +1049,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Bread (Field-Tested)", - "weapon": "Dildo", - "pattern": "Bread", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2187, - "doppler_phase": null, - "price_usd": 4820.49, - "price_rub": 482049, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Bread (Field-Tested)", - "weapon": "Dildo", - "pattern": "Bread", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2444, - "doppler_phase": null, - "price_usd": 4163.34, - "price_rub": 416334, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Bread (Field-Tested)", - "weapon": "Dildo", - "pattern": "Bread", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 3573.78, - "price_rub": 357378, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Bread (Field-Tested)", - "weapon": "Dildo", - "pattern": "Bread", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2738, - "doppler_phase": null, - "price_usd": 3426.34, - "price_rub": 342634, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Bread (Field-Tested)", - "weapon": "Dildo", - "pattern": "Bread", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2778, - "doppler_phase": null, - "price_usd": 2670.85, - "price_rub": 267085, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Bread (Field-Tested)", - "weapon": "Dildo", - "pattern": "Bread", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2983, - "doppler_phase": null, - "price_usd": 2392.46, - "price_rub": 239246, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Bread (Field-Tested)", - "weapon": "Dildo", - "pattern": "Bread", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.3458, - "doppler_phase": null, - "price_usd": 1654.47, - "price_rub": 165447, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Candy Cane (Factory New)", "weapon": "Dildo", @@ -8429,216 +1079,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Candy Cane (Factory New)", - "weapon": "Dildo", - "pattern": "Candy Cane", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0037, - "doppler_phase": null, - "price_usd": 2477.78, - "price_rub": 247778, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Candy Cane (Factory New)", - "weapon": "Dildo", - "pattern": "Candy Cane", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0094, - "doppler_phase": null, - "price_usd": 2114.16, - "price_rub": 211416, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Candy Cane (Factory New)", - "weapon": "Dildo", - "pattern": "Candy Cane", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 1857.99, - "price_rub": 185799, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Candy Cane (Factory New)", - "weapon": "Dildo", - "pattern": "Candy Cane", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0167, - "doppler_phase": null, - "price_usd": 1758.72, - "price_rub": 175872, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Candy Cane (Factory New)", - "weapon": "Dildo", - "pattern": "Candy Cane", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0102, - "doppler_phase": null, - "price_usd": 1349.46, - "price_rub": 134946, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Candy Cane (Factory New)", - "weapon": "Dildo", - "pattern": "Candy Cane", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0223, - "doppler_phase": null, - "price_usd": 1083.33, - "price_rub": 108333, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Candy Cane (Factory New)", - "weapon": "Dildo", - "pattern": "Candy Cane", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0188, - "doppler_phase": null, - "price_usd": 845.18, - "price_rub": 84518, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Carbon Fiber (Minimal Wear)", "weapon": "Dildo", @@ -8669,216 +1109,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Carbon Fiber (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Carbon Fiber", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0904, - "doppler_phase": null, - "price_usd": 17851.75, - "price_rub": 1785175, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Carbon Fiber (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Carbon Fiber", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.089, - "doppler_phase": null, - "price_usd": 15052.55, - "price_rub": 1505255, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Carbon Fiber (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Carbon Fiber", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 12446.76, - "price_rub": 1244676, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Carbon Fiber (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Carbon Fiber", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.101, - "doppler_phase": null, - "price_usd": 12033.54, - "price_rub": 1203354, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Carbon Fiber (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Carbon Fiber", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1153, - "doppler_phase": null, - "price_usd": 9253.87, - "price_rub": 925387, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Carbon Fiber (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Carbon Fiber", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1198, - "doppler_phase": null, - "price_usd": 7662.76, - "price_rub": 766276, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Carbon Fiber (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Carbon Fiber", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1363, - "doppler_phase": null, - "price_usd": 4641.48, - "price_rub": 464148, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Cherry Blossom (Factory New)", "weapon": "Dildo", @@ -8909,216 +1139,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Cherry Blossom (Factory New)", - "weapon": "Dildo", - "pattern": "Cherry Blossom", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0036, - "doppler_phase": null, - "price_usd": 10487.35, - "price_rub": 1048735, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Cherry Blossom (Factory New)", - "weapon": "Dildo", - "pattern": "Cherry Blossom", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 8295.22, - "price_rub": 829522, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Cherry Blossom (Factory New)", - "weapon": "Dildo", - "pattern": "Cherry Blossom", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 7480.36, - "price_rub": 748036, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Cherry Blossom (Factory New)", - "weapon": "Dildo", - "pattern": "Cherry Blossom", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0128, - "doppler_phase": null, - "price_usd": 6750.2, - "price_rub": 675020, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Cherry Blossom (Factory New)", - "weapon": "Dildo", - "pattern": "Cherry Blossom", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.013, - "doppler_phase": null, - "price_usd": 5367.19, - "price_rub": 536719, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Cherry Blossom (Factory New)", - "weapon": "Dildo", - "pattern": "Cherry Blossom", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0214, - "doppler_phase": null, - "price_usd": 3926.98, - "price_rub": 392698, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Cherry Blossom (Factory New)", - "weapon": "Dildo", - "pattern": "Cherry Blossom", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0202, - "doppler_phase": null, - "price_usd": 2918.39, - "price_rub": 291839, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Contractor (Battle-Scarred)", "weapon": "Dildo", @@ -9149,216 +1169,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Contractor (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Contractor", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.451, - "doppler_phase": null, - "price_usd": 813.68, - "price_rub": 81368, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Contractor (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Contractor", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.5243, - "doppler_phase": null, - "price_usd": 664.25, - "price_rub": 66425, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Contractor (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Contractor", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.55, - "doppler_phase": null, - "price_usd": 593.64, - "price_rub": 59364, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Contractor (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Contractor", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.5949, - "doppler_phase": null, - "price_usd": 530.43, - "price_rub": 53043, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Contractor (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Contractor", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.6637, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Contractor (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Contractor", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.7244, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Contractor (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Contractor", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.6789, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Cotton Candy (Factory New)", "weapon": "Dildo", @@ -9389,216 +1199,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Cotton Candy (Factory New)", - "weapon": "Dildo", - "pattern": "Cotton Candy", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0043, - "doppler_phase": null, - "price_usd": 20446.52, - "price_rub": 2044652, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Cotton Candy (Factory New)", - "weapon": "Dildo", - "pattern": "Cotton Candy", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0089, - "doppler_phase": null, - "price_usd": 17931.4, - "price_rub": 1793140, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Cotton Candy (Factory New)", - "weapon": "Dildo", - "pattern": "Cotton Candy", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 15518.52, - "price_rub": 1551852, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Cotton Candy (Factory New)", - "weapon": "Dildo", - "pattern": "Cotton Candy", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0126, - "doppler_phase": null, - "price_usd": 13661.93, - "price_rub": 1366193, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Cotton Candy (Factory New)", - "weapon": "Dildo", - "pattern": "Cotton Candy", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0218, - "doppler_phase": null, - "price_usd": 11279.81, - "price_rub": 1127981, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Cotton Candy (Factory New)", - "weapon": "Dildo", - "pattern": "Cotton Candy", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0366, - "doppler_phase": null, - "price_usd": 9145.96, - "price_rub": 914596, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Cotton Candy (Factory New)", - "weapon": "Dildo", - "pattern": "Cotton Candy", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0302, - "doppler_phase": null, - "price_usd": 6602.32, - "price_rub": 660232, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Desolate Space (Minimal Wear)", "weapon": "Dildo", @@ -9629,216 +1229,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Desolate Space (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Desolate Space", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0894, - "doppler_phase": null, - "price_usd": 29743.84, - "price_rub": 2974384, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Desolate Space (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Desolate Space", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0906, - "doppler_phase": null, - "price_usd": 25047.5, - "price_rub": 2504750, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Desolate Space (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Desolate Space", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 22191.93, - "price_rub": 2219193, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Desolate Space (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Desolate Space", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1049, - "doppler_phase": null, - "price_usd": 19884.28, - "price_rub": 1988428, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Desolate Space (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Desolate Space", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1172, - "doppler_phase": null, - "price_usd": 17184.37, - "price_rub": 1718437, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Desolate Space (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Desolate Space", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1159, - "doppler_phase": null, - "price_usd": 12587.78, - "price_rub": 1258778, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Desolate Space (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Desolate Space", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1325, - "doppler_phase": null, - "price_usd": 9895.8, - "price_rub": 989580, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Doodle Bug (Factory New)", "weapon": "Dildo", @@ -9869,216 +1259,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Doodle Bug (Factory New)", - "weapon": "Dildo", - "pattern": "Doodle Bug", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0034, - "doppler_phase": null, - "price_usd": 1845.51, - "price_rub": 184551, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Doodle Bug (Factory New)", - "weapon": "Dildo", - "pattern": "Doodle Bug", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 1556.75, - "price_rub": 155675, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Doodle Bug (Factory New)", - "weapon": "Dildo", - "pattern": "Doodle Bug", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 1387.1, - "price_rub": 138710, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Doodle Bug (Factory New)", - "weapon": "Dildo", - "pattern": "Doodle Bug", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0157, - "doppler_phase": null, - "price_usd": 1263.62, - "price_rub": 126362, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Doodle Bug (Factory New)", - "weapon": "Dildo", - "pattern": "Doodle Bug", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0191, - "doppler_phase": null, - "price_usd": 987.58, - "price_rub": 98758, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Doodle Bug (Factory New)", - "weapon": "Dildo", - "pattern": "Doodle Bug", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0313, - "doppler_phase": null, - "price_usd": 831.34, - "price_rub": 83134, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Doodle Bug (Factory New)", - "weapon": "Dildo", - "pattern": "Doodle Bug", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0146, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Dragon Tattoo (Factory New)", "weapon": "Dildo", @@ -10109,216 +1289,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Dragon Tattoo (Factory New)", - "weapon": "Dildo", - "pattern": "Dragon Tattoo", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 4284.13, - "price_rub": 428413, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Dragon Tattoo (Factory New)", - "weapon": "Dildo", - "pattern": "Dragon Tattoo", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0015, - "doppler_phase": null, - "price_usd": 3711.4, - "price_rub": 371140, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Dragon Tattoo (Factory New)", - "weapon": "Dildo", - "pattern": "Dragon Tattoo", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 3055.49, - "price_rub": 305549, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Dragon Tattoo (Factory New)", - "weapon": "Dildo", - "pattern": "Dragon Tattoo", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0158, - "doppler_phase": null, - "price_usd": 2771.21, - "price_rub": 277121, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Dragon Tattoo (Factory New)", - "weapon": "Dildo", - "pattern": "Dragon Tattoo", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0247, - "doppler_phase": null, - "price_usd": 2239.24, - "price_rub": 223924, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Dragon Tattoo (Factory New)", - "weapon": "Dildo", - "pattern": "Dragon Tattoo", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0133, - "doppler_phase": null, - "price_usd": 1764.29, - "price_rub": 176429, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Dragon Tattoo (Factory New)", - "weapon": "Dildo", - "pattern": "Dragon Tattoo", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0351, - "doppler_phase": null, - "price_usd": 1161.75, - "price_rub": 116175, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Electric Haze (Minimal Wear)", "weapon": "Dildo", @@ -10349,216 +1319,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Electric Haze (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Electric Haze", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.08, - "doppler_phase": null, - "price_usd": 41445.83, - "price_rub": 4144583, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Electric Haze (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Electric Haze", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0912, - "doppler_phase": null, - "price_usd": 36094.92, - "price_rub": 3609492, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Electric Haze (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Electric Haze", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 30807.13, - "price_rub": 3080713, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Electric Haze (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Electric Haze", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1106, - "doppler_phase": null, - "price_usd": 28599.84, - "price_rub": 2859984, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Electric Haze (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Electric Haze", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1155, - "doppler_phase": null, - "price_usd": 22699.74, - "price_rub": 2269974, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Electric Haze (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Electric Haze", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1299, - "doppler_phase": null, - "price_usd": 18046.19, - "price_rub": 1804619, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Electric Haze (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Electric Haze", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1001, - "doppler_phase": null, - "price_usd": 10918.43, - "price_rub": 1091843, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Emperor (Factory New)", "weapon": "Dildo", @@ -10589,216 +1349,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Emperor (Factory New)", - "weapon": "Dildo", - "pattern": "Emperor", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 52967.75, - "price_rub": 5296775, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Emperor (Factory New)", - "weapon": "Dildo", - "pattern": "Emperor", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0079, - "doppler_phase": null, - "price_usd": 44236.51, - "price_rub": 4423651, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Emperor (Factory New)", - "weapon": "Dildo", - "pattern": "Emperor", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 37504.4, - "price_rub": 3750440, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Emperor (Factory New)", - "weapon": "Dildo", - "pattern": "Emperor", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0157, - "doppler_phase": null, - "price_usd": 34425.66, - "price_rub": 3442566, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Emperor (Factory New)", - "weapon": "Dildo", - "pattern": "Emperor", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0252, - "doppler_phase": null, - "price_usd": 30548.14, - "price_rub": 3054814, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Emperor (Factory New)", - "weapon": "Dildo", - "pattern": "Emperor", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0207, - "doppler_phase": null, - "price_usd": 20629.76, - "price_rub": 2062976, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Emperor (Factory New)", - "weapon": "Dildo", - "pattern": "Emperor", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0115, - "doppler_phase": null, - "price_usd": 16028.62, - "price_rub": 1602862, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Flux (Minimal Wear)", "weapon": "Dildo", @@ -10829,216 +1379,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Flux (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Flux", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0805, - "doppler_phase": null, - "price_usd": 36334.95, - "price_rub": 3633495, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Flux (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Flux", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0873, - "doppler_phase": null, - "price_usd": 32127.67, - "price_rub": 3212767, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Flux (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Flux", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 26776.07, - "price_rub": 2677607, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Flux (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Flux", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1015, - "doppler_phase": null, - "price_usd": 24847.04, - "price_rub": 2484704, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Flux (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Flux", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.102, - "doppler_phase": null, - "price_usd": 19649.65, - "price_rub": 1964965, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Flux (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Flux", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1168, - "doppler_phase": null, - "price_usd": 15175.67, - "price_rub": 1517567, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Flux (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Flux", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1058, - "doppler_phase": null, - "price_usd": 8101.93, - "price_rub": 810193, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Galaxy (Minimal Wear)", "weapon": "Dildo", @@ -11069,216 +1409,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Galaxy (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Galaxy", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0812, - "doppler_phase": null, - "price_usd": 63693.71, - "price_rub": 6369371, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Galaxy (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Galaxy", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0889, - "doppler_phase": null, - "price_usd": 57257.65, - "price_rub": 5725765, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Galaxy (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Galaxy", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 48174.36, - "price_rub": 4817436, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Galaxy (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Galaxy", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1103, - "doppler_phase": null, - "price_usd": 46364.89, - "price_rub": 4636489, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Galaxy (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Galaxy", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1125, - "doppler_phase": null, - "price_usd": 40168.77, - "price_rub": 4016877, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Galaxy (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Galaxy", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1173, - "doppler_phase": null, - "price_usd": 28947.32, - "price_rub": 2894732, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Galaxy (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Galaxy", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1252, - "doppler_phase": null, - "price_usd": 15663.94, - "price_rub": 1566394, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Glacier (Factory New)", "weapon": "Dildo", @@ -11309,216 +1439,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Glacier (Factory New)", - "weapon": "Dildo", - "pattern": "Glacier", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 141782.0, - "price_rub": 14178200, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Glacier (Factory New)", - "weapon": "Dildo", - "pattern": "Glacier", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 122422.02, - "price_rub": 12242202, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Glacier (Factory New)", - "weapon": "Dildo", - "pattern": "Glacier", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 101208.1, - "price_rub": 10120810, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Glacier (Factory New)", - "weapon": "Dildo", - "pattern": "Glacier", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0103, - "doppler_phase": null, - "price_usd": 90974.32, - "price_rub": 9097432, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Glacier (Factory New)", - "weapon": "Dildo", - "pattern": "Glacier", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0151, - "doppler_phase": null, - "price_usd": 81154.83, - "price_rub": 8115483, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Glacier (Factory New)", - "weapon": "Dildo", - "pattern": "Glacier", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0168, - "doppler_phase": null, - "price_usd": 58775.21, - "price_rub": 5877521, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Glacier (Factory New)", - "weapon": "Dildo", - "pattern": "Glacier", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0377, - "doppler_phase": null, - "price_usd": 40062.74, - "price_rub": 4006274, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Gold Plated (Factory New)", "weapon": "Dildo", @@ -11549,216 +1469,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Gold Plated (Factory New)", - "weapon": "Dildo", - "pattern": "Gold Plated", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 76347.34, - "price_rub": 7634734, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Gold Plated (Factory New)", - "weapon": "Dildo", - "pattern": "Gold Plated", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.003, - "doppler_phase": null, - "price_usd": 70686.97, - "price_rub": 7068697, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Gold Plated (Factory New)", - "weapon": "Dildo", - "pattern": "Gold Plated", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 57905.72, - "price_rub": 5790572, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Gold Plated (Factory New)", - "weapon": "Dildo", - "pattern": "Gold Plated", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0148, - "doppler_phase": null, - "price_usd": 54517.82, - "price_rub": 5451782, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Gold Plated (Factory New)", - "weapon": "Dildo", - "pattern": "Gold Plated", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0241, - "doppler_phase": null, - "price_usd": 42403.94, - "price_rub": 4240394, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Gold Plated (Factory New)", - "weapon": "Dildo", - "pattern": "Gold Plated", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0144, - "doppler_phase": null, - "price_usd": 36395.52, - "price_rub": 3639552, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Gold Plated (Factory New)", - "weapon": "Dildo", - "pattern": "Gold Plated", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0446, - "doppler_phase": null, - "price_usd": 26724.06, - "price_rub": 2672406, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Heat (Minimal Wear)", "weapon": "Dildo", @@ -11789,216 +1499,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Heat (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Heat", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0834, - "doppler_phase": null, - "price_usd": 12545.67, - "price_rub": 1254567, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Heat (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Heat", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0968, - "doppler_phase": null, - "price_usd": 10664.93, - "price_rub": 1066493, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Heat (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Heat", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 8934.23, - "price_rub": 893423, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Heat (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Heat", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1069, - "doppler_phase": null, - "price_usd": 7820.83, - "price_rub": 782083, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Heat (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Heat", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.114, - "doppler_phase": null, - "price_usd": 6566.12, - "price_rub": 656612, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Heat (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Heat", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1211, - "doppler_phase": null, - "price_usd": 5820.45, - "price_rub": 582045, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Heat (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Heat", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1346, - "doppler_phase": null, - "price_usd": 2710.16, - "price_rub": 271016, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Holographic (Factory New)", "weapon": "Dildo", @@ -12029,216 +1529,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Holographic (Factory New)", - "weapon": "Dildo", - "pattern": "Holographic", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 47933.93, - "price_rub": 4793393, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Holographic (Factory New)", - "weapon": "Dildo", - "pattern": "Holographic", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0068, - "doppler_phase": null, - "price_usd": 41459.21, - "price_rub": 4145921, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Holographic (Factory New)", - "weapon": "Dildo", - "pattern": "Holographic", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 34067.51, - "price_rub": 3406751, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Holographic (Factory New)", - "weapon": "Dildo", - "pattern": "Holographic", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0126, - "doppler_phase": null, - "price_usd": 30458.73, - "price_rub": 3045873, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Holographic (Factory New)", - "weapon": "Dildo", - "pattern": "Holographic", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0215, - "doppler_phase": null, - "price_usd": 27179.58, - "price_rub": 2717958, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Holographic (Factory New)", - "weapon": "Dildo", - "pattern": "Holographic", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0127, - "doppler_phase": null, - "price_usd": 18327.42, - "price_rub": 1832742, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Holographic (Factory New)", - "weapon": "Dildo", - "pattern": "Holographic", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0208, - "doppler_phase": null, - "price_usd": 13975.51, - "price_rub": 1397551, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Hot Copper (Battle-Scarred)", "weapon": "Dildo", @@ -12269,216 +1559,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Hot Copper (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Hot Copper", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.451, - "doppler_phase": null, - "price_usd": 5882.21, - "price_rub": 588221, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Hot Copper (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Hot Copper", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.5141, - "doppler_phase": null, - "price_usd": 5240.63, - "price_rub": 524063, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Hot Copper (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Hot Copper", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.55, - "doppler_phase": null, - "price_usd": 4218.26, - "price_rub": 421826, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Hot Copper (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Hot Copper", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.6223, - "doppler_phase": null, - "price_usd": 4016.56, - "price_rub": 401656, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Hot Copper (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Hot Copper", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.6756, - "doppler_phase": null, - "price_usd": 3313.31, - "price_rub": 331331, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Hot Copper (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Hot Copper", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.7314, - "doppler_phase": null, - "price_usd": 2369.71, - "price_rub": 236971, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Hot Copper (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Hot Copper", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.6312, - "doppler_phase": null, - "price_usd": 1958.53, - "price_rub": 195853, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Hot Rod (Factory New)", "weapon": "Dildo", @@ -12509,216 +1589,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Hot Rod (Factory New)", - "weapon": "Dildo", - "pattern": "Hot Rod", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 173102.44, - "price_rub": 17310244, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Hot Rod (Factory New)", - "weapon": "Dildo", - "pattern": "Hot Rod", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0068, - "doppler_phase": null, - "price_usd": 160567.92, - "price_rub": 16056792, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Hot Rod (Factory New)", - "weapon": "Dildo", - "pattern": "Hot Rod", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 134715.06, - "price_rub": 13471506, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Hot Rod (Factory New)", - "weapon": "Dildo", - "pattern": "Hot Rod", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0184, - "doppler_phase": null, - "price_usd": 126684.74, - "price_rub": 12668474, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Hot Rod (Factory New)", - "weapon": "Dildo", - "pattern": "Hot Rod", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0169, - "doppler_phase": null, - "price_usd": 96853.7, - "price_rub": 9685370, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Hot Rod (Factory New)", - "weapon": "Dildo", - "pattern": "Hot Rod", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0227, - "doppler_phase": null, - "price_usd": 79297.88, - "price_rub": 7929788, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Hot Rod (Factory New)", - "weapon": "Dildo", - "pattern": "Hot Rod", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0192, - "doppler_phase": null, - "price_usd": 56324.9, - "price_rub": 5632490, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Icarus Fell (Factory New)", "weapon": "Dildo", @@ -12749,216 +1619,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Icarus Fell (Factory New)", - "weapon": "Dildo", - "pattern": "Icarus Fell", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0022, - "doppler_phase": null, - "price_usd": 153417.91, - "price_rub": 15341791, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Icarus Fell (Factory New)", - "weapon": "Dildo", - "pattern": "Icarus Fell", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0096, - "doppler_phase": null, - "price_usd": 128066.74, - "price_rub": 12806674, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Icarus Fell (Factory New)", - "weapon": "Dildo", - "pattern": "Icarus Fell", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 110167.24, - "price_rub": 11016724, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Icarus Fell (Factory New)", - "weapon": "Dildo", - "pattern": "Icarus Fell", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0107, - "doppler_phase": null, - "price_usd": 98919.43, - "price_rub": 9891943, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Icarus Fell (Factory New)", - "weapon": "Dildo", - "pattern": "Icarus Fell", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0223, - "doppler_phase": null, - "price_usd": 85097.64, - "price_rub": 8509764, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Icarus Fell (Factory New)", - "weapon": "Dildo", - "pattern": "Icarus Fell", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0139, - "doppler_phase": null, - "price_usd": 63981.38, - "price_rub": 6398138, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Icarus Fell (Factory New)", - "weapon": "Dildo", - "pattern": "Icarus Fell", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0272, - "doppler_phase": null, - "price_usd": 39401.99, - "price_rub": 3940199, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Imperial (Field-Tested)", "weapon": "Dildo", @@ -12989,216 +1649,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Imperial (Field-Tested)", - "weapon": "Dildo", - "pattern": "Imperial", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2406, - "doppler_phase": null, - "price_usd": 13695.64, - "price_rub": 1369564, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Imperial (Field-Tested)", - "weapon": "Dildo", - "pattern": "Imperial", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2063, - "doppler_phase": null, - "price_usd": 11258.13, - "price_rub": 1125813, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Imperial (Field-Tested)", - "weapon": "Dildo", - "pattern": "Imperial", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 9873.63, - "price_rub": 987363, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Imperial (Field-Tested)", - "weapon": "Dildo", - "pattern": "Imperial", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2751, - "doppler_phase": null, - "price_usd": 8880.63, - "price_rub": 888063, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Imperial (Field-Tested)", - "weapon": "Dildo", - "pattern": "Imperial", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2979, - "doppler_phase": null, - "price_usd": 7578.88, - "price_rub": 757888, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Imperial (Field-Tested)", - "weapon": "Dildo", - "pattern": "Imperial", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.3375, - "doppler_phase": null, - "price_usd": 5556.14, - "price_rub": 555614, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Imperial (Field-Tested)", - "weapon": "Dildo", - "pattern": "Imperial", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.275, - "doppler_phase": null, - "price_usd": 3995.66, - "price_rub": 399566, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Kill Confirmed (Field-Tested)", "weapon": "Dildo", @@ -13229,216 +1679,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Kill Confirmed (Field-Tested)", - "weapon": "Dildo", - "pattern": "Kill Confirmed", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2431, - "doppler_phase": null, - "price_usd": 206058.02, - "price_rub": 20605802, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Kill Confirmed (Field-Tested)", - "weapon": "Dildo", - "pattern": "Kill Confirmed", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2085, - "doppler_phase": null, - "price_usd": 169947.6, - "price_rub": 16994760, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Kill Confirmed (Field-Tested)", - "weapon": "Dildo", - "pattern": "Kill Confirmed", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 144705.07, - "price_rub": 14470507, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Kill Confirmed (Field-Tested)", - "weapon": "Dildo", - "pattern": "Kill Confirmed", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2834, - "doppler_phase": null, - "price_usd": 130379.68, - "price_rub": 13037968, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Kill Confirmed (Field-Tested)", - "weapon": "Dildo", - "pattern": "Kill Confirmed", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2553, - "doppler_phase": null, - "price_usd": 116973.17, - "price_rub": 11697317, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Kill Confirmed (Field-Tested)", - "weapon": "Dildo", - "pattern": "Kill Confirmed", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.3049, - "doppler_phase": null, - "price_usd": 89141.21, - "price_rub": 8914121, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Kill Confirmed (Field-Tested)", - "weapon": "Dildo", - "pattern": "Kill Confirmed", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2884, - "doppler_phase": null, - "price_usd": 45982.28, - "price_rub": 4598228, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Lava (Minimal Wear)", "weapon": "Dildo", @@ -13469,216 +1709,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Lava (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Lava", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0984, - "doppler_phase": null, - "price_usd": 14418.83, - "price_rub": 1441883, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Lava (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Lava", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0906, - "doppler_phase": null, - "price_usd": 12479.32, - "price_rub": 1247932, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Lava (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Lava", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 10724.36, - "price_rub": 1072436, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Lava (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Lava", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1095, - "doppler_phase": null, - "price_usd": 9849.86, - "price_rub": 984986, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Lava (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Lava", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1172, - "doppler_phase": null, - "price_usd": 7563.28, - "price_rub": 756328, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Lava (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Lava", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1173, - "doppler_phase": null, - "price_usd": 6999.32, - "price_rub": 699932, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Lava (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Lava", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1347, - "doppler_phase": null, - "price_usd": 3418.26, - "price_rub": 341826, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Lightning Strike (Factory New)", "weapon": "Dildo", @@ -13709,216 +1739,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Lightning Strike (Factory New)", - "weapon": "Dildo", - "pattern": "Lightning Strike", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 103517.02, - "price_rub": 10351702, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Lightning Strike (Factory New)", - "weapon": "Dildo", - "pattern": "Lightning Strike", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0076, - "doppler_phase": null, - "price_usd": 89911.53, - "price_rub": 8991153, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Lightning Strike (Factory New)", - "weapon": "Dildo", - "pattern": "Lightning Strike", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 75935.31, - "price_rub": 7593531, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Lightning Strike (Factory New)", - "weapon": "Dildo", - "pattern": "Lightning Strike", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0178, - "doppler_phase": null, - "price_usd": 70835.87, - "price_rub": 7083587, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Lightning Strike (Factory New)", - "weapon": "Dildo", - "pattern": "Lightning Strike", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0163, - "doppler_phase": null, - "price_usd": 59137.07, - "price_rub": 5913707, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Lightning Strike (Factory New)", - "weapon": "Dildo", - "pattern": "Lightning Strike", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0241, - "doppler_phase": null, - "price_usd": 40997.29, - "price_rub": 4099729, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Lightning Strike (Factory New)", - "weapon": "Dildo", - "pattern": "Lightning Strike", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0374, - "doppler_phase": null, - "price_usd": 24339.87, - "price_rub": 2433987, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Medusa (Field-Tested)", "weapon": "Dildo", @@ -13949,216 +1769,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Medusa (Field-Tested)", - "weapon": "Dildo", - "pattern": "Medusa", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2184, - "doppler_phase": null, - "price_usd": 537391.31, - "price_rub": 53739131, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Medusa (Field-Tested)", - "weapon": "Dildo", - "pattern": "Medusa", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.228, - "doppler_phase": null, - "price_usd": 447525.11, - "price_rub": 44752511, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Medusa (Field-Tested)", - "weapon": "Dildo", - "pattern": "Medusa", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 392992.1, - "price_rub": 39299210, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Medusa (Field-Tested)", - "weapon": "Dildo", - "pattern": "Medusa", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2814, - "doppler_phase": null, - "price_usd": 359771.75, - "price_rub": 35977175, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Medusa (Field-Tested)", - "weapon": "Dildo", - "pattern": "Medusa", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2685, - "doppler_phase": null, - "price_usd": 319602.51, - "price_rub": 31960251, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Medusa (Field-Tested)", - "weapon": "Dildo", - "pattern": "Medusa", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2753, - "doppler_phase": null, - "price_usd": 206287.48, - "price_rub": 20628748, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Medusa (Field-Tested)", - "weapon": "Dildo", - "pattern": "Medusa", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.3319, - "doppler_phase": null, - "price_usd": 156904.9, - "price_rub": 15690490, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Melted Ice Cream (Battle-Scarred)", "weapon": "Dildo", @@ -14189,216 +1799,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Melted Ice Cream (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Melted Ice Cream", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.4751, - "doppler_phase": null, - "price_usd": 3323.87, - "price_rub": 332387, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Melted Ice Cream (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Melted Ice Cream", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.4628, - "doppler_phase": null, - "price_usd": 2857.24, - "price_rub": 285724, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Melted Ice Cream (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Melted Ice Cream", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.55, - "doppler_phase": null, - "price_usd": 2481.93, - "price_rub": 248193, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Melted Ice Cream (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Melted Ice Cream", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.5955, - "doppler_phase": null, - "price_usd": 2300.37, - "price_rub": 230037, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Melted Ice Cream (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Melted Ice Cream", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.6721, - "doppler_phase": null, - "price_usd": 1857.62, - "price_rub": 185762, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Melted Ice Cream (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Melted Ice Cream", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.6498, - "doppler_phase": null, - "price_usd": 1377.63, - "price_rub": 137763, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Melted Ice Cream (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Melted Ice Cream", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.636, - "doppler_phase": null, - "price_usd": 1023.5, - "price_rub": 102350, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Mint Condition (Factory New)", "weapon": "Dildo", @@ -14429,216 +1829,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Mint Condition (Factory New)", - "weapon": "Dildo", - "pattern": "Mint Condition", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 2318.97, - "price_rub": 231897, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Mint Condition (Factory New)", - "weapon": "Dildo", - "pattern": "Mint Condition", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0091, - "doppler_phase": null, - "price_usd": 2146.2, - "price_rub": 214620, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Mint Condition (Factory New)", - "weapon": "Dildo", - "pattern": "Mint Condition", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 1718.22, - "price_rub": 171822, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Mint Condition (Factory New)", - "weapon": "Dildo", - "pattern": "Mint Condition", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0139, - "doppler_phase": null, - "price_usd": 1637.26, - "price_rub": 163726, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Mint Condition (Factory New)", - "weapon": "Dildo", - "pattern": "Mint Condition", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0203, - "doppler_phase": null, - "price_usd": 1360.81, - "price_rub": 136081, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Mint Condition (Factory New)", - "weapon": "Dildo", - "pattern": "Mint Condition", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0288, - "doppler_phase": null, - "price_usd": 1051.62, - "price_rub": 105162, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Mint Condition (Factory New)", - "weapon": "Dildo", - "pattern": "Mint Condition", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0333, - "doppler_phase": null, - "price_usd": 635.47, - "price_rub": 63547, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Neon Revolution (Minimal Wear)", "weapon": "Dildo", @@ -14669,216 +1859,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Neon Revolution (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Neon Revolution", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0988, - "doppler_phase": null, - "price_usd": 25943.94, - "price_rub": 2594394, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neon Revolution (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Neon Revolution", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0944, - "doppler_phase": null, - "price_usd": 21696.91, - "price_rub": 2169691, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neon Revolution (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Neon Revolution", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 18232.58, - "price_rub": 1823258, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neon Revolution (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Neon Revolution", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1027, - "doppler_phase": null, - "price_usd": 16872.1, - "price_rub": 1687210, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neon Revolution (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Neon Revolution", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1111, - "doppler_phase": null, - "price_usd": 13742.17, - "price_rub": 1374217, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neon Revolution (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Neon Revolution", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1184, - "doppler_phase": null, - "price_usd": 11489.26, - "price_rub": 1148926, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neon Revolution (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Neon Revolution", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1224, - "doppler_phase": null, - "price_usd": 6813.89, - "price_rub": 681389, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Neon Tiger (Factory New)", "weapon": "Dildo", @@ -14909,216 +1889,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Neon Tiger (Factory New)", - "weapon": "Dildo", - "pattern": "Neon Tiger", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 33107.23, - "price_rub": 3310723, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neon Tiger (Factory New)", - "weapon": "Dildo", - "pattern": "Neon Tiger", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 29223.73, - "price_rub": 2922373, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neon Tiger (Factory New)", - "weapon": "Dildo", - "pattern": "Neon Tiger", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 23313.79, - "price_rub": 2331379, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neon Tiger (Factory New)", - "weapon": "Dildo", - "pattern": "Neon Tiger", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0132, - "doppler_phase": null, - "price_usd": 22204.47, - "price_rub": 2220447, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neon Tiger (Factory New)", - "weapon": "Dildo", - "pattern": "Neon Tiger", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0132, - "doppler_phase": null, - "price_usd": 18012.46, - "price_rub": 1801246, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neon Tiger (Factory New)", - "weapon": "Dildo", - "pattern": "Neon Tiger", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0212, - "doppler_phase": null, - "price_usd": 14332.45, - "price_rub": 1433245, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neon Tiger (Factory New)", - "weapon": "Dildo", - "pattern": "Neon Tiger", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.044, - "doppler_phase": null, - "price_usd": 10071.93, - "price_rub": 1007193, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Neptune (Factory New)", "weapon": "Dildo", @@ -15149,216 +1919,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Neptune (Factory New)", - "weapon": "Dildo", - "pattern": "Neptune", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0021, - "doppler_phase": null, - "price_usd": 126445.64, - "price_rub": 12644564, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neptune (Factory New)", - "weapon": "Dildo", - "pattern": "Neptune", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0048, - "doppler_phase": null, - "price_usd": 107858.38, - "price_rub": 10785838, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neptune (Factory New)", - "weapon": "Dildo", - "pattern": "Neptune", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 91886.81, - "price_rub": 9188681, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neptune (Factory New)", - "weapon": "Dildo", - "pattern": "Neptune", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0193, - "doppler_phase": null, - "price_usd": 85372.59, - "price_rub": 8537259, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neptune (Factory New)", - "weapon": "Dildo", - "pattern": "Neptune", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0208, - "doppler_phase": null, - "price_usd": 68067.9, - "price_rub": 6806790, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neptune (Factory New)", - "weapon": "Dildo", - "pattern": "Neptune", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0224, - "doppler_phase": null, - "price_usd": 48715.34, - "price_rub": 4871534, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Neptune (Factory New)", - "weapon": "Dildo", - "pattern": "Neptune", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0255, - "doppler_phase": null, - "price_usd": 35453.79, - "price_rub": 3545379, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Night Heist (Minimal Wear)", "weapon": "Dildo", @@ -15389,216 +1949,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Night Heist (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Night Heist", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0973, - "doppler_phase": null, - "price_usd": 3817.65, - "price_rub": 381765, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Night Heist (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Night Heist", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0891, - "doppler_phase": null, - "price_usd": 3111.85, - "price_rub": 311185, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Night Heist (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Night Heist", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 2728.95, - "price_rub": 272895, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Night Heist (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Night Heist", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1026, - "doppler_phase": null, - "price_usd": 2449.86, - "price_rub": 244986, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Night Heist (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Night Heist", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1041, - "doppler_phase": null, - "price_usd": 1975.37, - "price_rub": 197537, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Night Heist (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Night Heist", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1245, - "doppler_phase": null, - "price_usd": 1722.47, - "price_rub": 172247, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Night Heist (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Night Heist", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1003, - "doppler_phase": null, - "price_usd": 977.87, - "price_rub": 97787, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Orange DDPAT (Field-Tested)", "weapon": "Dildo", @@ -15629,216 +1979,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Orange DDPAT (Field-Tested)", - "weapon": "Dildo", - "pattern": "Orange DDPAT", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2133, - "doppler_phase": null, - "price_usd": 1523.39, - "price_rub": 152339, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Orange DDPAT (Field-Tested)", - "weapon": "Dildo", - "pattern": "Orange DDPAT", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2117, - "doppler_phase": null, - "price_usd": 1380.55, - "price_rub": 138055, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Orange DDPAT (Field-Tested)", - "weapon": "Dildo", - "pattern": "Orange DDPAT", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 1144.15, - "price_rub": 114415, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Orange DDPAT (Field-Tested)", - "weapon": "Dildo", - "pattern": "Orange DDPAT", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2659, - "doppler_phase": null, - "price_usd": 1061.19, - "price_rub": 106119, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Orange DDPAT (Field-Tested)", - "weapon": "Dildo", - "pattern": "Orange DDPAT", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2831, - "doppler_phase": null, - "price_usd": 943.47, - "price_rub": 94347, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Orange DDPAT (Field-Tested)", - "weapon": "Dildo", - "pattern": "Orange DDPAT", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2884, - "doppler_phase": null, - "price_usd": 727.72, - "price_rub": 72772, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Orange DDPAT (Field-Tested)", - "weapon": "Dildo", - "pattern": "Orange DDPAT", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.3611, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Pandora's Box (Minimal Wear)", "weapon": "Dildo", @@ -15869,216 +2009,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Pandora's Box (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pandora's Box", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.089, - "doppler_phase": null, - "price_usd": 469988.06, - "price_rub": 46998806, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pandora's Box (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pandora's Box", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0986, - "doppler_phase": null, - "price_usd": 402419.64, - "price_rub": 40241964, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pandora's Box (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pandora's Box", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 322505.46, - "price_rub": 32250546, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pandora's Box (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pandora's Box", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1063, - "doppler_phase": null, - "price_usd": 302865.05, - "price_rub": 30286505, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pandora's Box (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pandora's Box", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1149, - "doppler_phase": null, - "price_usd": 265703.26, - "price_rub": 26570326, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pandora's Box (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pandora's Box", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1054, - "doppler_phase": null, - "price_usd": 185666.22, - "price_rub": 18566622, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pandora's Box (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pandora's Box", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1212, - "doppler_phase": null, - "price_usd": 133342.98, - "price_rub": 13334298, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Pineapple (Minimal Wear)", "weapon": "Dildo", @@ -16109,216 +2039,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Pineapple (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pineapple", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.077, - "doppler_phase": null, - "price_usd": 2735.92, - "price_rub": 273592, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pineapple (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pineapple", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0962, - "doppler_phase": null, - "price_usd": 2481.28, - "price_rub": 248128, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pineapple (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pineapple", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 2021.32, - "price_rub": 202132, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pineapple (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pineapple", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1091, - "doppler_phase": null, - "price_usd": 1886.93, - "price_rub": 188693, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pineapple (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pineapple", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.119, - "doppler_phase": null, - "price_usd": 1485.9, - "price_rub": 148590, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pineapple (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pineapple", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1241, - "doppler_phase": null, - "price_usd": 1205.84, - "price_rub": 120584, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pineapple (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pineapple", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.137, - "doppler_phase": null, - "price_usd": 771.46, - "price_rub": 77146, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Pool Party (Minimal Wear)", "weapon": "Dildo", @@ -16349,216 +2069,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Pool Party (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pool Party", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0894, - "doppler_phase": null, - "price_usd": 8952.7, - "price_rub": 895270, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pool Party (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pool Party", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0952, - "doppler_phase": null, - "price_usd": 7895.45, - "price_rub": 789545, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pool Party (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pool Party", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 6759.55, - "price_rub": 675955, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pool Party (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pool Party", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1037, - "doppler_phase": null, - "price_usd": 6145.67, - "price_rub": 614567, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pool Party (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pool Party", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1074, - "doppler_phase": null, - "price_usd": 4855.46, - "price_rub": 485546, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pool Party (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pool Party", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1277, - "doppler_phase": null, - "price_usd": 3529.21, - "price_rub": 352921, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pool Party (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Pool Party", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1203, - "doppler_phase": null, - "price_usd": 2706.69, - "price_rub": 270669, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Poseidon (Field-Tested)", "weapon": "Dildo", @@ -16589,216 +2099,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Poseidon (Field-Tested)", - "weapon": "Dildo", - "pattern": "Poseidon", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.1954, - "doppler_phase": null, - "price_usd": 375541.42, - "price_rub": 37554142, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Poseidon (Field-Tested)", - "weapon": "Dildo", - "pattern": "Poseidon", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2127, - "doppler_phase": null, - "price_usd": 322537.67, - "price_rub": 32253767, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Poseidon (Field-Tested)", - "weapon": "Dildo", - "pattern": "Poseidon", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 270267.19, - "price_rub": 27026719, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Poseidon (Field-Tested)", - "weapon": "Dildo", - "pattern": "Poseidon", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2552, - "doppler_phase": null, - "price_usd": 250161.63, - "price_rub": 25016163, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Poseidon (Field-Tested)", - "weapon": "Dildo", - "pattern": "Poseidon", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2966, - "doppler_phase": null, - "price_usd": 209889.57, - "price_rub": 20988957, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Poseidon (Field-Tested)", - "weapon": "Dildo", - "pattern": "Poseidon", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.3157, - "doppler_phase": null, - "price_usd": 155366.16, - "price_rub": 15536616, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Poseidon (Field-Tested)", - "weapon": "Dildo", - "pattern": "Poseidon", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2545, - "doppler_phase": null, - "price_usd": 111818.24, - "price_rub": 11181824, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Printstream (Factory New)", "weapon": "Dildo", @@ -16829,216 +2129,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Printstream (Factory New)", - "weapon": "Dildo", - "pattern": "Printstream", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 300427.24, - "price_rub": 30042724, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Printstream (Factory New)", - "weapon": "Dildo", - "pattern": "Printstream", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0048, - "doppler_phase": null, - "price_usd": 239683.89, - "price_rub": 23968389, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Printstream (Factory New)", - "weapon": "Dildo", - "pattern": "Printstream", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 208228.93, - "price_rub": 20822893, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Printstream (Factory New)", - "weapon": "Dildo", - "pattern": "Printstream", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0163, - "doppler_phase": null, - "price_usd": 188399.08, - "price_rub": 18839908, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Printstream (Factory New)", - "weapon": "Dildo", - "pattern": "Printstream", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0159, - "doppler_phase": null, - "price_usd": 163914.37, - "price_rub": 16391437, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Printstream (Factory New)", - "weapon": "Dildo", - "pattern": "Printstream", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.029, - "doppler_phase": null, - "price_usd": 110443.9, - "price_rub": 11044390, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Printstream (Factory New)", - "weapon": "Dildo", - "pattern": "Printstream", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0398, - "doppler_phase": null, - "price_usd": 72557.17, - "price_rub": 7255717, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Pumpkin (Field-Tested)", "weapon": "Dildo", @@ -17069,216 +2159,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Pumpkin (Field-Tested)", - "weapon": "Dildo", - "pattern": "Pumpkin", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2098, - "doppler_phase": null, - "price_usd": 2990.28, - "price_rub": 299028, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pumpkin (Field-Tested)", - "weapon": "Dildo", - "pattern": "Pumpkin", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2357, - "doppler_phase": null, - "price_usd": 2740.93, - "price_rub": 274093, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pumpkin (Field-Tested)", - "weapon": "Dildo", - "pattern": "Pumpkin", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 2265.6, - "price_rub": 226560, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pumpkin (Field-Tested)", - "weapon": "Dildo", - "pattern": "Pumpkin", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2745, - "doppler_phase": null, - "price_usd": 1978.2, - "price_rub": 197820, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pumpkin (Field-Tested)", - "weapon": "Dildo", - "pattern": "Pumpkin", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2717, - "doppler_phase": null, - "price_usd": 1681.52, - "price_rub": 168152, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pumpkin (Field-Tested)", - "weapon": "Dildo", - "pattern": "Pumpkin", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.3117, - "doppler_phase": null, - "price_usd": 1430.97, - "price_rub": 143097, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Pumpkin (Field-Tested)", - "weapon": "Dildo", - "pattern": "Pumpkin", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2607, - "doppler_phase": null, - "price_usd": 1004.95, - "price_rub": 100495, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Radiation Hazard (Field-Tested)", "weapon": "Dildo", @@ -17309,216 +2189,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Radiation Hazard (Field-Tested)", - "weapon": "Dildo", - "pattern": "Radiation Hazard", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2487, - "doppler_phase": null, - "price_usd": 8355.49, - "price_rub": 835549, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Radiation Hazard (Field-Tested)", - "weapon": "Dildo", - "pattern": "Radiation Hazard", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2401, - "doppler_phase": null, - "price_usd": 7043.72, - "price_rub": 704372, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Radiation Hazard (Field-Tested)", - "weapon": "Dildo", - "pattern": "Radiation Hazard", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 6045.27, - "price_rub": 604527, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Radiation Hazard (Field-Tested)", - "weapon": "Dildo", - "pattern": "Radiation Hazard", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2602, - "doppler_phase": null, - "price_usd": 5433.22, - "price_rub": 543322, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Radiation Hazard (Field-Tested)", - "weapon": "Dildo", - "pattern": "Radiation Hazard", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.281, - "doppler_phase": null, - "price_usd": 4729.77, - "price_rub": 472977, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Radiation Hazard (Field-Tested)", - "weapon": "Dildo", - "pattern": "Radiation Hazard", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.281, - "doppler_phase": null, - "price_usd": 3185.89, - "price_rub": 318589, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Radiation Hazard (Field-Tested)", - "weapon": "Dildo", - "pattern": "Radiation Hazard", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2933, - "doppler_phase": null, - "price_usd": 2013.3, - "price_rub": 201330, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Rainbow (Factory New)", "weapon": "Dildo", @@ -17549,216 +2219,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Rainbow (Factory New)", - "weapon": "Dildo", - "pattern": "Rainbow", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 28049.28, - "price_rub": 2804928, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Rainbow (Factory New)", - "weapon": "Dildo", - "pattern": "Rainbow", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 24281.44, - "price_rub": 2428144, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Rainbow (Factory New)", - "weapon": "Dildo", - "pattern": "Rainbow", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 19797.92, - "price_rub": 1979792, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Rainbow (Factory New)", - "weapon": "Dildo", - "pattern": "Rainbow", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0202, - "doppler_phase": null, - "price_usd": 18517.25, - "price_rub": 1851725, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Rainbow (Factory New)", - "weapon": "Dildo", - "pattern": "Rainbow", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0231, - "doppler_phase": null, - "price_usd": 14865.59, - "price_rub": 1486559, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Rainbow (Factory New)", - "weapon": "Dildo", - "pattern": "Rainbow", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0167, - "doppler_phase": null, - "price_usd": 10919.28, - "price_rub": 1091928, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Rainbow (Factory New)", - "weapon": "Dildo", - "pattern": "Rainbow", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0416, - "doppler_phase": null, - "price_usd": 8520.34, - "price_rub": 852034, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Sand Dune (Battle-Scarred)", "weapon": "Dildo", @@ -17789,216 +2249,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Sand Dune (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Sand Dune", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.4559, - "doppler_phase": null, - "price_usd": 675.88, - "price_rub": 67588, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Sand Dune (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Sand Dune", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.519, - "doppler_phase": null, - "price_usd": 573.07, - "price_rub": 57307, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Sand Dune (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Sand Dune", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.55, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Sand Dune (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Sand Dune", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.6174, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Sand Dune (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Sand Dune", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.5572, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Sand Dune (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Sand Dune", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.672, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Sand Dune (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Sand Dune", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.6919, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Spearmint (Factory New)", "weapon": "Dildo", @@ -18029,216 +2279,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Spearmint (Factory New)", - "weapon": "Dildo", - "pattern": "Spearmint", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0066, - "doppler_phase": null, - "price_usd": 296835.6, - "price_rub": 29683560, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Spearmint (Factory New)", - "weapon": "Dildo", - "pattern": "Spearmint", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0079, - "doppler_phase": null, - "price_usd": 279895.47, - "price_rub": 27989547, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Spearmint (Factory New)", - "weapon": "Dildo", - "pattern": "Spearmint", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 224423.27, - "price_rub": 22442327, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Spearmint (Factory New)", - "weapon": "Dildo", - "pattern": "Spearmint", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0193, - "doppler_phase": null, - "price_usd": 215191.27, - "price_rub": 21519127, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Spearmint (Factory New)", - "weapon": "Dildo", - "pattern": "Spearmint", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0169, - "doppler_phase": null, - "price_usd": 174324.82, - "price_rub": 17432482, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Spearmint (Factory New)", - "weapon": "Dildo", - "pattern": "Spearmint", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0378, - "doppler_phase": null, - "price_usd": 125864.83, - "price_rub": 12586483, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Spearmint (Factory New)", - "weapon": "Dildo", - "pattern": "Spearmint", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0212, - "doppler_phase": null, - "price_usd": 78442.01, - "price_rub": 7844201, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Spray Paint (Battle-Scarred)", "weapon": "Dildo", @@ -18269,216 +2309,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Spray Paint (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Spray Paint", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.5259, - "doppler_phase": null, - "price_usd": 1950.14, - "price_rub": 195014, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Spray Paint (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Spray Paint", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.4587, - "doppler_phase": null, - "price_usd": 1693.99, - "price_rub": 169399, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Spray Paint (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Spray Paint", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.55, - "doppler_phase": null, - "price_usd": 1487.7, - "price_rub": 148770, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Spray Paint (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Spray Paint", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.5504, - "doppler_phase": null, - "price_usd": 1328.2, - "price_rub": 132820, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Spray Paint (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Spray Paint", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.5797, - "doppler_phase": null, - "price_usd": 1052.29, - "price_rub": 105229, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Spray Paint (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Spray Paint", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.71, - "doppler_phase": null, - "price_usd": 873.49, - "price_rub": 87349, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Spray Paint (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Spray Paint", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.7634, - "doppler_phase": null, - "price_usd": 545.24, - "price_rub": 54524, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Tie Dye (Field-Tested)", "weapon": "Dildo", @@ -18509,216 +2339,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Tie Dye (Field-Tested)", - "weapon": "Dildo", - "pattern": "Tie Dye", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2335, - "doppler_phase": null, - "price_usd": 4185.91, - "price_rub": 418591, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Tie Dye (Field-Tested)", - "weapon": "Dildo", - "pattern": "Tie Dye", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.229, - "doppler_phase": null, - "price_usd": 3891.24, - "price_rub": 389124, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Tie Dye (Field-Tested)", - "weapon": "Dildo", - "pattern": "Tie Dye", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 3273.73, - "price_rub": 327373, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Tie Dye (Field-Tested)", - "weapon": "Dildo", - "pattern": "Tie Dye", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2506, - "doppler_phase": null, - "price_usd": 2962.75, - "price_rub": 296275, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Tie Dye (Field-Tested)", - "weapon": "Dildo", - "pattern": "Tie Dye", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2913, - "doppler_phase": null, - "price_usd": 2499.47, - "price_rub": 249947, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Tie Dye (Field-Tested)", - "weapon": "Dildo", - "pattern": "Tie Dye", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.3066, - "doppler_phase": null, - "price_usd": 1862.4, - "price_rub": 186240, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Tie Dye (Field-Tested)", - "weapon": "Dildo", - "pattern": "Tie Dye", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2715, - "doppler_phase": null, - "price_usd": 1272.95, - "price_rub": 127295, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Toothpaste (Field-Tested)", "weapon": "Dildo", @@ -18749,216 +2369,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Toothpaste (Field-Tested)", - "weapon": "Dildo", - "pattern": "Toothpaste", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2251, - "doppler_phase": null, - "price_usd": 1461.77, - "price_rub": 146177, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Toothpaste (Field-Tested)", - "weapon": "Dildo", - "pattern": "Toothpaste", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2138, - "doppler_phase": null, - "price_usd": 1269.74, - "price_rub": 126974, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Toothpaste (Field-Tested)", - "weapon": "Dildo", - "pattern": "Toothpaste", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 1075.59, - "price_rub": 107559, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Toothpaste (Field-Tested)", - "weapon": "Dildo", - "pattern": "Toothpaste", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2515, - "doppler_phase": null, - "price_usd": 1011.59, - "price_rub": 101159, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Toothpaste (Field-Tested)", - "weapon": "Dildo", - "pattern": "Toothpaste", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2646, - "doppler_phase": null, - "price_usd": 877.91, - "price_rub": 87791, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Toothpaste (Field-Tested)", - "weapon": "Dildo", - "pattern": "Toothpaste", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2562, - "doppler_phase": null, - "price_usd": 608.94, - "price_rub": 60894, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Toothpaste (Field-Tested)", - "weapon": "Dildo", - "pattern": "Toothpaste", - "rarity": "Mil-Spec", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.3222, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Unicorn (Factory New)", "weapon": "Dildo", @@ -18989,216 +2399,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Unicorn (Factory New)", - "weapon": "Dildo", - "pattern": "Unicorn", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 91109.33, - "price_rub": 9110933, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Unicorn (Factory New)", - "weapon": "Dildo", - "pattern": "Unicorn", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.001, - "doppler_phase": null, - "price_usd": 84418.01, - "price_rub": 8441801, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Unicorn (Factory New)", - "weapon": "Dildo", - "pattern": "Unicorn", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.01, - "doppler_phase": null, - "price_usd": 70558.12, - "price_rub": 7055812, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Unicorn (Factory New)", - "weapon": "Dildo", - "pattern": "Unicorn", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0119, - "doppler_phase": null, - "price_usd": 64402.38, - "price_rub": 6440238, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Unicorn (Factory New)", - "weapon": "Dildo", - "pattern": "Unicorn", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0236, - "doppler_phase": null, - "price_usd": 51205.68, - "price_rub": 5120568, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Unicorn (Factory New)", - "weapon": "Dildo", - "pattern": "Unicorn", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0156, - "doppler_phase": null, - "price_usd": 36659.1, - "price_rub": 3665910, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Unicorn (Factory New)", - "weapon": "Dildo", - "pattern": "Unicorn", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Factory New", - "wear_range": [ - 0.0, - 0.07 - ], - "mid_float_used": 0.0115, - "doppler_phase": null, - "price_usd": 23914.17, - "price_rub": 2391417, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.0, - 0.07 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Watermelon (Minimal Wear)", "weapon": "Dildo", @@ -19229,216 +2429,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Watermelon (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Watermelon", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0804, - "doppler_phase": null, - "price_usd": 6941.7, - "price_rub": 694170, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Watermelon (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Watermelon", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0879, - "doppler_phase": null, - "price_usd": 5964.34, - "price_rub": 596434, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Watermelon (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Watermelon", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 5110.16, - "price_rub": 511016, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Watermelon (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Watermelon", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.104, - "doppler_phase": null, - "price_usd": 4872.25, - "price_rub": 487225, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Watermelon (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Watermelon", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1087, - "doppler_phase": null, - "price_usd": 4133.61, - "price_rub": 413361, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Watermelon (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Watermelon", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1286, - "doppler_phase": null, - "price_usd": 3240.59, - "price_rub": 324059, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Watermelon (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Watermelon", - "rarity": "Restricted", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1075, - "doppler_phase": null, - "price_usd": 1859.98, - "price_rub": 185998, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Welcome to the Jungle (Minimal Wear)", "weapon": "Dildo", @@ -19469,216 +2459,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Welcome to the Jungle (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Welcome to the Jungle", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0809, - "doppler_phase": null, - "price_usd": 758263.73, - "price_rub": 75826373, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Welcome to the Jungle (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Welcome to the Jungle", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.0884, - "doppler_phase": null, - "price_usd": 685641.8, - "price_rub": 68564180, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Welcome to the Jungle (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Welcome to the Jungle", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1, - "doppler_phase": null, - "price_usd": 564459.42, - "price_rub": 56445942, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Welcome to the Jungle (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Welcome to the Jungle", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1035, - "doppler_phase": null, - "price_usd": 502232.05, - "price_rub": 50223205, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Welcome to the Jungle (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Welcome to the Jungle", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1132, - "doppler_phase": null, - "price_usd": 411354.13, - "price_rub": 41135413, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Welcome to the Jungle (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Welcome to the Jungle", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.123, - "doppler_phase": null, - "price_usd": 329362.7, - "price_rub": 32936270, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Welcome to the Jungle (Minimal Wear)", - "weapon": "Dildo", - "pattern": "Welcome to the Jungle", - "rarity": "Covert", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Minimal Wear", - "wear_range": [ - 0.07, - 0.15 - ], - "mid_float_used": 0.1141, - "doppler_phase": null, - "price_usd": 234411.43, - "price_rub": 23441143, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.07, - 0.15 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Whiteout (Field-Tested)", "weapon": "Dildo", @@ -19709,216 +2489,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Whiteout (Field-Tested)", - "weapon": "Dildo", - "pattern": "Whiteout", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2257, - "doppler_phase": null, - "price_usd": 91385.45, - "price_rub": 9138545, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Whiteout (Field-Tested)", - "weapon": "Dildo", - "pattern": "Whiteout", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2049, - "doppler_phase": null, - "price_usd": 74631.58, - "price_rub": 7463158, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Whiteout (Field-Tested)", - "weapon": "Dildo", - "pattern": "Whiteout", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 63137.52, - "price_rub": 6313752, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Whiteout (Field-Tested)", - "weapon": "Dildo", - "pattern": "Whiteout", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2677, - "doppler_phase": null, - "price_usd": 58428.67, - "price_rub": 5842867, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Whiteout (Field-Tested)", - "weapon": "Dildo", - "pattern": "Whiteout", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.3048, - "doppler_phase": null, - "price_usd": 50832.46, - "price_rub": 5083246, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Whiteout (Field-Tested)", - "weapon": "Dildo", - "pattern": "Whiteout", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.3124, - "doppler_phase": null, - "price_usd": 41525.48, - "price_rub": 4152548, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Whiteout (Field-Tested)", - "weapon": "Dildo", - "pattern": "Whiteout", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2577, - "doppler_phase": null, - "price_usd": 20208.97, - "price_rub": 2020897, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Wildfire (Field-Tested)", "weapon": "Dildo", @@ -19949,216 +2519,6 @@ ], "is_craftable": true }, - { - "market_hash_name": "Dildo | Wildfire (Field-Tested)", - "weapon": "Dildo", - "pattern": "Wildfire", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2236, - "doppler_phase": null, - "price_usd": 38236.8, - "price_rub": 3823680, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Wildfire (Field-Tested)", - "weapon": "Dildo", - "pattern": "Wildfire", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2429, - "doppler_phase": null, - "price_usd": 32325.6, - "price_rub": 3232560, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Wildfire (Field-Tested)", - "weapon": "Dildo", - "pattern": "Wildfire", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.25, - "doppler_phase": null, - "price_usd": 29224.8, - "price_rub": 2922480, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Wildfire (Field-Tested)", - "weapon": "Dildo", - "pattern": "Wildfire", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2527, - "doppler_phase": null, - "price_usd": 25942.4, - "price_rub": 2594240, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Wildfire (Field-Tested)", - "weapon": "Dildo", - "pattern": "Wildfire", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.2729, - "doppler_phase": null, - "price_usd": 22067.65, - "price_rub": 2206765, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Wildfire (Field-Tested)", - "weapon": "Dildo", - "pattern": "Wildfire", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.3384, - "doppler_phase": null, - "price_usd": 15871.26, - "price_rub": 1587126, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Wildfire (Field-Tested)", - "weapon": "Dildo", - "pattern": "Wildfire", - "rarity": "Classified", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Field-Tested", - "wear_range": [ - 0.15, - 0.38 - ], - "mid_float_used": 0.3074, - "doppler_phase": null, - "price_usd": 12024.96, - "price_rub": 1202496, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.15, - 0.38 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, { "market_hash_name": "Dildo | Zebra (Battle-Scarred)", "weapon": "Dildo", @@ -20188,215 +2548,5 @@ "dildo_case" ], "is_craftable": true - }, - { - "market_hash_name": "Dildo | Zebra (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Zebra", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.451, - "doppler_phase": null, - "price_usd": 1140.67, - "price_rub": 114067, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Zebra (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Zebra", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.4827, - "doppler_phase": null, - "price_usd": 1009.98, - "price_rub": 100998, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Zebra (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Zebra", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.55, - "doppler_phase": null, - "price_usd": 896.28, - "price_rub": 89628, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Zebra (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Zebra", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.5612, - "doppler_phase": null, - "price_usd": 779.42, - "price_rub": 77942, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Zebra (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Zebra", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.6736, - "doppler_phase": null, - "price_usd": 670.68, - "price_rub": 67068, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Zebra (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Zebra", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.7283, - "doppler_phase": null, - "price_usd": 584.66, - "price_rub": 58466, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true - }, - { - "market_hash_name": "Dildo | Zebra (Battle-Scarred)", - "weapon": "Dildo", - "pattern": "Zebra", - "rarity": "Industrial", - "collection": "Dildo Collection", - "type": "Normal", - "wear": "Battle-Scarred", - "wear_range": [ - 0.45, - 1.0 - ], - "mid_float_used": 0.7451, - "doppler_phase": null, - "price_usd": 500.0, - "price_rub": 50000, - "price_source": "custom", - "image_url": "", - "crates_names": [ - "dildo_case" - ], - "float_range": [ - 0.45, - 1.0 - ], - "can_be_assigned_from": [ - "dildo_case" - ], - "is_craftable": true } ] \ No newline at end of file