Dev
53e0a74a1f
Adjusted various bot types to always have armored rigs when generated without a vest
2024-09-23 11:19:04 +01:00
Dev
6de8740dcc
Updated convertIntoPmcChance
to work per map
...
Removed unused `shouldBotBePmc` function
2024-09-22 13:58:55 +01:00
Dev
35fb02c009
Added Sealed letter
quest item for Postman Part part 1
to spawn once in a raid, (not has 4 possible spawns)
2024-09-22 13:45:13 +01:00
Dev
73eae5bd94
Made fog less common
2024-09-19 21:13:02 +01:00
Dev
5ca4f8531c
Fixed typos
...
Added skier/peacemaker bots to pmc enemy list
Flagged scav as always an enemy of PMCs
Removed forced warning of assault from PMCs
2024-09-19 14:02:57 +01:00
Dev
c0671bb659
Fixed trader config typo
2024-09-19 12:28:43 +01:00
Dev
d35063ecb1
Fixed PMCs not being hostile to player scav until they're very close
...
Fixed incorrect capitalisation
Added `SavageEnemyChance` property to pmc config
2024-09-19 12:28:33 +01:00
Dev
e8ca4a4738
Ensured coop reward pool uses Reward item Blacklist
2024-09-19 10:14:54 +01:00
Dev
bf5b80b8f4
Fixed boss name typo
2024-09-18 12:09:04 +01:00
Dev
3952b34e29
Added config system to adjust raid hostility settings
...
Removed `enemyTypes` from pmcconfig
2024-09-18 11:36:45 +01:00
Dev
e226bd3795
Slightly increased food/medical airdrop item count
2024-09-15 22:45:54 +01:00
Dev
09ba35b5fa
Removed redundant PMC spawns from location config
2024-09-15 14:15:44 +01:00
Dev
ea0c37b179
Renamed hideout config property isPveInsurance
to simulateItemsBeingTaken
and updated code accordingly
2024-09-15 10:50:57 +01:00
DenisZhamkin
3bf00a6f27
Added the ability to enable insurance behavior as in live eft ( !408 )
...
Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/408
Co-authored-by: DenisZhamkin <den.zhmakin.00@gmail.com>
Co-committed-by: DenisZhamkin <den.zhmakin.00@gmail.com>
2024-09-15 09:45:37 +00:00
Dev
eef071724f
Expanded direct reward mappings to better match live
2024-09-13 11:42:33 +01:00
Dev
a380db2995
Expanded direct rewards to have a custom craft time
...
Migrated direct reward stack count system to use items parent id instead of tpl
2024-09-13 11:27:42 +01:00
Dev
d18ef883da
Add configurable craft time of cultist circle
2024-09-13 10:38:55 +01:00
Dev
a5679140aa
Implemented getExplicitRewardStackSize()
for getExplicitRewards()
2024-09-13 09:58:07 +01:00
Dev
94e990cedb
Added currency handling system to cultist circle rewards
2024-09-13 09:43:39 +01:00
Dev
f0f0627c69
Fixed NewYear2021
gift code
2024-09-09 12:08:30 +01:00
Dev
7dd9ecba4e
Fixed HIDEOUTCAT
gift code
2024-09-09 11:58:05 +01:00
Dev
514c86d733
Fixed gift causing client error due to its parentid not being a valid mongoid
2024-09-09 10:41:18 +01:00
Dev
348a200149
Added secure flash drive v2/v3 to reward blacklist
2024-09-09 10:24:34 +01:00
Cj
4139e85f1f
Clothing service fix ( !407 )
...
Server implementation of my `TraderServiceFix` mod.
Since 3.9 trader services were refactored by BSG. Resulting in them hard coding service ID's. This PR allows modders to push their trader ID to the `TraderConfig.moddedTraders.clothingService` array. It is then sent to the client where it adds it to the dictionary. I made this modular with its own interface in-case it needs expanded on in the future. So the this acts as both a fix and a groundwork for similar future fixes if need be as well.
Needs merged with https://dev.sp-tarkov.com/SPT/Modules/pulls/165
Co-authored-by: Cj <161484149+CJ-SPT@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/407
Co-authored-by: Cj <cj@noreply.dev.sp-tarkov.com>
Co-committed-by: Cj <cj@noreply.dev.sp-tarkov.com>
2024-09-04 08:31:15 +00:00
Dev
0bd794e39d
Renamed incorrectly named property
2024-09-03 21:09:07 +01:00
Dev
ee314099d9
Added more direct sacrifice mappings to cultist circle config
2024-09-03 15:44:41 +01:00
Dev
c3bd6e05b6
Cultist circle expansion:
...
Added reward blacklist
Added itemrewardblacklist in cultist reward calculation
Added reward pool expansion
2024-09-03 09:58:13 +01:00
Dev
8aafd0e9b1
Added extra items to STREAMERLOOT
gift
2024-09-02 16:16:54 +01:00
Dev
e9aeb2d5bb
Added STREAMERLOOT
gift code
2024-09-02 16:07:31 +01:00
Dev
b517fdfd0d
Flagged gunsmith: special order
and Import control as event quests
2024-09-01 16:57:43 +01:00
Dev
f657c28413
Added more recipes to cultist circle
2024-09-01 15:30:43 +01:00
Dev
b0cd48ac0c
Added directRewards
to cultist config, can now give explicit rewards when sacrificing specific items, currently used for 4 figurines (killa/tagilla/reshala/cultist)
2024-09-01 09:56:00 +01:00
Dev
0b2e723fc3
32291
2024-08-30 14:16:53 +01:00
Dev
041fcdc112
32280
2024-08-29 11:41:32 +01:00
Dev
98b19ff1db
Added cultistCircle
config section to HideoutConfig
and made use of values
2024-08-26 13:41:59 +01:00
W1ngZ
eff5f14e5c
Added feature to keep daily quest type when replacing. Refering issue #745 ( !400 )
...
## Added:
* Config to keep daily quest type
## Changed:
* changeRepeatableQuest to check if the daily quest type should be kept the same
Co-authored-by: W1ngZ <W1ngZ@NoRealMail.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/400
Co-authored-by: W1ngZ <w1ngz@noreply.dev.sp-tarkov.com>
Co-committed-by: W1ngZ <w1ngz@noreply.dev.sp-tarkov.com>
2024-08-25 07:56:48 +00:00
Dev
3ac4074434
Added handling of twitch 2024 gamble boxes
...
Improved random loot box system to support `rewardTypePool` instead of `rewardTplPool`
2024-08-24 20:32:18 +01:00
Kaeno
ec3eba0991
Invert default state of toggle
2024-08-23 19:24:45 +01:00
Kaeno
171fdfd6dd
Remove FiR status from items on run through. Added toggle to always keep FiR status on items regardless of end raid status
2024-08-23 19:20:44 +01:00
Dev
7a1b15e193
Updated to 32197
2024-08-23 16:05:40 +01:00
Dev
3d1aa5e4fc
Removed unused singleplayer/settings/raid/endstate
endpoint
2024-08-23 10:19:23 +01:00
Dev
24cd94abd3
Expanded pmcConfig.maxBackpackLootTotalRub
to work per PMC level
...
non-PMC backpack loot is no longer limited to 150,000 roubles
2024-08-22 20:42:47 +01:00
Dev
607189926a
Removed chanceSameSideIsHostilePercent
config property and code that uses it, now implemented inside every maps base.json
2024-08-22 19:08:40 +01:00
Dev
f15992b532
Updated to 32160
2024-08-21 19:11:08 +01:00
Dev
75feed2c24
Added bossPartisan
to bot config jsons
2024-08-20 22:02:54 +01:00
Dev
95609f4eef
Updated version value to: 32128
2024-08-20 16:13:50 +01:00
Dev
931c567fc2
Further repeatable quest adjustments
...
(cherry picked from commit 5cad2639db
)
2024-08-15 20:39:38 +01:00
Dev
9c2333c351
Adjusted repeatable quest type choice values based on feedback and playtesting
...
(cherry picked from commit d736ad43ff
)
2024-08-14 23:27:03 +01:00
Dev
f94985f3f2
Updated seasonDates
to fix gaps in coverage - extended summer 2 months
2024-08-02 09:55:02 +01:00
Dev
42451c69a4
Adjusted ragfair pack chance and max size values
2024-07-25 13:47:31 +01:00