Dev
dc43574cad
Updated static containers
2024-08-21 20:39:21 +01:00
Dev
3d8d09cc18
Expanded implementation of circleOfCultistProductionStart
2024-08-21 19:56:29 +01:00
Dev
f15992b532
Updated to 32160
2024-08-21 19:11:08 +01:00
Dev
4a10dfc397
Updated GZ high statics data
2024-08-21 18:02:54 +01:00
Dev
409d146fa9
Added new properties to profile templates + updated some interfaces to match live
2024-08-21 17:50:12 +01:00
Dev
7316e6377d
Added equipment preset area to addUpdateinventoryItemToProfile
blacklist
2024-08-21 17:05:38 +01:00
Dev
88e682de9c
Fixed Incorrect difficulty values
2024-08-21 17:05:04 +01:00
Dev
a68dc0e1f4
Added more difficulty fixes
2024-08-21 15:56:53 +01:00
Dev
4cba53b744
Updated JSONs
2024-08-21 15:40:48 +01:00
Dev
1aa8233b4c
Updated itemtpl enum
2024-08-21 15:34:55 +01:00
Dev
64c007199c
Updated broken JSON
2024-08-21 15:26:12 +01:00
Dev
121ad8270b
Updated bot JSONs
2024-08-21 15:22:49 +01:00
Dev
471c606e12
Updated production recipe interface to match live
2024-08-21 14:43:19 +01:00
Dev
b209c0728c
Updated quests JSON
2024-08-21 13:56:31 +01:00
Dev
f4d1ac9097
Added TODO inside circleOfCultistProductionStart
2024-08-21 13:45:03 +01:00
Dev
0a7394c2e3
Added timestamp to IHideoutCircleOfCultistProductionStartRequestData
2024-08-21 13:39:14 +01:00
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 ef8c3d30cf
)
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 18d39224a9
)
2024-08-19 16:54:06 +01:00
Dev
68e24fc8fd
Updated locales
...
(cherry picked from commit a0c79ac6bc
)
2024-08-19 16:53:51 +01:00
Dev
63ab9f2c79
Updated locales
...
(cherry picked from commit 27f6d1ee4b
)
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