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
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
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
b2b45f2972
Slightly reduce expired offer count threshold
2024-02-11 19:51:49 +00:00
Dev
2c12d7c2c4
Give t-7 thermals a 5x price boost on flea
2024-02-09 23:37:11 +00:00
Dev
791ebd4693
Moveed handling of unreasonableModPrices
into ragfair code instead of on game start
...
Lowered weapon mod threshold from 9x to 6x
2024-02-09 14:13:48 +00:00
Dev
74ea69ffe6
Remoe unused enabled
properties from ragfair config chancePercent
is used instead
2024-02-09 12:46:23 +00:00
Dev
b7b08f99f2
Add functionality to apply a multipler to individual dynamic offers on flea
...
Use new functionaliy to apply a large multipler to `5.45x39mm BP gs ammo pack` items to match live data
2024-02-09 09:56:18 +00:00
Dev
8015c36468
Fixed fuel having incredibly high values on ragfair
2024-02-08 23:02:30 +00:00
Dev
c097914e45
Add system to ignore armor plate slots when removing plates not suitable for flea
2024-02-08 16:53:14 +00:00
Dev
810cd8abd6
Improve flea offer item durability randomisation
...
Expanded `condition` config system to separate out current and max durability
Added missing armor config settings
Rewrote weapon durability method `randomiseWeaponDurabilityValues()` to do work similar to `randomiseArmorDurabilityValues()`
Fixed various items being classified as ARMORED_EQUIPMENT and using the wrong category config values
Moved ARMORED_EQUIPMENT to bottom of config so its chosen last, fixes vests being flagged as wrong item
2024-02-08 14:52:09 +00:00
Dev
5f873e73b8
Move handbook override code into HandbookHelper.hydrate()
- changes now apply to ragfair
2024-02-06 12:52:56 +00:00
Dev
5d0ffd93d2
Added helmets category to ragfair conditions array
2024-01-24 19:33:24 +00:00
Dev
86d34e3efe
Remove dupe data from ragfair json
2024-01-23 13:25:22 +00:00
Dev
27bc7cfa6e
Fixed armors being listed with plates above the allowed level on flea
2024-01-23 11:42:47 +00:00
Dev
2f07d6083f
Fix armor plates/visors/helmet plate inserts not having thier durability altered on ragfair
2024-01-14 22:28:53 +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
Dev
0440bdab70
Reworked flea armor listing code
...
Randomises plate durability
Randomises insert durability
2024-01-12 21:59:30 +00:00
Dev
868c1c78ee
Remove unnecessary manual armor insert blacklist items as we now block by base type
2023-12-29 16:03:00 +00:00
Dev
a8a0185257
Blacklist some internal aramid inserts
2023-12-27 22:53:31 +00:00
Dev
1bb2f0e568
Adjust how fuel is listed on flea
2023-12-19 21:16:24 +00:00
chomp
1cf8b1ec9b
flea-sell-changes ( !176 )
...
Co-authored-by: Shibdib <shibdib@noreply.dev.sp-tarkov.com>
Co-authored-by: Dev <dev@dev.sp-tarkov.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/176
2023-12-17 10:36:54 +00:00
chomp
0b67a9a0e9
0.13.5.0 ( !147 )
...
Co-authored-by: Dev <dev@dev.sp-tarkov.com>
Co-authored-by: Terkoiz <terkoiz@noreply.dev.sp-tarkov.com>
Co-authored-by: TheSparta <thesparta@noreply.dev.sp-tarkov.com>
Co-authored-by: Refringe <refringe@noreply.dev.sp-tarkov.com>
Co-authored-by: Kaeno <e>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/147
2023-10-10 11:03:20 +00:00
Dev
7e75f867a0
BSG flea blacklsit should be enabled by default
2023-08-07 18:29:18 +01:00
chomp
6a864bffa9
Rework high flea listing price adjuster to be configurable, more item types can be added ( !111 )
...
Co-authored-by: Dev <dev@dev.sp-tarkov.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/111
2023-08-06 11:36:07 +00:00
Dev
9c5b5f230f
Update en locales + add quests
2023-07-30 15:36:00 +01:00
Dev
5b7199b952
Update flea prices + Add sytem for adjusting unreasonable high mod prices on flea
2023-07-30 15:22:19 +01:00
Dev
343be66806
Add property to ragfair blacklist to toggle removal of damaged
ammo packs
2023-06-30 14:00:08 +01:00
Kaeno
ca931165b2
Fix: Fixed some ragfair issues ( !86 )
...
Fixed bug with removing offers from flee and item returning too quickly.
Fixed bug with error message that would show on removal of offers.
Expose property expireSeconds in ragfair.json.
Co-authored-by: Kaeno <>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/86
Co-authored-by: Kaeno <kaeno@noreply.dev.sp-tarkov.com>
Co-committed-by: Kaeno <kaeno@noreply.dev.sp-tarkov.com>
2023-04-06 16:23:52 +00:00
chomp
4434b95621
Feature: reworked calculation of flea price to use the price an item can be sold to a trader for instead of the price a trader sells an item at ( !71 )
...
Disable automatic adjustment of items that are below handbook price
Co-authored-by: Dev <dev@noreply.dev.sp-tarkov.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/71
2023-03-15 19:06:03 +00:00
chomp
12c269fb57
Feature: add adjustPriceWhenBelowHandbookPrice
to ragfair.json + Add comments to ragfair config ( !69 )
...
Co-authored-by: Dev <dev@noreply.dev.sp-tarkov.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/69
2023-03-15 13:28:51 +00:00
Dev
e1310d74ca
Add Repo
2023-03-03 15:23:46 +00:00