From 81fdff9068f1a65bc6ec0f0b48ea26d706886b3f Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Sat, 1 May 2021 22:54:48 -0400 Subject: [PATCH] Revert tutorial servers and add the n00dles server. --- src/Server/data/servers.ts | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/src/Server/data/servers.ts b/src/Server/data/servers.ts index bd05f97e3..6cef057ce 100644 --- a/src/Server/data/servers.ts +++ b/src/Server/data/servers.ts @@ -1203,10 +1203,10 @@ export const serverMetadata: IServerMetadata[] = [ }, { hackDifficulty: 1, - hostname: "foodnstuff", + hostname: "n00dles", literature: [LiteratureNames.Sector12Crime], - maxRamExponent: 4, - moneyAvailable: 40000, + maxRamExponent: 2, + moneyAvailable: 70000, networkLayer: 1, numOpenPortsRequired: 0, organizationName: LocationName.Sector12FoodNStuff, @@ -1215,26 +1215,39 @@ export const serverMetadata: IServerMetadata[] = [ specialName: LocationName.Sector12FoodNStuff, }, { - hackDifficulty: 3, + hackDifficulty: 10, + hostname: "foodnstuff", + literature: [LiteratureNames.Sector12Crime], + maxRamExponent: 4, + moneyAvailable: 2000000, + networkLayer: 1, + numOpenPortsRequired: 0, + organizationName: LocationName.Sector12FoodNStuff, + requiredHackingSkill: 1, + serverGrowth: 5, + specialName: LocationName.Sector12FoodNStuff, + }, + { + hackDifficulty: 10, hostname: "sigma-cosmetics", maxRamExponent: 4, - moneyAvailable: 70000, + moneyAvailable: 2300000, networkLayer: 1, numOpenPortsRequired: 0, organizationName: "Sigma Cosmetics", requiredHackingSkill: 5, - serverGrowth: 3000, + serverGrowth: 10, }, { - hackDifficulty: 9, + hackDifficulty: 15, hostname: "joesguns", maxRamExponent: 4, - moneyAvailable: 600000, + moneyAvailable: 2500000, networkLayer: 1, numOpenPortsRequired: 0, organizationName: LocationName.Sector12JoesGuns, requiredHackingSkill: 10, - serverGrowth: 500, + serverGrowth: 20, specialName: LocationName.Sector12JoesGuns, }, { @@ -1569,4 +1582,4 @@ export const serverMetadata: IServerMetadata[] = [ serverGrowth: 0, specialName: "w0r1d_d43m0n", }, -]; +]; \ No newline at end of file