Dev
726e4f4b2c
Stubbed out HIDEOUT_CIRCLE_OF_CULTIST_PRODUCTION_START
event
2024-08-21 13:36:51 +01:00
Dev
858026b5b9
Handled edge case handling for adding an item to a hideout area
2024-08-21 13:28:30 +01:00
Kaeno
87ac190b37
Update Wildspawntypenumber to add new boss
2024-08-21 13:26:55 +01:00
Kaeno
d4cc41d3fc
Fix Dev profiles not having access to Weapon wall and Cultist stash
2024-08-21 13:26:10 +01:00
Dev
0839f34b9b
Updated addContainerImprovementToProfile
to better handle cultist circle
2024-08-21 13:05:59 +01:00
Dev
391273e7fb
Fixed incorrect value assignment
2024-08-21 12:32:32 +01:00
Dev
b67c1be6f1
Updated bot jsons
2024-08-21 12:31:25 +01:00
Dev
06ab0fd07b
Updated PMC json difficulty values
2024-08-21 12:26:52 +01:00
Dev
0e054c0af7
Updated bot JSONs
2024-08-21 12:20:11 +01:00
Dev
605a868c86
Added missing quest images
2024-08-21 11:29:27 +01:00
Dev
6a2ba8e3d8
Fixed various botgen errors + added hear to PMCs
2024-08-20 23:53:02 +01:00
Dev
502fdb918f
Added M60E4 to PMCs
2024-08-20 23:26:14 +01:00
Dev
02ec4fe143
Added Desert eagle to PMCs
2024-08-20 23:17:08 +01:00
Dev
dd9e293ee5
Updated various other map base jsons
2024-08-20 22:56:52 +01:00
Dev
c6e6b52baa
Updated some map base jsons
2024-08-20 22:46:38 +01:00
Dev
68945c901d
Added bossPartisan json
2024-08-20 22:45:33 +01:00
Dev
23875045c9
Updated factory base json + interfaces
2024-08-20 22:20:16 +01:00
Dev
75feed2c24
Added bossPartisan
to bot config jsons
2024-08-20 22:02:54 +01:00
Dev
60c844cfd6
Updated quest json + added new images
2024-08-20 21:57:34 +01:00
Dev
dee8abda36
Updated dev profiles
2024-08-20 21:32:24 +01:00
Dev
ce06efdaf5
Added new areas to profile templates
2024-08-20 21:26:55 +01:00
Dev
c45f4c5f4b
Added s to Improvement
...
Updated hideout area enum
2024-08-20 21:19:00 +01:00
Dev
8e4c4e4a0f
Updated various JSON files + interfaces
2024-08-20 20:58:46 +01:00
Dev
95609f4eef
Updated version value to: 32128
2024-08-20 16:13:50 +01:00
Dev
10dfb89787
Fixed incorrect IRestrictionsInRaid
interface
2024-08-19 18:35:06 +01:00
Dev
531ffc7fad
Fixed 2 quest reward scopes not having the correct parentid
...
(cherry picked from commit ef8c3d30cfce3cfb00f324a008154d751bff33c0)
2024-08-19 17:17:54 +01:00
DrakiaXYZ
bd5d4bfb66
Fix fuel ticks returning fuel to the player instead of removing it ( !397 )
...
Resolves the issue of incorrect fuel usage by using relative percentages for both the profile bonus and hideout management bonus
Add a sanity check to make sure we never return fuel to the player (No negative fuel consumption)
2024-08-19 16:58:45 +01:00
Alex McAuliffe
79f0949610
Updated bot tests
2024-08-19 16:55:11 +01:00
Alex McAuliffe
9e9baf49b3
Add types for variables on global scope. ( !398 )
...
Adds a type definition for the variables added to the global scope.
Personally i'd probably stick them in an object off the route and drop the G_prefix but didn't want to make any major changes with no reason.
Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/398
Co-authored-by: Alex McAuliffe <alex@romanx.co.uk>
Co-committed-by: Alex McAuliffe <alex@romanx.co.uk>
(cherry picked from commit 18d39224a9c3beb284fde65da6c20d416e9b5b50)
2024-08-19 16:54:06 +01:00
Dev
68e24fc8fd
Updated locales
...
(cherry picked from commit a0c79ac6bc0e69663b5a749c9f8d515a74a8ccfa)
2024-08-19 16:53:51 +01:00
Dev
63ab9f2c79
Updated locales
...
(cherry picked from commit 27f6d1ee4bfc870c4e3599b86633c2af57b8ddef)
2024-08-19 16:52:42 +01:00
Dev
5ffedfa91a
Attempted to fix issue with calculateItemWorth()
failing on child items without a upd object
...
Clone children when returned to prevent modification + add missing upd object to child before calculating price
2024-08-18 09:52:13 +01:00
Dev
1b9a3c46f9
Temp fixed birdeye sometimes generating bad M4s
2024-08-16 23:20:49 +01:00
Dev
c0cd8d699f
Added additional gas blocks to PMCs
2024-08-16 23:20:04 +01:00
Dev
52d9fbaeb6
Improved weapon mod selection when a default mod is desired but is incompatible with weapon
...
Introduced a `Set` into request object that holds conflicting items instead of constantly recalculating them when needed
2024-08-16 23:19:07 +01:00
Dev
931c567fc2
Further repeatable quest adjustments
...
(cherry picked from commit 5cad2639dbac84030a9310cd8a0fac5412aa5ec9)
2024-08-15 20:39:38 +01:00
Dev
2e8e91385e
Fixed bad variable use
...
(cherry picked from commit daf70ea67fb6b2899c5f6db1abdc32064fb6dc06)
2024-08-15 20:17:18 +01:00
Dev
37fb49bffa
Fixed issue that would cause repeatable completion quests to get stuck in an infinite loop
...
Improved performance of completion quests picking items to return
(cherry picked from commit f04382c9bb9722645a1954ec12d34d45f31d2c53)
2024-08-15 20:17:10 +01:00
Dev
093afe002c
#747 Fixed items added to ragfair configs custom blacklist still be sellable on flea by player
...
Moved confusing `isValidItem()` check out of `isItemOnCustomFleaBlacklist()` and into main function
Removed redundant blacklist check from flea item generation as its already covered in `isValidItem()`
(cherry picked from commit f46694a169b6df2c87e8b652c643f6e8791d9bd7)
2024-08-15 20:16:35 +01:00
Archangel
a4a3c8c89a
Skip items that are listed in the custom blacklist from being set as sellable ( !396 )
...
Fixes issue #747
Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/396
Co-authored-by: Archangel <jesse@archangel.wtf>
Co-committed-by: Archangel <jesse@archangel.wtf>
(cherry picked from commit 5017b019388adfddca60856e4596ee90133a3098)
2024-08-15 20:16:09 +01:00
Dev
9c2333c351
Adjusted repeatable quest type choice values based on feedback and playtesting
...
(cherry picked from commit d736ad43ff1b5e9691fb66868fe479b62cab1f49)
2024-08-14 23:27:03 +01:00
Dev
4582bb6fe2
Improved handling of bot stock generation.
...
Moved code into own function
Expanded force stock check to look for any child items instead of ones for slot `mod_stock`
Expanded check to include additional slot names
2024-08-12 17:43:42 +01:00
Dev
08d66d9e42
Fixed PK Zenit PT-2 "Klassika" stock
having incorrect pistolgrip mods
...
(cherry picked from commit ead2741513eeb6ce934a6d0fe929695323697658)
2024-08-12 17:11:19 +01:00
Dev
85d29c5869
Fixed missing SKS rear sights
...
Fixed recursive issue with `FAST MT Super High Cut helmet (Urban Tan)` being inside its own nvg slot
2024-08-12 17:06:01 +01:00
Dev
ef950058bd
Fixed calculateItemWorth()
not handling child items lacking a upd object
...
(cherry picked from commit ebe1bc021f965466f9643be6dc2a79c0450b6486)
2024-08-11 18:34:28 +01:00
Dev
77c98a4cd4
Fixed invalid check inside getBonusValueFromProfile()
2024-08-09 22:05:07 +01:00
Dev
8d0dfc1cf8
Added various event quests
...
Updated JSONs
2024-08-09 19:24:26 +01:00
Dev
8014bdd06f
Updated water filtering system to correctly check the craft progress against the ProductionTime
value stored in the profile instead of the base ProductionTime
value in the hideout json.
...
This is because the base value doesn't take into account any craft bonuses the profile has
After collecting a product from a continious craft, `ProductionTime` in the profiles craft data will be refreshed, this resolves issues with adjusting the `production.json` craft times not applying to continuous crafts
2024-08-09 16:04:43 +01:00
TetrisGG
7b835f1501
Fix Bonuses in various Services using Find and not filter.
2024-08-09 15:03:50 +01:00
Dev
2a52af1275
Improved logic of getBonusValueFromProfile()
2024-08-08 22:36:32 +01:00