From 62fbb5452dc5eed899e369ece66b28cd9b85a6d7 Mon Sep 17 00:00:00 2001 From: Daniel Xie Date: Thu, 17 Nov 2016 09:31:52 -0600 Subject: [PATCH] Added some factions --- src/Faction.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Faction.js b/src/Faction.js index 263fe29a2..fab6472c1 100644 --- a/src/Faction.js +++ b/src/Faction.js @@ -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 + } \ No newline at end of file