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