Added University/study + taking class mechanics. Minor improvements to UI and some rebalancing

This commit is contained in:
Daniel Xie
2017-04-24 14:10:35 -05:00
parent 5870430ea7
commit f4ec2e9067
8 changed files with 431 additions and 70 deletions
+12
View File
@@ -1,4 +1,6 @@
CONSTANTS = {
Version: "0.1",
//Max level for any skill. Determined by max numerical value in javascript and the skill level
//formula in Player.js
MaxSkillLevel: 975,
@@ -41,6 +43,16 @@ CONSTANTS = {
FactionWorkField: "Faction Field Work",
FactionWorkSecurity: "Faction Security Work",
WorkTypeCompany: "Working for Company",
WorkTypeFaction: "Working for Faction",
WorkTypeCreateProgram: "Working on Create a Program",
WorkTypeStudyClass: "Studying or Taking a class at university",
ClassStudyComputerScience: "studying Computer Science",
ClassDataStructures: "taking a Data Structures course",
ClassNetworks: "taking a Networks course",
ClassAlgorithms: "taking an Algorithms course",
//Text that is displayed when the 'help' command is ran in Terminal
HelpText: "analyze Get statistics and information about current machine <br>" +
"clear Clear all text on the terminal <br>" +