Dev
d6cd99b8ab
Reduce sandbox to max level 20
2024-04-30 20:31:00 +01:00
Dev
923ca0226b
Fixed incorrect data structure of base.json inside sandbox_high
2024-04-30 20:30:49 +01:00
Dev
6ec3ed55bc
Update map loot
2024-04-29 20:36:56 +01:00
Dev
3e99f6761f
Add missing base json for sandbox_high
2024-04-29 16:30:48 +01:00
Dev
cee7ef2e47
Updated all maps with new loot data structure
2024-04-28 15:31:37 +01:00
Dev
b59283e5b5
Added missing 68x51 ammo to bigmap json
2024-04-27 23:18:07 +01:00
Dev
7f56cee388
29862
2024-04-25 21:37:22 +01:00
Dev
57557d6063
Migrate loot generation code to use per-map static data - ONLY WORKS WITH CUSTOMS (other maps to follow later)
2024-04-23 10:27:09 +01:00
Dev
fc544379e4
29774 - Update JSONs
2024-04-21 11:31:41 +01:00
Dev
bba169127c
Merge branch '3.8.1-DEV' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.9.0-DEV
...
# Conflicts:
# project/assets/configs/bot.json
# project/assets/configs/core.json
# project/assets/database/bots/types/arenafighterevent.json
# project/assets/database/bots/types/assault.json
# project/assets/database/bots/types/bear.json
# project/assets/database/bots/types/bossboar.json
# project/assets/database/bots/types/bossboarsniper.json
# project/assets/database/bots/types/bossbully.json
# project/assets/database/bots/types/bossgluhar.json
# project/assets/database/bots/types/bosskilla.json
# project/assets/database/bots/types/bossknight.json
# project/assets/database/bots/types/bosskojaniy.json
# project/assets/database/bots/types/bosskolontay.json
# project/assets/database/bots/types/bosssanitar.json
# project/assets/database/bots/types/bosstagilla.json
# project/assets/database/bots/types/bosszryachiy.json
# project/assets/database/bots/types/exusec.json
# project/assets/database/bots/types/followerbigpipe.json
# project/assets/database/bots/types/followerbirdeye.json
# project/assets/database/bots/types/followerboar.json
# project/assets/database/bots/types/followerboarclose1.json
# project/assets/database/bots/types/followerboarclose2.json
# project/assets/database/bots/types/followerbully.json
# project/assets/database/bots/types/followergluharassault.json
# project/assets/database/bots/types/followergluharscout.json
# project/assets/database/bots/types/followergluharsecurity.json
# project/assets/database/bots/types/followerkojaniy.json
# project/assets/database/bots/types/followerkolontayassault.json
# project/assets/database/bots/types/followerkolontaysecurity.json
# project/assets/database/bots/types/followerzryachiy.json
# project/assets/database/bots/types/gifter.json
# project/assets/database/bots/types/marksman.json
# project/assets/database/bots/types/peacefullzryachiyevent.json
# project/assets/database/bots/types/pmcbot.json
# project/assets/database/bots/types/ravangezryachiyevent.json
# project/assets/database/bots/types/sectantpriest.json
# project/assets/database/bots/types/sectantwarrior.json
# project/assets/database/bots/types/shooterbtr.json
# project/assets/database/bots/types/usec.json
# project/assets/database/globals.json
# project/assets/database/locales/global/ch.json
# project/assets/database/locales/global/cz.json
# project/assets/database/locales/global/en.json
# project/assets/database/locales/global/es-mx.json
# project/assets/database/locales/global/es.json
# project/assets/database/locales/global/fr.json
# project/assets/database/locales/global/ge.json
# project/assets/database/locales/global/hu.json
# project/assets/database/locales/global/it.json
# project/assets/database/locales/global/jp.json
# project/assets/database/locales/global/kr.json
# project/assets/database/locales/global/pl.json
# project/assets/database/locales/global/po.json
# project/assets/database/locales/global/ro.json
# project/assets/database/locales/global/ru.json
# project/assets/database/locales/global/sk.json
# project/assets/database/locales/global/tu.json
# project/assets/database/templates/achievements.json
# project/assets/database/templates/handbook.json
# project/src/generators/BotLootGenerator.ts
# project/src/generators/LootGenerator.ts
# project/src/models/eft/common/tables/IBotType.ts
# project/src/models/spt/bots/IBotLootCache.ts
# project/src/servers/HttpServer.ts
# project/src/services/BotLootCacheService.ts
# project/src/services/FenceService.ts
# project/tests/controllers/InsuranceController.test.ts
2024-04-20 23:29:54 +01:00
Dev
82003b24ff
Update JSONs for 29704
...
MISSING:
quests
trader assorts
usec ragman clothing
2024-04-15 14:39:49 +01:00
Dev
8cbc51d20e
Revert "Merge branch '3.9.0-DEV' into 3.8.1-DEV"
...
This reverts commit 6121e65b4e
, reversing
changes made to 10b1b2b3aa
.
2024-04-15 09:00:52 +01:00
Dev
6690704208
29577
2024-04-06 11:25:04 -04:00
Dev
e5142c0c54
JSON updates
2024-03-24 21:44:29 +00:00
Kaeno
8e4c9848ca
Update more boss chances
2024-03-22 17:30:12 +00:00
Dev
2633d22de1
Merge branch '3.8.0' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.0
2024-03-20 13:07:02 +00:00
Dev
0118a4be24
Adjusted boss spawn chance values
2024-03-20 13:06:51 +00:00
DrakiaXYZ
a29902b980
Add a new allExtracts
property to locations database, and use it for daily quest generation ( !266 )
...
- Dumped from the client using an aki-debugging patch
- Contains all extracts according to the map data, with a side indicator
- Cleaned up ILocation vs ILocationData duplication
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/266
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-03-20 09:43:51 +00:00
Dev
12afb8fccf
Update map statics with new patch data
2024-02-27 10:50:43 +00:00
Dev
7c32bcbb9a
Update JSONs
2024-02-26 12:28:29 +00:00
Dev
94a9f6e1a9
map loot update
2024-02-13 09:03:53 +00:00
Dev
e9af6e3868
Update JSON + add new properties
2024-02-12 15:06:51 +00:00
Kaeno
44034ba2f8
Remove Gifter from shoreline. + Automatic linting
2024-02-10 17:39:17 +00:00
Dev
7d734a18f1
Bot wave adjustments
...
Remove gifter from streets
Remove manual waves from streets
2024-01-24 19:49:42 +00:00
Dev
e6c3271b23
JSON update
2024-01-24 13:48:02 +00:00
Dev
c51cce269f
Workaround for sandbox map having Level 20 max
2024-01-23 10:02:06 +00:00
Kaeno
01b608d8b2
Adjust bot difficulty for ground zero
2024-01-18 22:03:16 +00:00
Dev
ed6ba36ff3
Update map loot
2024-01-18 21:25:31 +00:00
Dev
d95497728f
Map data update
2024-01-15 16:59:21 +00:00
Dev
48377a0e08
Update JSONs
2024-01-14 15:03:35 +00:00
Dev
00660747a5
Refresh map loot
2024-01-14 10:10:41 +00:00
Dev
b01e3f513a
update map loot. 0.14 dumps only
2024-01-13 10:53:20 +00:00
Dev
a219bab82b
Loot update
2024-01-12 18:41:54 +00:00
Dev
6353456b64
Update bot/map data
2024-01-12 17:59:47 +00:00
Dev
3879d14761
Update map data
2024-01-11 08:33:42 +00:00
Dev
3ef7e3218e
Update loot data
2024-01-10 23:07:06 +00:00
Dev
6e8028f9c9
Update map base jsons
2024-01-10 12:36:06 +00:00
Dev
60f96ea6aa
Update bot + map data
2024-01-09 14:03:24 +00:00
Dev
9f99c8d2eb
Regenerate loot without terragroup trail quest dumps
2024-01-06 19:55:23 +00:00
Dev
62dec539db
Update bot/map data
2024-01-06 12:06:19 +00:00
Dev
40e8a8d045
Update bot/map data
2024-01-04 21:15:00 +00:00
Dev
5b57431dc0
Regenerate map data with dynamic/static fix
2024-01-03 09:36:43 +00:00
Dev
90f82d0e03
Update map linkages
2024-01-02 19:12:11 +00:00
Dev
711b91ab0d
boss support = null fixes to allow map loading
2024-01-02 18:51:05 +00:00
Dev
2ea22adcad
dynamic and static loot update - hybrid approach of 0.13 and 0.14 loot data
...
sandbox/shoreline/streets = only new
woods/customs/lighthouse/interchange/reserve/factory = new and old
2024-01-02 15:18:42 +00:00
Dev
45c6d4dfe7
Attempt to fix key is null error on customs load sometimes
2024-01-02 14:58:27 +00:00
Dev
0c6ac2a123
Update map x/y coords to match live + disable town+suburbs
2024-01-02 14:56:51 +00:00
Dev
86d234cbc2
update sandbox loose loot
...
Update bot data
remove hard-coded streets btr bot
2024-01-01 21:18:21 +00:00
Dev
612ba29fad
Test: merge old and new loose loot shoreline data into one file
2024-01-01 10:59:19 +00:00
Dev
8bbea5e085
Update sandbox quest items
2024-01-01 10:45:58 +00:00