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
cd911bdd0d
Enable forceStock
for bloodhounds
2024-04-17 11:24:19 +01:00
Dev
d039d75b1d
Increased chance basic ammo stack size will be found on assault scavs
2024-04-17 10:07:46 +01:00
Brent
5026dc13ab
Fix issue 627, limit Reshala and Sanitar keys
2024-04-16 00:47:42 -04:00
Dev
5b13e1b7c0
29704
2024-04-15 11:47:49 +01:00
Dev
29ef7769ee
Update akiVersion
property inside core.json
2024-04-15 09:07:44 +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
chomp
687436ab8b
update 3.9.0 with 3.8.1 changes ( !289 )
...
Co-authored-by: Refringe <me@refringe.com>
Co-authored-by: Dev <dev@dev.sp-tarkov.com>
Co-authored-by: Terkoiz <terkoiz@spt.dev>
Co-authored-by: Refringe <refringe@noreply.dev.sp-tarkov.com>
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/289
2024-04-15 07:59:33 +00:00
chomp
6121e65b4e
Merge branch '3.9.0-DEV' into 3.8.1-DEV
2024-04-15 07:57:24 +00:00
Dev
a9d89695f0
Added new service ProfileActivityService
...
Maintains a timestamp of when each profile was last active on the server.
Timestamp is refreshed on two events: `game/start and `game/keepalive`
Timestamp is used to determine if a profiles hideout should be processed. If a profile has a timestamp older than 90 minutes, it is not processed. (could be set lower but its a conservative value)
This has the side effects of not adjusting the `sptUpdateLastRunTimestamp` property, resulting in `saveProfile()` not running for every profile.
My testing shows a 20x perf increase for every profile in SPT not in use.
Service could likely be used in other scenarios to avoid doing unnecessary work
2024-04-13 12:46:43 +01:00
Dev
73a1dd9511
Split out static/dynamic magazine fill options in config
...
set static mag fill to 0%
2024-04-12 23:05:27 +01:00
Dev
a33325cbf5
Revert change to minFillStaticMagazinePercent
2024-04-12 22:12:26 +01:00
Dev
1c660fcf4e
Reduced magazine fill size to 0 for static loot to match live
2024-04-12 09:50:37 +01:00
Dev
d60cdb6be2
Separate out address used by backend to assist with users who have locked down local machines and cannot connect to a local http server
...
Remove unsed ip/port property assignment on server start that wasn't used anywhere
2024-04-12 09:27:15 +01:00
Dev
e48362ae6e
Added setting to allow/deny player wiping a profile via launcher - default true
2024-04-10 22:49:26 +01:00
Dev
8342edf55f
Added 1x golden chain item limit to bloodhounds
2024-04-09 20:50:12 +01:00
Dev
30dbc85c14
Added dev balaclava to reward item blacklist
2024-04-09 12:58:26 +01:00
Dev
46d48c7531
Added system to filter out ammos from fence by its penetration value
...
Removed redundant hard-coded ammos from blacklist
2024-04-09 10:29:12 +01:00
Dev
c5ca346466
Limit Sanitar
to 1 Keycard with a blue marking
item
2024-04-09 09:13:51 +01:00
Dev
64ddca4124
Improved handling of fence assort item refresh. Duplicate stacks should be much less common
...
Stacked items can now be partially reduced instead of all or nothing
2024-04-08 20:01:51 +01:00
Dev
b0576a3115
Add 100 round PK box to blacklist
2024-04-08 19:51:13 +01:00
Dev
84729cc5dd
Added ammo boxes to fence blacklist
2024-04-08 19:20:41 +01:00
DrakiaXYZ
49f4eda90a
Fix coop extract gifts ( !279 )
...
Add missing properties to coopExtractGifts in fence trader.json
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/279
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-04-07 08:02:32 +00:00
Dev
35e48add20
Added ability to override hideout craft times via config
2024-04-06 20:25:57 +01:00
Dev
dedb47eb14
Remove unused config property
...
(cherry picked from commit f7bf4dfa344b9d860aeb2843dbb894d0cf1eadbb)
2024-04-06 11:25:12 -04:00
Dev
7323fd0b90
29618
2024-04-06 11:25:11 -04:00
Kaeno
1ccac4bd68
Added some more bot limits to items. added Forcestock on followerzryachiy
2024-04-06 11:25:11 -04:00
Dev
8b9e004885
Fixed winter season boundary by splitting it into 2 separate sections
2024-04-06 11:25:10 -04:00
Dev
6f640edd9f
Fixed bad comma
2024-04-06 11:25:10 -04:00
Dev
61dbc2b1d0
Add season handling
2024-04-06 11:25:09 -04:00
Kaeno
b211952afa
update version from 3.8 to 3.9
2024-04-06 11:25:07 -04:00
Dev
6690704208
29577
2024-04-06 11:25:04 -04:00
Dev
18b28a6d0b
Remove unused /singleplayer/settings/weapon/durability
endpoint
2024-04-06 11:23:57 -04:00
Dev
387e924fb4
Remove unused config property
2024-04-06 11:23:56 -04:00
Kaeno
74dd9a8859
Added some more bot limits to items. added Forcestock on followerzryachiy
...
(cherry picked from commit 9caf464f99b3d96e8d304aac4552850e0f5c6323)
2024-04-06 11:23:56 -04:00
Dev
4d5788f169
Bot weight adjustments
2024-04-01 10:57:33 +01:00
Dev
a751ae1f48
Adjusted bot loot levels
2024-03-31 14:44:16 +01:00
Dev
2af669abdc
Add additional enemy types to PMC enemy pool + lint + fix capitalization of existing bots
2024-03-31 10:25:16 +01:00
Dev
1f9c89c2c7
Set Killas lightIsActiveDayChancePercent
to 75%
2024-03-31 09:57:00 +01:00
Dev
a861321c97
Adjusted airdropTypeWeightings
to more heavily mixed drop types
2024-03-31 09:39:50 +01:00
Dev
c05347279b
Added variable hideout update() check times when in and out of raid
2024-03-30 15:15:06 +00:00
Dev
ac16385c8f
Remove persistPurchaseDataInProfile
from json
2024-03-30 13:00:35 +00:00
Dev
76733cc5db
Lint JSONs
...
(cherry picked from commit 94c96c8ff2
)
2024-03-29 20:20:37 +00:00
Dev
9ddc09c10d
Adjust marksman nvg properties
2024-03-26 16:01:29 +00:00
Dev
372de25443
Add missing nvg properties to assault bots
2024-03-26 16:01:09 +00:00
Dev
9e65834668
Reduce bots generated on map load to improve load time
2024-03-26 16:00:48 +00:00
Dev
ed7e30bd4c
Move 6398a072e301557ae24cec92 Lightkeeper intelligence
from lighthouse to reserve
2024-03-26 09:38:06 +00:00
Dev
993ea78ce6
Reduce loose loot down to 75% of live values to account for only one player being on map
2024-03-26 09:35:17 +00:00
Kaeno
9e818b065a
add more boss items to list
2024-03-25 18:03:58 +00:00
Dev
473b0cc2e5
Blacklist bad vodka from reward pool
2024-03-25 15:40:06 +00:00
Kaeno
a41bcd883e
add missing boss items to item.json
2024-03-24 13:12:07 +00:00
Dev
d52e2b0b60
Remove dupe item from array
2024-03-23 10:53:14 +00:00
Dev
ea18533591
Make use of reward item blacklist in airdrop reward code
...
Blacklist boss items from airdrop rewards
2024-03-23 10:44:28 +00:00
Dev
580d5b9829
Make use of item reward blacklist in scav case system
2024-03-23 10:43:08 +00:00
Dev
cf490c841e
Create centralised reward blacklist
2024-03-23 10:42:43 +00:00
Kaeno
02ce8f24b8
Blacklist b-32 ammo from scav case
2024-03-23 10:14:38 +00:00
Dev
d8562e610a
Limit analgin painkillers on PMC to x2
2024-03-22 19:39:49 +00:00
Dev
3016d60730
Increase chance PMCs spawn on raid start in reserve
2024-03-22 19:28:10 +00:00
Dev
7f8a5cbb69
Added 1x wallet limit on scavs
2024-03-22 19:15:55 +00:00
Dev
8aa8ae4c4d
Limit pineapple juice to 2x on followerkolontayassault
and followerkolontaysecurity
2024-03-22 18:41:56 +00:00
Dev
fd5b0519e7
Scav case money reward adjustments
2024-03-22 15:44:21 +00:00
Dev
efc3a35200
Limit aquamarie to 1x on each gluhar follower
2024-03-20 22:29:57 +00:00
Dev
c0a1a73aba
Limit AFAK on rogues to 2
...
Limit AFAK on raiders to 2
2024-03-20 17:39:05 +00:00
Dev
4a27a0904b
Limit rouble stacks to 2 on assault bots
2024-03-19 16:32:35 +00:00
Dev
a7615b26e6
make traders set initial reset time based on min max values
2024-03-19 14:58:50 +00:00
Refringe
662575aef1
Minor Trader Refresh Time Update
...
Updates trader refresh/restock times based on additional data.
Skier, 5000-9000 seconds
Peacekeeper, 2000-15000 seconds
Mechanic, 6500-13049 seconds
2024-03-18 23:21:48 -04:00
Dev
ecc6638a20
Enable commando give
command by default
2024-03-17 22:50:44 +00:00
Kaeno
b46573c805
Blacklist Both Dogtags from RepeatableQuests hopefully
2024-03-17 17:54:26 +00:00
Dev
9608ac4a2c
Limit food/drinks to a max of 3 in assault bot loot
2024-03-17 15:35:01 +00:00
Dev
1f16e96ae9
Merge branch '3.8.0' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.0
2024-03-17 12:27:50 +00:00
Dev
2ffe44d153
Made ragfair run interval time dynamic based on players current location:
...
Player in raid = longer time between checks (60 secs)
Player out of raid = shorter time between checks (8 secs)
Original value was 45 secs
2024-03-17 12:27:24 +00:00
Kaeno
bbb74c72c9
Reduce the amount of inital spawns on Sandbox(Ground Zero) To help getting killed instantly
2024-03-17 09:08:52 +00:00
DrakiaXYZ
13fafa7faf
Add new gift code for the EFT book purchase ( !263 )
...
Original gift required a purchase, not a code, so code "KONTOROVICH" picked due to the author's name
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/263
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-03-17 08:55:48 +00:00
Dev
95f5a49c5c
Update trader refresh times to use a min and max value
2024-03-16 22:12:03 +00:00
Cj
be64e897b9
Enable BSG logging ( !262 )
...
Needs merged with: https://dev.sp-tarkov.com/SPT-AKI/Modules/pulls/96
Read details there.
Co-authored-by: Cj <161484149+CJ-SPT@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/262
Co-authored-by: Cj <cj@noreply.dev.sp-tarkov.com>
Co-committed-by: Cj <cj@noreply.dev.sp-tarkov.com>
2024-03-16 21:03:52 +00:00
Dev
cd830e4303
Further reduce chance of 350k rouble stack on assault bots
2024-03-15 09:48:31 +00:00
Dev
0505903d32
Update for 29197
2024-03-14 11:23:47 +00:00
Dev
6309f47be8
Lint config files
2024-03-14 09:19:58 +00:00
Dev
d18fafad01
Limit scopes and lasers to 1 on bossBoar
2024-03-12 21:13:14 +00:00
Dev
f2c6818504
Blacklist 12.7x108mm BZT-44M
from scavcase rewards
2024-03-12 21:12:37 +00:00
Dev
6ad2b8b4a3
Update PK/prapor/fence refresh time values
2024-03-12 16:27:15 +00:00
Dev
f623b1d52e
Adjust trader reset times based on live testing
2024-03-12 15:45:48 +00:00
Dev
dcd70fb5b5
Allow traders to have timers be based on amount of time to next hour (bsg style) OR spt server start time
2024-03-12 14:27:07 +00:00
DrakiaXYZ
7fdb9083a5
Move isBeta to a compile time variable ( !257 )
...
Split isBeta and isModdable into two seperate variables
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/257
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-03-11 08:45:05 +00:00
Dev
1098a9d869
Fixed wallets not having money stacks in them
...
Increased chance of money in wallets
some lint fixes
2024-03-10 14:13:08 +00:00
Dev
f860642882
Add ability to adjust skill gain per skill when in menus via inventory config
2024-03-09 16:14:34 +00:00
Dev
92c5dc7f6b
Reworked how items are chosen to be force-stacked
...
Fixes medical items not stacking correctly when there was multiple of the same item with different resource values
Added additional item types to be force-stacked
Added backpack item limit
Sligfhtly reduce item limit to account for items now stacking
2024-03-08 12:05:43 +00:00
Cj
d4ee8f64d4
Implement IRelease interface, add new route action and data to core.json ( !249 )
...
This will need merged with: https://dev.sp-tarkov.com/SPT-AKI/Modules/pulls/90
Added
- IRelease interface
- betaDisclaimer: Beta text to be shown in the client
- betaDisclaimerTimeoutDelay: delay before the client exits if `OK` isnt pressed
- releaseSummary: a place to add release notes shown on first run, or if version has changed.
- new route for the client to request beta and changelog information
Im not the most familiar with the server, so if any of this needs moved to a different class or a new class made for it, ping me and let me know and I'll adjust it accordingly.
Co-authored-by: Cj <161484149+CJ-SPT@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/249
Co-authored-by: Cj <cj@noreply.dev.sp-tarkov.com>
Co-committed-by: Cj <cj@noreply.dev.sp-tarkov.com>
2024-03-07 18:16:55 +00:00
Dev
c0ae34052b
Made basic melee weapons more common on low level PMCs
2024-03-06 21:49:38 +00:00
Dev
5e3d7e457d
Add additional item types to fence always-stack array
...
Adjust code to filter out all wearable equipment that has slots
Add +1 to items that are always-stackable - ensures items that have no key in `itemStackSizeOverrideMinMax` get incremented
2024-03-06 21:38:00 +00:00
Cj
4da70b80d3
Implement keeping pocket items on death to LostOnDeath.json configuration ( !246 )
...
Addresses: https://dev.sp-tarkov.com/SPT-AKI/Issues/issues/443
Re-added the ability to keep pocket items on death. The reason for the naming is to not confuse the root `Pockets` item. Where as `PocketItems` is a better descriptive fit for the behaviour.
New property in lostondeath.json -> `equipment.PocketItems` default `true` to discard items in pockets as normal on death.
Co-authored-by: Cj <161484149+CJ-SPT@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/246
Co-authored-by: Cj <cj@noreply.dev.sp-tarkov.com>
Co-committed-by: Cj <cj@noreply.dev.sp-tarkov.com>
2024-03-06 08:50:04 +00:00
Dev
3846363758
Added system to weight stack size of money in bot inventories
...
Removed `dynamicLoot` system from pmc config as its been replaced with this one
#546
2024-03-05 12:24:09 +00:00
Dev
095fcf08fd
Expand fence item force stacking system
...
Remove redundant multi-stack tracking system
Expand `getSingleItemStackCount()` to check for parent ids too
2024-03-05 10:43:47 +00:00
Cj
0740a84f6f
[Enhancement] Ability to prevent duplicate fence offers by parentId ( !245 )
...
In relation to this QoL issue: https://dev.sp-tarkov.com/SPT-AKI/Issues/issues/547
This PR allows us to prevent fence selling duplicate items by parentId.
It adds a new property to `trader.json` `fence.preventDuplicateOffersOfCategory` its an array that takes parentIds. The scope of this PR only extends to ammo and ammo boxes. It can be expanded upon in the future with no code changes should the need arise.
The reason for this change is because currently fence can have duplicate stacks of identical ammo with different prices, which makes no sense. If you have any questions feel free to ping me on discord.
Co-authored-by: Cj <161484149+CJ-SPT@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/245
Co-authored-by: Cj <cj@noreply.dev.sp-tarkov.com>
Co-committed-by: Cj <cj@noreply.dev.sp-tarkov.com>
2024-03-05 08:49:10 +00:00
Dev
0c206385f1
Add missing nvgIsActiveChanceX
values for cursed assault bots
2024-03-04 20:48:15 +00:00
Dev
63d5da4c18
Wallet loot improvements:
...
Added % chance to have loot to config
Added currency added weigfht system to config (only roubles by default)
Added allowed wallet types array to config
Added WZ wallet to pool of wallets to add money to
Fixed bug where itemCount type was incorrect
2024-03-04 20:18:53 +00:00
Cj
534e9d2ba1
[Enhancement] Custom flea category blacklist ( !244 )
...
Allows modders to blacklist entire categories from ragfair in relation to https://dev.sp-tarkov.com/SPT-AKI/Issues/issues/525
new properties under `RagfairConfig.dynamic.blacklist`
`enableCustomItemCategoryList` - this enables the custom custom category blacklist
`customItemCategoryList` - this is an array to take a list of parent id's
I tested it to confirm its working, will need some further testing.
Co-authored-by: Corey <dirtbikercj@gmail.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/244
Co-authored-by: Cj <cj@noreply.dev.sp-tarkov.com>
Co-committed-by: Cj <cj@noreply.dev.sp-tarkov.com>
2024-03-04 19:36:31 +00:00
Dev
45687b982a
Add empty ravangezryachiyevent
object to item limits in config
2024-03-04 18:03:30 +00:00
Dev
b1dad6d76f
Adjust facecover chance for PMCs at level 23+
2024-03-03 11:22:44 +00:00
Dev
09d28440c9
Limit Gingy keychain to 1 per assault/marksman bot
2024-03-02 19:07:06 +00:00
Dev
b618381b74
Adjusted low level bot equipment weights
...
Added 2 backpacks to PMCs
Added 1 helmet to PMCs
2024-03-02 16:25:33 +00:00
Dev
ae3b8e07bd
Reduce carExtractBaseStandingGain
to 0.2
2024-03-01 16:52:11 +00:00
Dev
002279c787
Changed flea rep gain code to use globals data instead of ragfair json
2024-02-29 12:19:43 +00:00
Dev
874463509a
Remove unused base value from ragfair config
2024-02-28 21:37:42 +00:00
Dev
93411b8ce4
Adjust Caliber762x51
ammo for PMCs level 1-14
15-22
2024-02-28 19:03:48 +00:00
Dev
a1a5aa356a
Add missing medical filter on backpack loot cache builder
...
remove hard coded 2 stim limit from assault
2024-02-27 23:44:23 +00:00
Dev
6ca9b23134
28965
2024-02-27 18:57:52 +00:00
Dev
08f054bb53
Limit followerBully
to 2 Drink
items max
2024-02-27 10:49:34 +00:00
Dev
84616958c9
Limit Assault
to 4 Medical
items max
2024-02-27 10:03:03 +00:00
Dev
f53c637116
Limit followerkojaniy
drink count to 2 max
2024-02-27 10:00:14 +00:00
Kaeno
afc8cc0385
Add ETSREWARD to gifts
2024-02-27 00:05:30 +00:00
Dev
2bb85c8391
Adjust various weapons on PMCs between level 1-14 and 15-22
2024-02-26 17:45:55 +00:00
Dev
44e8378819
Properly match changes between usec/bear + adjust reserve map
2024-02-26 17:13:33 +00:00
Dev
f601f9e993
Various pmc changes:
...
Removed cursedassult brain
Lowered friendly PMC chance to 10%
Adjust streets/gz/shoreline brain weights
2024-02-26 17:06:52 +00:00
Dev
74297fa503
Adjust bot ammo weights for bots of level 1-14 and 15-22
2024-02-26 16:55:05 +00:00
Dev
3c0471b288
Add ammo weights for PMCs between levels 15-22
2024-02-26 16:18:00 +00:00
Dev
4e073baaca
28875
2024-02-26 11:26:50 +00:00
Dev
946dc52f1a
Add Stim limit of 2 to assault bots
2024-02-23 16:37:56 +00:00
Dev
fbfdeea9c1
Add army bandage
to item limit for PMCs
2024-02-22 20:14:53 +00:00
Dev
5e496af804
Move itemLimit code to be across all bot containers instead of per
...
Remove a tpl from loot pool once an item limit has been reached - prevents it being picked over and over
Remove loot data from pmc jsons as its generated dynamically, adding data into jsons now acts as an override for the dynamic generation
Reduced rouble max count to 1 for PMCs
Split PMC loot caches by side (usec/bear)
2024-02-22 16:34:15 +00:00
Dev
b2a588da39
Add Rusted bloody key
as additional item on pscavs
2024-02-21 18:46:56 +00:00
Dev
9525953444
Add code to insert roubes into wallets on bots
2024-02-21 18:36:45 +00:00
Dev
cc0f543bdf
Rewrote how bot loot is stored + chosen during bot gen
...
All loot is now weighted - weights come from offline-live bot dumps
Removed `lootNValue` - loot is no longer picked by its value
Regenerated bot loot files - i saw some additional weapons get added to scavs
2024-02-21 17:36:27 +00:00
Dev
fd45ae6695
Merge branch '3.8.0' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.0
2024-02-19 16:58:19 +00:00
Dev
472ab0eabd
Add keys to fence
...
Reduce key listing cap to 15k
lower key price the less uses it has
Increase current durability cap of armor to 50% from 1%
Reduce jewlery cap to 40k from 50k (removes gp coins and golden necklace)
2024-02-19 16:58:07 +00:00
Kaeno
f5c0b709b6
Add LUNARNEWYEAR2024 to gifts + linting
2024-02-19 14:36:57 +00:00
DrakiaXYZ
97994fc0a6
Handle IsAlwaysSpawn
in the same way we handle spawnpointsForced
to allow single spawn restrictions ( !231 )
...
Also move the relaxation key single spawn limit to Streets instead of shoreline
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/231
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-02-18 09:03:37 +00:00
Dev
431348cc2e
Added Relaxation room key
quest item to single spawn array
2024-02-17 09:35:46 +00:00
Dev
bf664d8bd1
Adjust boss armor duabiltiy values to better match live
2024-02-16 19:16:59 +00:00
Dev
b76f0a51e5
Merge branch '3.8.0' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.0
2024-02-16 17:12:29 +00:00
Dev
cf7f42ede5
Slightly boost backpack chance for PScavs
2024-02-16 17:10:16 +00:00
Kaeno
4d3dc0e214
Add waves to ZoneSmuglers so quest like no swiping can be completed
2024-02-16 16:29:28 +00:00
Kaeno
9d96f97b55
Add maxPatrolValue route for module to pull data from. Added sandboxMaxPatrolvalue to location.json. linting on location.json
2024-02-16 16:17:55 +00:00
Dev
f5cfadbe4d
Add sandbox
to gifterSettings
+ increase generate chance of gifter on all maps
2024-02-16 15:34:28 +00:00
Dev
3c8cc480f2
Incrase chance of 2 mags on 0 rep pscav
2024-02-16 15:02:52 +00:00
Dev
21caeed3db
Improve fence multi-stack assort handling
2024-02-16 13:41:16 +00:00
Dev
b27745e7e2
Adjust price multipler to better match live values
2024-02-16 12:41:01 +00:00
Dev
b4ad0070af
Disable regenerateAssortsOnRefresh
2024-02-16 12:24:02 +00:00
Dev
7bc867a8f7
Replace labsAccessCardChancePercent
with lootItemsToAddChancePercent
inside playerscav.json
...
Fixed scav generation on profile generation always using fence rep 0
Added small % chance to add red flare to pscav
2024-02-16 09:59:43 +00:00
Dev
2965709535
Fix ammo packs not showing on fence
2024-02-15 23:34:04 +00:00
Dev
d5627e0627
Rewrote fence itemTypeLimits
and itemCategoryRoublePriceLimit
...
Fixed bug where item limit was off by one
2024-02-15 23:14:31 +00:00
Kaeno
c8b2d184d3
Remove unnecessary edits of spawnpoints for Lab Keycards as Map dumps now include them
2024-02-14 15:24:49 +00:00
Dev
d5217928c2
Add 40% chance armors with plates do not have them whem listed on flea - mimics live behaviour
2024-02-14 11:12:20 +00:00
Dev
136117a552
Reduce playerScavHostileChancePercent
to 15%
2024-02-13 00:03:53 +00:00
Dev
e396426c7f
Reduce preset multiplier down to 1.3
2024-02-13 00:02:30 +00:00
Dev
69870d191e
improve preset price multipler calculation - reducces preset prices overall
2024-02-12 23:59:02 +00:00
Dev
278d91f84f
End snow on same say as live, rip snow
2024-02-12 18:46:08 +00:00
Dev
86a54dd566
Update version string for 28744
2024-02-12 11:33:51 +00:00
Dev
f70bee2fd2
Adjust fence weaponDurabilityPercentMinMax
values to better match live
2024-02-11 22:04:04 +00:00
Dev
b2b45f2972
Slightly reduce expired offer count threshold
2024-02-11 19:51:49 +00:00