Merijn Hendriks
f15a2ff71d
Update EFT translations ( !195 )
...
Dumped the data for Haru, noticed Aki was missing them.
Changes:
- Added Romanian language
- Updated existing languages
I'll check the rest of the data and create new branches accordingly.
Co-authored-by: Merijn Hendriks <merijn.d.hendriks@gmail.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/195
Co-authored-by: Merijn Hendriks <senko-san@noreply.dev.sp-tarkov.com>
Co-committed-by: Merijn Hendriks <senko-san@noreply.dev.sp-tarkov.com>
2024-01-14 21:46:47 +00:00
Dev
5005a5160a
Improve buyItem()
handling of multiple and stackable item purchases
...
rename `reparentPresets` to `reparentItemAndChildren` and move to `itemHelper`
2024-01-14 21:12:56 +00:00
Dev
c2f390d4ac
Make all properties of ITrader
optional
2024-01-14 15:06:43 +00:00
Dev
48377a0e08
Update JSONs
2024-01-14 15:03:35 +00:00
Dev
303be64880
Move code to its own variable
2024-01-14 14:38:10 +00:00
Dev
66c78cabaf
Update bots
2024-01-14 14:37:28 +00:00
Dev
47a84e508b
Fix some quests failing twice (chemical part 4), reducing rep twice as much as it should
...
Quest failure is handled by client now, no need to find and fail quests in server on quest completion
Move `getQuestsFailedByCompletingQuest()` to questHelper
2024-01-14 12:29:58 +00:00
Dev
4efb75ea58
Fix typo
2024-01-14 10:27:45 +00:00
Dev
41d491dd16
Show error when quest not found in db
2024-01-14 10:27:26 +00:00
Dev
00660747a5
Refresh map loot
2024-01-14 10:10:41 +00:00
Dev
8b03faca89
Fix ragfair offers not saving upd properties
...
Create replacement for `addItem()`, only used for ragfair purchases currently - goal is to fully remove `addItem()`
Dont show warning when generating armor without a default plate on fence
2024-01-14 10:09:43 +00:00
Valens
743f222141
Add valens to gifts.json ( !194 )
...
Add the "VALENS" code to the gifts system.
Consists of 1 SR-25, and 1 M1A.
Co-authored-by: VforValens <8889280+VforValens@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/194
Co-authored-by: Valens <valens@noreply.dev.sp-tarkov.com>
Co-committed-by: Valens <valens@noreply.dev.sp-tarkov.com>
2024-01-14 09:05:28 +00:00
Dev
72fdada5d7
Add vistor shot damage to those listed on flea/fence - 25% chance a damaged helmet can have a visor with bullet hits
...
Improved `FenceService.addModsToArmorModSlots()` to not break when it cant find a default plate tpl
2024-01-13 20:47:59 +00:00
Dev
8b355adfa6
Add soft insert type to daily reward blacklist
2024-01-13 20:02:19 +00:00
Dev
ae50835391
Fix 2 issues with quests
2024-01-13 19:15:20 +00:00
Dev
bf148dba4a
First pass at implementing Place of fame dogtag bonus, bonus is slight out from what is shown on client (0.0x out)
2024-01-13 16:41:06 +00:00
Dev
46ec7bf3ba
Improve handling of presets when adding to player inventory
...
Presets now have all child items FiR status set
2024-01-13 15:01:29 +00:00
Dev
ae6bb7a43b
Small cleanup of preset handling code in addItem()
2024-01-13 15:00:31 +00:00
Dev
6cd82ce2a6
Add location property minFillLooseMagazinePercent
...
Make static/dynamic magazine loot have chance to not have cartridges
2024-01-13 12:30:15 +00:00
Dev
1f05fe1994
Update bot data
2024-01-13 10:55:12 +00:00
Dev
b01e3f513a
update map loot. 0.14 dumps only
2024-01-13 10:53:20 +00:00
Dev
8b9cdd485f
Update items json
2024-01-13 10:05:47 +00:00
Dev
14a8b34dcc
Add sandbox to daily quest map pool
2024-01-13 09:51:09 +00:00
Dev
dc13b20ed5
Blacklist ammo boxes from completion quest item pool
2024-01-13 09:21:32 +00:00
Dev
48f99ecfa6
Additional changes to randomiseWeaponDurabilityValues()
...
Move chance to make changes check outside of function
Aliased ragfair config property
Aliased chosen child multipler value
Added comment to function
2024-01-13 09:15:11 +00:00
r2go
a87129c541
#284 fixed flea armors not having random values ( !193 )
...
https://dev.sp-tarkov.com/SPT-AKI/Issues/issues/284
Probably needs some balancing since some armors are very random, some are not at all. It feels pretty realistic I think.
Any feedback is appriciated.
Co-authored-by: r2go-beep <hans@hummelusa.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/193
Co-authored-by: r2go <r2go@noreply.dev.sp-tarkov.com>
Co-committed-by: r2go <r2go@noreply.dev.sp-tarkov.com>
2024-01-13 09:03:51 +00:00
CWXDEV
22ad266b27
why the f*ck we using spaces and not tabs :reee:
2024-01-12 23:47:41 +00:00
CWXDEV
091e4fa41b
added check to make sure same item isnt used, still has an edge case, if maxRequestedAmount is too high, and we cant offer enough items, dupes will appear, but this will fix normal use
2024-01-12 23:44:58 +00:00
CWXDEV
04564d7e76
Merge branch '3.8.0' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.0
2024-01-12 22:00:02 +00:00
CWXDEV
f7bdded54d
remove orphaned quests to stop softlocking quest screen.
2024-01-12 21:59:38 +00:00
Dev
0440bdab70
Reworked flea armor listing code
...
Randomises plate durability
Randomises insert durability
2024-01-12 21:59:30 +00:00
Kaeno
05484ff3b3
Added Missing coop extracts and vehicle extracts
2024-01-12 20:19:43 +00:00
Kaeno
5e9a1f244b
Add missing quest images
2024-01-12 19:50:58 +00:00
Dev
80fa0c1b9c
Introduce typo into json to follow bsg naming
2024-01-12 19:17:39 +00:00
Kaeno
664715c09e
Fixed extra spawns on customs. Fixed duplicate spawns on labs. Removed Shoreline spawns due to map changes
2024-01-12 19:09:57 +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
eb961b3e11
Fix saveEquipmentBuild()
not correctly setting root id to first items _id
2024-01-12 17:18:10 +00:00
Dev
9b1b8f9f10
Add missing mods to kiver helmet on PMCs
2024-01-12 17:01:40 +00:00
Dev
98241d894f
Rework how plates are filtered from bot equipment
...
Add `filterPlatesByLevel` to bot config
2024-01-12 17:00:22 +00:00
Dev
a7e6eed954
Update presetSlotsToRemoveChancePercent
in trader config to allow insutrance to remove armor items
2024-01-12 13:45:37 +00:00
Dev
23ebe19938
Lower chance of ECLiPSE RBAV-AF plate carrier
on low level PMCs as it doesnt support the armor level we want for them
2024-01-12 13:44:58 +00:00
Dev
78759ee72e
Add weighting data for left_side_plate
and right_side_plate
2024-01-12 13:44:46 +00:00
Dev
bf7dac25ae
Allow fence to strip items from listed weapons that're not raid-modadble, players can sell broken guns to him from menu
2024-01-12 13:33:11 +00:00
Dev
c5806aadb8
Allow fence to list items with missing required items
2024-01-12 13:30:22 +00:00
Dev
66ab32e6c4
Make new years last until 20th of jan
2024-01-12 13:01:10 +00:00
Dev
3a76757957
Add various missing type properties for new map
2024-01-12 13:00:48 +00:00
Dev
d92f30d281
Fix insurance return all child items of an item (ammo in mags/chamber)
2024-01-12 12:32:04 +00:00
Dev
6e4d5d1aca
Bot update - fix various missing soft-insert shoulder armors
2024-01-12 10:35:02 +00:00
Dev
cb18d251ba
Improve selection of items to add mods for:
...
quest rewards
bot loot gen
map loot gen
fence assort gen
Updated `removeRandomModsOfItem()` to also skip slots with a _required prop
2024-01-11 17:42:58 +00:00
Dev
6a8e261af1
Fix typo
2024-01-11 12:48:10 +00:00
Dev
3b255f3ce4
Fix createMagazineTemplate
failing when no userbuilds.magazineBuilds
array exists
2024-01-11 11:53:19 +00:00
Dev
9623bd5203
Add rig to PMCs
2024-01-11 11:23:33 +00:00
Dev
0e021d246f
Update PMC armor data
2024-01-11 09:56:51 +00:00
Terkoiz
b3b570824c
Updated PMC name list ( !192 )
...
Updated `hazelify` name by request
Added some names of recent contributors
Co-authored-by: Terkoiz <terkoiz@spt.dev>
Co-authored-by: chomp <chomp@noreply.dev.sp-tarkov.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/192
Co-authored-by: Terkoiz <terkoiz@noreply.dev.sp-tarkov.com>
Co-committed-by: Terkoiz <terkoiz@noreply.dev.sp-tarkov.com>
2024-01-11 09:43:05 +00:00
Dev
5ba1ed95c1
Update bot data
2024-01-11 09:42:30 +00:00
Dev
3879d14761
Update map data
2024-01-11 08:33:42 +00:00
DrakiaXYZ
fcbd39c6b0
Remove delivered items from player insured items ( !191 )
...
This stops players from duplicating insured items via the BTR delivery service
Note: This does un-insure the item, I don't have any proof one way or the other for whether live causes the items to no longer be insured, but this was the easier solution to implement.
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/191
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-01-11 08:13:27 +00:00
Dev
3ef7e3218e
Update loot data
2024-01-10 23:07:06 +00:00
Dev
77ae4146c2
Fix various quest reward ids
2024-01-10 22:59:25 +00:00
Dev
53c5034edb
fix variious pmc json errors
2024-01-10 22:47:48 +00:00
Dev
87bf71415f
Update quest json to fix weapon reward errors
2024-01-10 22:42:03 +00:00
Dev
033b0e6805
Slightly increase pmc conversion rate
...
Reduce number of PMCs generated
2024-01-10 21:09:27 +00:00
Dev
219086d9bb
Fix only one type of bot spawning
2024-01-10 21:08:00 +00:00
Dev
f66b2d04a9
Revert "This PR aims to resolves issue #280 ( !190 )"
...
This reverts commit e0e62d8e47
.
2024-01-10 17:43:39 +00:00
Dev
5e9be7a2fd
Remove unused loot ids
2024-01-10 15:41:36 +00:00
Dev
9d8efe8e2f
Fix data issue with maska helmet
2024-01-10 15:25:20 +00:00
Dev
dc1e172df0
Handle generating a fence armor item and a default plate is not found
...
Add extra plates to pool
Centralise plate-related checks into itemhelper
2024-01-10 14:47:09 +00:00
Dev
7ee3be1e2b
Round completeTime property to integer to prevent client error
2024-01-10 14:10:03 +00:00
Dev
c918875a38
Fix view profile not showing correctly
2024-01-10 13:53:26 +00:00
Dev
9a4231d8b8
Rename function profileHelper.removeCompletedQuestConditionFromProfile() to removeQuestConditionFromProfile
2024-01-10 12:37:34 +00:00
Dev
6e8028f9c9
Update map base jsons
2024-01-10 12:36:06 +00:00
Dev
297bc2786a
Improve armor quest rewards
...
Attempt to return the armor preset found in globals.json first as this has default plates, if that fails construct item outselves based on mods _requried properties
2024-01-10 10:04:09 +00:00
Dev
55eae60329
Merge branch '3.8.0' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.0
2024-01-10 09:14:11 +00:00
Dev
2fd2c677b7
Reduce usage of magic string inside getUserBuilds()
2024-01-10 09:13:34 +00:00
Mihai
e0e62d8e47
This PR aims to resolves issue #280 ( !190 )
...
Updated itemDelivery method in InraidController to filter out insured items from the items array using the insuranceService.
Added logic to exclude insured items from being sent as part of the delivery message to the player.
Co-authored-by: mihaicm93 <45673304+mihaicm93@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/190
Co-authored-by: Mihai <mihai@noreply.dev.sp-tarkov.com>
Co-committed-by: Mihai <mihai@noreply.dev.sp-tarkov.com>
2024-01-10 08:44:03 +00:00
Dev
f59041121b
Fix plate filtering code not correctly handling when no plates of desired armor level are found
2024-01-09 23:46:57 +00:00
Dev
4078d7cc89
Fix plates not spawning on bots because of capitalisation
2024-01-09 20:16:49 +00:00
Dev
443d8da7f7
FIx server error when passing failed quest data to client
2024-01-09 18:46:44 +00:00
Dev
a9c36ec205
Fix issue with armors as quest rewards not being sent with soft inserts
...
Centralised a soft insert check into `ItemHelper`
Add extra base types to `generateGearPool()` in equipment bot pool service
2024-01-09 16:49:59 +00:00
Dev
68f3ee013c
lint bot.json
2024-01-09 16:18:15 +00:00
Dev
154578dd44
Update randomisation config to specifiy its for weapon mods + add equipment mod adjustment system
...
Adjust PMCs to use more gear mods at higher levels
2024-01-09 16:15:31 +00:00
Dev
f3964639bd
Rename mods
to weaponMods
and add new object equipmentMods
...
regenerate bot jsons to include this new data (includes correct inclusion of equipment slot "TacticalVest" which was previously missing)
Fix issue with PMM ammo causes generation issues
2024-01-09 15:31:56 +00:00
Dev
60f96ea6aa
Update bot + map data
2024-01-09 14:03:24 +00:00
Dev
571d04f957
Add pmc names
2024-01-09 12:33:50 +00:00
Dev
a742beeae9
Comment and property name cleanup inside removeDanglingTaskConditionCounters()
2024-01-09 12:27:08 +00:00
Terkoiz
98b0a579b3
Fixed achievement counters getting mistakenly cleaned up as stale quest counters ( !189 )
...
Fixes #273
Co-authored-by: Terkoiz <terkoiz@spt.dev>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/189
Co-authored-by: Terkoiz <terkoiz@noreply.dev.sp-tarkov.com>
Co-committed-by: Terkoiz <terkoiz@noreply.dev.sp-tarkov.com>
2024-01-09 11:57:27 +00:00
Dev
01e63118c6
Rename function
2024-01-09 10:58:06 +00:00
Dev
4d663c0ef1
Add missing armor
2024-01-09 10:57:32 +00:00
Dev
586a96ee9f
Merge branch '3.8.0' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.0
2024-01-09 10:30:29 +00:00
Dev
bac86262d4
Improve handling of equipment mod generation
2024-01-09 10:30:00 +00:00
Aburiu
91e035d540
Added missing Hall of Fame area to BEAR/USEC EoD profiles ( !188 )
...
* Adds missing Hall of Fame area to new EoD profiles.
Should allow the area to be built without an error on EoD profiles.
Co-authored-by: Aburiu <44771615+aburiu@users.noreply.github.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/188
Co-authored-by: Aburiu <aburiu@noreply.dev.sp-tarkov.com>
Co-committed-by: Aburiu <aburiu@noreply.dev.sp-tarkov.com>
2024-01-09 08:52:40 +00:00
Dev
15d53a2d38
Fix armor in bot backpacks having no soft inserts
...
centralise code that adds mods to equipment into one location
2024-01-08 23:27:18 +00:00
Dev
0efd2861c7
Update quest and trader assort data
...
new quests:
"Pyramid Scheme"
"Pets Wont Need It P2"
"Properties All Around"
"Dandies"
"Steady Signal"
"Nothing Fishy About This"
some traders are missing level 4
many quests still using old 0.13 data
some quests are out of order/ require wrong quests
2024-01-08 22:15:19 +00:00
Dev
5ffccddf94
Nullguard against missing properties
2024-01-08 21:17:23 +00:00
Dev
878284f108
Fix issue with insurance not returning soft inserts for armors
2024-01-08 21:16:53 +00:00
Dev
e18f75a60c
Cast trader property to number before use
2024-01-08 21:14:13 +00:00
Dev
c9de59b5bf
Add Zryachiy's balaclava to boss item collection
2024-01-08 17:45:07 +00:00
Dev
0c7cecdacd
Add variable durability loss to armor plates sold by fence
2024-01-08 17:43:19 +00:00
Dev
0997c21ba3
Remove debug code
2024-01-08 17:39:28 +00:00