mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Added some factions
This commit is contained in:
@@ -20,6 +20,7 @@ Faction.prototype.setAugmentations(augs) {
|
||||
}
|
||||
|
||||
Factions = {
|
||||
//TODO Saving this for later, IShima is a kinda cool name maybe use it for something
|
||||
//Endgame
|
||||
Illuminati: new Faction("Illuminati");
|
||||
Daedalus: new Faction("Daedalus");
|
||||
@@ -43,4 +44,13 @@ Factions = {
|
||||
|
||||
//City factions, essentially governments
|
||||
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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user