From 0a38405ca55058120576a31e9a820aeb3fc689e6 Mon Sep 17 00:00:00 2001 From: Platinum Date: Tue, 14 Feb 2023 21:06:04 +1100 Subject: [PATCH] Add new 40mm GL prices --- advancedConfig.json | 2 +- config.json | 10 ++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/advancedConfig.json b/advancedConfig.json index e9f6cf1..e608f60 100644 --- a/advancedConfig.json +++ b/advancedConfig.json @@ -1,5 +1,5 @@ { - "startDelayInSeconds": 7, + "startDelayInSeconds": 6.9, "baselineBulletId": "59e6906286f7746c9f75e847", "baselineBulletPrice": 3000, "bulletDamageMultiplierRedutionFactor": 0.7, diff --git a/config.json b/config.json index 6883672..113be60 100644 --- a/config.json +++ b/config.json @@ -33,6 +33,16 @@ "itemIdHint": "Thicc Items Case", "itemId": "5c0a840b86f7742ffa4f2482", "fleaPriceOverride": 12000000 + }, + { + "itemIdHint": "M203 40mm UGL", + "itemId": "6357c98711fb55120211f7e1", + "fleaPriceOverride": 200000 + }, + { + "itemIdHint": "GP-25 40mm UGL", + "itemId": "62e7e7bbe6da9612f743f1e0", + "fleaPriceOverride": 150000 } ] } \ No newline at end of file diff --git a/package.json b/package.json index 62e062c..a2e60f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TheBlacklist", - "version": "1.0.1", + "version": "1.0.2", "main": "src/mod.js", "license": "MIT", "author": "Platinum",