Revert tutorial servers and add the n00dles server.

This commit is contained in:
Olivier Gagnon 2021-05-01 22:54:48 -04:00
parent 34a20802c9
commit 81fdff9068

@ -1203,10 +1203,10 @@ export const serverMetadata: IServerMetadata[] = [
}, },
{ {
hackDifficulty: 1, hackDifficulty: 1,
hostname: "foodnstuff", hostname: "n00dles",
literature: [LiteratureNames.Sector12Crime], literature: [LiteratureNames.Sector12Crime],
maxRamExponent: 4, maxRamExponent: 2,
moneyAvailable: 40000, moneyAvailable: 70000,
networkLayer: 1, networkLayer: 1,
numOpenPortsRequired: 0, numOpenPortsRequired: 0,
organizationName: LocationName.Sector12FoodNStuff, organizationName: LocationName.Sector12FoodNStuff,
@ -1215,26 +1215,39 @@ export const serverMetadata: IServerMetadata[] = [
specialName: LocationName.Sector12FoodNStuff, 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", hostname: "sigma-cosmetics",
maxRamExponent: 4, maxRamExponent: 4,
moneyAvailable: 70000, moneyAvailable: 2300000,
networkLayer: 1, networkLayer: 1,
numOpenPortsRequired: 0, numOpenPortsRequired: 0,
organizationName: "Sigma Cosmetics", organizationName: "Sigma Cosmetics",
requiredHackingSkill: 5, requiredHackingSkill: 5,
serverGrowth: 3000, serverGrowth: 10,
}, },
{ {
hackDifficulty: 9, hackDifficulty: 15,
hostname: "joesguns", hostname: "joesguns",
maxRamExponent: 4, maxRamExponent: 4,
moneyAvailable: 600000, moneyAvailable: 2500000,
networkLayer: 1, networkLayer: 1,
numOpenPortsRequired: 0, numOpenPortsRequired: 0,
organizationName: LocationName.Sector12JoesGuns, organizationName: LocationName.Sector12JoesGuns,
requiredHackingSkill: 10, requiredHackingSkill: 10,
serverGrowth: 500, serverGrowth: 20,
specialName: LocationName.Sector12JoesGuns, specialName: LocationName.Sector12JoesGuns,
}, },
{ {
@ -1569,4 +1582,4 @@ export const serverMetadata: IServerMetadata[] = [
serverGrowth: 0, serverGrowth: 0,
specialName: "w0r1d_d43m0n", specialName: "w0r1d_d43m0n",
}, },
]; ];