Server/project/src/helpers
Cj c7a577d903 Use globals ratingSumForIncrease value (!243)
Corrects previous pull request hardcoding the value for `ratingSumForIncrease`.

Anytime it changes in globals it will now be reflected without needing to change it in `RagFairOfferHelper`

Co-authored-by: Corey <dirtbikercj@gmail.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/243
Co-authored-by: Cj <cj@noreply.dev.sp-tarkov.com>
Co-committed-by: Cj <cj@noreply.dev.sp-tarkov.com>
2024-03-04 18:06:10 +00:00
..
Dialogue Add ability to insert stash rows to profile 2024-02-26 23:51:45 +00:00
AssortHelper.ts Fixes Linting Issues 2024-02-02 15:00:21 -05:00
BotDifficultyHelper.ts Formatting/Linting Changes (!168) 2023-11-16 21:42:06 +00:00
BotGeneratorHelper.ts Moved addItemWithChildrenToEquipmentSlot() from BotWeaponGeneratorHelper to botGeneratorHelper 2024-02-25 11:45:34 +00:00
BotHelper.ts Formatting/Linting Changes (!168) 2023-11-16 21:42:06 +00:00
BotWeaponGeneratorHelper.ts Moved addItemWithChildrenToEquipmentSlot() from BotWeaponGeneratorHelper to botGeneratorHelper 2024-02-25 11:45:34 +00:00
ContainerHelper.ts Fixed issue with server not properly handling item rotations when trying to fit an item into a container 2024-02-09 17:13:19 +00:00
DialogueHelper.ts Formatting 2024-02-02 15:00:21 -05:00
DurabilityLimitsHelper.ts Round armor/weapon durability values to 2 DP 2024-01-25 09:30:50 +00:00
GameEventHelper.ts Formatting/Linting Changes (!168) 2023-11-16 21:42:06 +00:00
HandbookHelper.ts Move handbook override code into HandbookHelper.hydrate() - changes now apply to ragfair 2024-02-06 12:52:56 +00:00
HealthHelper.ts Formatting/Linting Changes (!168) 2023-11-16 21:42:06 +00:00
HideoutHelper.ts Adjust water_collector total craft time every update() to include the players current CRAFTINGskill level instead of the first time profile is created 2024-02-29 16:24:47 +00:00
HttpServerHelper.ts Formatting/Linting Changes (!168) 2023-11-16 21:42:06 +00:00
InRaidHelper.ts Handle when pscav kills a bot that doesnt have a json, default to 0 rep loss 2024-02-28 18:34:25 +00:00
InventoryHelper.ts updated setFindInRaidStatusForItem() to be protected + added return type 2024-02-27 12:12:46 +00:00
ItemHelper.ts Added additional soft insert slots to getSoftInsertSlotIds() 2024-02-29 12:24:32 +00:00
NotificationSendHelper.ts Improve accuracy of view profile 2024-01-06 13:40:00 +00:00
NotifierHelper.ts Formatting/Linting Changes (!168) 2023-11-16 21:42:06 +00:00
PaymentHelper.ts Formatting/Linting Changes (!168) 2023-11-16 21:42:06 +00:00
PresetHelper.ts Update daily system to correctly reward just weapons when traderWhitelistDetails.weaponRewardChancePercent passes its check instead of weapons or armor 2024-02-07 20:32:24 +00:00
ProbabilityHelper.ts Formatting/Linting Changes (!168) 2023-11-16 21:42:06 +00:00
ProfileHelper.ts Add ability to insert stash rows to profile 2024-02-26 23:51:45 +00:00
QuestConditionHelper.ts Updated server handling of quests/repeatable quests to match 0.14 changes - this will break profiles 2024-01-05 19:52:21 +00:00
QuestHelper.ts Protect again null quest object when trying to send a message during quest failure 2024-02-12 21:23:20 +00:00
RagfairHelper.ts Improve fence price calculation code. Prices now take into account removed item mods + mod durability 2024-02-06 20:44:40 +00:00
RagfairOfferHelper.ts Use globals ratingSumForIncrease value (!243) 2024-03-04 18:06:10 +00:00
RagfairSellHelper.ts Correct comment now power has changed 2024-02-28 22:34:07 +00:00
RagfairServerHelper.ts Formatting 2024-02-02 15:00:21 -05:00
RagfairSortHelper.ts Formatting/Linting Changes (!168) 2023-11-16 21:42:06 +00:00
RepairHelper.ts Nullguard against missing properties 2024-01-08 21:17:23 +00:00
RepeatableQuestHelper.ts Formatting/Linting Changes (!168) 2023-11-16 21:42:06 +00:00
SecureContainerHelper.ts Add comments to various functions 2023-12-14 15:47:01 +00:00
TradeHelper.ts Rename cloned variables to help with readability 2024-02-05 14:43:46 +00:00
TraderAssortHelper.ts Rename cloned variables to help with readability 2024-02-05 14:43:46 +00:00
TraderHelper.ts Enhance profile template initial trader standing system to be per trader 2024-02-03 15:53:28 +00:00
UtilityHelper.ts Formatting/Linting Changes (!168) 2023-11-16 21:42:06 +00:00
WeightedRandomHelper.ts Add comments to various functions 2023-12-14 15:47:01 +00:00