0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Added new Tournament profile. Flea blacklisted. Has special gift code.

This commit is contained in:
Dev 2024-05-25 14:45:36 +01:00
parent 885a2abcab
commit eba65cdd83
3 changed files with 1887 additions and 1 deletions

View File

@ -131,6 +131,7 @@
"launcher-profile_spteasystart": "Lots of Roubles/Dollars/Euros, Some QoL skills are level 20, trader rep maxed, starting level is 15, no quests completed",
"launcher-profile_sptzerotohero": "Start with almost nothing, no Roubles/Dollars/Euros, no trader rep, 1 knife, no quests completed",
"launcher-profile_standard": "Same as live, basic stash size (10x28), 500,000 roubles",
"launcher-profile-tournament": "Has a tournament secure container and ER Fulcrum Bayonet melee weapon. Flea blacklisted. Send code 'TOURNAMENTGIFT' to SPT on friend list to acquire all profile items.",
"linux_use_priviledged_port_non_root": "Non-root processes cannot bind to ports below 1024",
"location-containers_generated_success": "A total of: %s static containers generated",
"location-critical_error_see_log": "A critical error occurred when generating loot, see server log for details",

File diff suppressed because it is too large Load Diff

View File

@ -1003,7 +1003,7 @@ export class InventoryController
this.logger.success(`Trader ${mailEvent.entity} Unlocked`);
break;
default:
this.logger.success(`Unhandled profile reward event: ${mailEvent.Type}`);
this.logger.warning(`Unhandled profile reward event: ${mailEvent.Type}`);
break;
}
}