Add run script

This commit is contained in:
sigonasr2 2022-03-13 00:42:00 -06:00
parent cf66eb2378
commit 93277d7051
3 changed files with 122 additions and 113 deletions

4
run.sh Normal file
View File

@ -0,0 +1,4 @@
npm start &
cd src/backend
read -e -p "Provide Log file: " log
node logreader.js $log

3
run.sh.bak Normal file
View File

@ -0,0 +1,3 @@
npm start &
cd src/backend
node logreader.js $1

View File

@ -1,79 +1,79 @@
{
"pomander": [
[
2,
4,
19
3,
10,
25
],
[
3,
3,
27
12,
36
],
[
3,
4,
51
17,
64
],
[
3,
22,
58
],
[
3,
9,
21
],
[
3,
6,
42
],
[
3,
3,
15
],
[
2,
2,
14
],
[
3,
3,
23
],
[
2,
2,
16
],
[
3,
3,
32
],
[
3,
3,
27
],
[
3,
3,
25
],
[
0,
0,
25
18
],
[
3,
4,
20
24
],
[
3,
3,
25
15,
29
],
[
0,
0,
7
3,
12,
41
],
[
3,
8,
32
],
[
3,
15,
37
],
[
3,
8,
33
],
[
2,
12,
28
],
[
3,
15,
37
],
[
1,
1,
8
],
[
0,
@ -83,12 +83,12 @@
],
"accursed_hoard": [
[
0,
0
6,
6
],
[
0,
4
2,
6
],
[
0,
@ -100,84 +100,86 @@
]
],
"mimics": [
43,
0
166,
4
],
"traps": [
[
4,
8
],
[
1,
7
],
[
8,
10
],
[
5,
9
],
[
2,
7
]
],
"floor_effects": [
[
3,
7
],
[
5,
11
],
[
3,
8
],
[
2,
9
],
[
0,
3
],
[
1,
2
],
[
2,
6
],
[
4,
6
],
[
2,
5
],
[
2,
4
],
[
0,
1,
4
],
[
0,
5
]
],
"floor_effects": [
[
1,
5
],
[
3,
9
],
[
1,
6
],
[
0,
7
],
[
0,
3
],
[
0,
1
],
[
1,
5
],
[
0,
2
],
[
0,
3
],
[
0,
2
],
[
0,
3
]
],
"death_count": [
0,
5
],
"floor": 20,
"floor": 60,
"accursed_hoard_detected": false,
"previous_pomander": "",
"floor_storage": {},
"floor_storage": {
"lust": 0
},
"floor_buff_storage": {}
}