This commit is contained in:
2024-01-09 17:47:03 +01:00
parent 435add26de
commit b7197c909c
10 changed files with 442 additions and 119 deletions
+14
View File
@@ -41,6 +41,20 @@ export const DARKWEB_EXPLOITS = [
{ name: 'Formulas.exe', cost: 5000000000 }
];
export const FACTIONS = {
'Netburners': {
requirements: {
hack: 80,
}
},
'CyberSec':{
requirements:{
hack: 57,
nuke: 1,
backdoor:'CSEC',
}
}
};
const COMPLETED_FACTIONS = [
'CyberSec',