A lot, i dont rembr
This commit is contained in:
parent
fdd58af63e
commit
82565a2be9
6 changed files with 547 additions and 45 deletions
|
|
@ -5,6 +5,7 @@ import { name, prewarmoney, variableChange } from './variables.js';
|
|||
import { forcedEncounter, naturalEncounter } from './encounters.js';
|
||||
|
||||
|
||||
disableRawMode();
|
||||
console.clear();
|
||||
console.log("__________________________________________________________________________________________________________________________________");
|
||||
console.log(" _____ _ ____ ");
|
||||
|
|
@ -66,12 +67,19 @@ function startGame() { // So far what I have is filler and testing, feel free to
|
|||
userInput("[Enter to open shop]");
|
||||
console.clear();
|
||||
|
||||
prewarmoney = 500;
|
||||
ravenRockShop();
|
||||
for (variables.location = 0; variables.location <= 255; variables.location++) {
|
||||
calcLocation();
|
||||
radPointsCalc();
|
||||
healthCapCalc
|
||||
checkLose();
|
||||
}
|
||||
}
|
||||
preWarMoney = 500;
|
||||
caps = 0;
|
||||
level = 1;
|
||||
health = 100;
|
||||
healthCap = 100;
|
||||
walkRate = 1;
|
||||
foodRate = 1;
|
||||
food = 0;
|
||||
radPoints = 0;
|
||||
path = 0;
|
||||
location = 0;
|
||||
locationA = 0;
|
||||
locationB = 0;
|
||||
ravenRockStore();
|
||||
walkPathA(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue