Commit Graph

71 Commits

Author SHA1 Message Date
sp-tarkov-bot 470d85e8a3 Format Style Fixes 2025-08-21 13:06:01 +00:00
Chomp 93a074f907 Fixed various property mapping issues 2025-08-21 14:05:14 +01:00
sp-tarkov-bot e94f20e718 Format Style Fixes 2025-08-21 08:50:04 +00:00
Chomp 18e3bb6545 Updated JSONs 2025-08-21 09:49:03 +01:00
sp-tarkov-bot f9195cb9cb Format Style Fixes 2025-08-21 05:26:15 +00:00
Archangel e9d76400b2 Further work out dialogue endpoint 2025-08-21 07:25:21 +02:00
sp-tarkov-bot 8bdfaf7b2a Format Style Fixes 2025-08-20 18:18:50 +00:00
Archangel 2387775be0 Fix up new endpoint 2025-08-20 20:17:43 +02:00
Chomp 5985777533 Updated locales 2025-08-18 12:28:07 +01:00
Chomp e7376a7cf3 Updated server locales 2025-08-10 17:02:59 +01:00
Cj 4d0eb4d4f3 Change to using builtin SemVer type for AbstractModMetadata and ProgramStatistics.Generated (#536)
* Change to using SemVer builtin type

* Remove SptVersion from config, remove redundant .ToString()

* Update test mod, fix watermark string conversion
2025-08-09 20:40:25 +00:00
Chomp c2a4877989 Cleaned up mergeItems() logic 2025-08-05 16:30:53 +01:00
Cj 529fe61f23 Controller house keeping (#532)
* Cleanup BotController.cs

* More controller cleanup

* More dialogue changes
2025-08-05 16:24:59 +01:00
Chomp 443878e75a Cleaned up CheckForOrphanedModdedItems
Now deletes modded child items
Fixed values not being logged correctly
Only log error message once instead of for every invalid item, players don't read it anyway
2025-08-04 19:16:35 +01:00
sp-tarkov-bot b45d5befb1 Format Style Fixes 2025-07-27 08:06:42 +00:00
R3ality 2280d0db3e File name capitalization change for consistency 2025-07-26 22:52:50 +03:00
Chomp 68c89fcc00 Added ak50 to PMCs level 50+ 2025-07-25 21:11:13 +01:00
Chomp 24bc16a2f8 Added recipe quest id maps 2025-07-25 13:42:56 +01:00
Cj d30ab4cd9b Update Area and Production jsons 2025-07-23 13:25:11 -04:00
Chomp 2efbee7f54 Updated locales with data from https://crowdin.com/project/spt-translation 2025-07-23 17:01:22 +01:00
Chomp 67514f177a Updated location data 2025-07-21 21:52:54 +01:00
Chomp ff513beb9e Added new Voices to PMCs 2025-07-19 21:21:43 +01:00
Chomp 5f5bf3c39f Added 40mm ammo values to Boar boss to prevent generation errors on raid start 2025-07-19 10:09:09 +01:00
Chomp 843b1ad780 Updated trader assorts + base items_sell values 2025-07-17 23:29:15 +01:00
Chomp 899bbe6728 Updated locals + globals 2025-07-17 23:08:19 +01:00
Chomp 93daa1893f Updated trader non-sell lists 2025-07-17 23:07:44 +01:00
Chomp 7be5ca23da Updated hideout crafts 2025-07-17 22:56:43 +01:00
Chomp 3463f4e186 Fixed typo in victim_plead_20 2025-07-17 17:21:12 +01:00
Chomp 6c4de1f5bd Updated shadow of tagilla name #477 2025-07-17 14:14:26 +01:00
Chomp e42771f45d Added hideout craft unlock to thirsty secrets 2025-07-16 18:50:06 +01:00
Chomp 68cec37934 Added quests:
Hobby Club
Fair Price - Part 1
Fair Price - Part 2

Updated:
Green Corridor
Our Own Land

AK50 will require additional json updates to be unlocked
2025-07-16 17:40:18 +01:00
Chomp 8691837229 Updated standard account encyclopedia values 2025-07-15 18:45:23 +01:00
Chomp 2639504471 String to MongoId conversions
Removed unnecessary properties from quest object
2025-07-15 10:37:49 +01:00
Chomp ebb5d15a0d Moved Voice property to customization 2025-07-11 12:42:50 +01:00
Chomp ae5ee943bb Updated location JSONs 2025-07-11 11:45:36 +01:00
Chomp 5d9a97ce5b Converted customisations ids to mongoIds 2025-07-09 17:24:12 +01:00
Chomp a3d8eb2b81 Updated JSONs for 37972 2025-07-09 16:51:11 +01:00
Chomp 85138ce0fc Updated locales 2025-07-08 14:15:04 +01:00
Chomp daab33c4dc Reset normal scav xp to -1 to match live 2025-07-08 10:25:19 +01:00
Chomp 81a8fbcfb7 Updated locales 2025-07-07 16:23:26 +01:00
Cj 090d7b6494 change vars to MongoId, remove underscore from injections, fix bug introduced from last PR 2025-07-06 16:40:08 -04:00
Cj edb1f8a6fc alphabetical order, rename var 2025-07-06 08:52:16 -04:00
Cj 14d2c53ba1 clean up FindBarterItems, remove underscore from injections, add locale for warning 2025-07-06 08:33:44 -04:00
Chomp b06e9ef14e Added missing Id to repeatable json 2025-07-05 12:03:08 +01:00
Chomp 145b19857d Updated profile.json defaults to resolve MongoId conversion warnings 2025-07-02 19:49:42 +01:00
Cj 371c9d58f0 Repeatable quest generation MongoID conversion (#439)
* Update repeatable quest generation for mongoid, add new server localizations, switch `Traders` to MongoId

* Give error default value
2025-07-02 12:44:49 +01:00
Jesse 54f0d0779c Convert TemplateItem to MongoId (#436)
* Convert TemplateItem to MongoId

* Push new extensions

* Handle null mongoid's being passed to regex

* Handle null strings, fixes item events

* Updated loot generation to work with new property `composedKey`

Fixed typo in `SlotId`

* Fix missing method after merge

* Remove duplicately named MongoIDExtensions?

* Fixed location loot generation to handle impending loot json changes

* Updated location JSONs with new properties (excluding lighthouse loose loot)

* Fixed build issue with ItemTplGenerator

* use correct handing for new mongo ids

* Added helper method to improve readability

---------

Co-authored-by: Chomp <dev@dev.sp-tarkov.com>
2025-07-02 10:14:04 +01:00
Chomp e6b791179b Added Boss of the week system
Similar to live where a boss is picked at random and will have a guaranteed spawn on a map. This is indicated with a skull on the map selection screen
Configurable via `config/bot.json/weeklyBoss`
2025-06-29 18:58:23 +01:00
Chomp 1c5e82187e Fixed incorrect id 2025-06-29 14:02:43 +01:00
Chomp 2c72936e1a Added missing assort/quest mappings for REF 2025-06-29 12:04:09 +01:00