mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 12:15:44 +01:00
Added some factions
This commit is contained in:
parent
f311b0b84f
commit
62fbb5452d
@ -20,6 +20,7 @@ Faction.prototype.setAugmentations(augs) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Factions = {
|
Factions = {
|
||||||
|
//TODO Saving this for later, IShima is a kinda cool name maybe use it for something
|
||||||
//Endgame
|
//Endgame
|
||||||
Illuminati: new Faction("Illuminati");
|
Illuminati: new Faction("Illuminati");
|
||||||
Daedalus: new Faction("Daedalus");
|
Daedalus: new Faction("Daedalus");
|
||||||
@ -43,4 +44,13 @@ Factions = {
|
|||||||
|
|
||||||
//City factions, essentially governments
|
//City factions, essentially governments
|
||||||
Newerth: new Faction("Newerth");
|
Newerth: new Faction("Newerth");
|
||||||
|
Chongqing: new Faction("Chongqing");
|
||||||
|
Sector12: new Faction("Sector-12");
|
||||||
|
HongKong: new Faction("New Tokyo");
|
||||||
|
|
||||||
|
//Criminal Organizations/Gangs
|
||||||
|
|
||||||
|
//Earlygame factions - factions the player will prestige with early on that don't
|
||||||
|
//belong in other categories
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user