Add pumpkin override to price lookup

This commit is contained in:
Dev 2023-10-26 17:27:40 +01:00
parent 09f50f9f97
commit 3198fac515
2 changed files with 370396 additions and 348724 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,5 @@
using MarketPriceLookup.Common;
using MarketPriceLookup.Common.Helpers;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
@ -12,6 +11,7 @@ namespace MarketPriceLookup
private static readonly Dictionary<string, (int, string, int)> _specialCases = new Dictionary<string, (int, string, int)>
{
{ "627e14b21713922ded6f2c15", (250000, null, -1)}, // Accuracy International AXMC .338 LM bolt-action sniper rifle
{ "634959225289190e5e773b3b", (15000, null, -1)} // pumpkin_rand_loot_container
};
static void Main(string[] args)