more updates

* added more keycodes constant support
* implemented new faction mechanics for mini games
* more small refactors
This commit is contained in:
phyzical
2022-03-23 22:31:56 +08:00
parent 4e73e489ed
commit 0b171822df
16 changed files with 236 additions and 97 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ export const infiltratorsAugmentations = [
factions: [FactionNames.Infiltrators],
}),
new Augmentation({
name: AugmentationNames.AmuletOfPersuasian,
name: AugmentationNames.AmuletOfPersuasion,
repCost: 1e2,
moneyCost: 1e6,
info:
+2 -2
View File
@@ -114,7 +114,7 @@ export const AugmentationNames: {
BagOfSand: string;
IntellisenseModule: string;
ReverseDictionary: string;
AmuletOfPersuasian: string;
AmuletOfPersuasion: string;
LameSharkRepository: string;
CyberDecoder: string;
MineDetector: string;
@@ -237,7 +237,7 @@ export const AugmentationNames: {
BagOfSand: "A Bag of Sand",
IntellisenseModule: "Intellisense Module",
ReverseDictionary: "Reverse Dictionary",
AmuletOfPersuasian: "Amulet of Persuasian",
AmuletOfPersuasion: "Amulet of Persuasian",
LameSharkRepository: "Lame Shark Repository",
CyberDecoder: "Cyber Decoder",
MineDetector: "Mine Detector",