Add run script

main
sigonasr2 3 years ago
parent cf66eb2378
commit 93277d7051
  1. 4
      run.sh
  2. 3
      run.sh.bak
  3. 150
      src/backend/data.json

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

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

@ -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, 3,
6, 22,
42 58
], ],
[ [
3, 3,
3, 9,
15 21
], ],
[ [
2, 3,
2, 6,
14 18
], ],
[ [
3, 3,
3, 4,
23 24
], ],
[ [
2, 3,
2, 15,
16 29
], ],
[ [
3, 3,
3, 12,
32 41
], ],
[ [
3, 3,
3, 8,
27 32
], ],
[ [
3, 3,
3, 15,
25 37
], ],
[ [
0, 3,
0, 8,
25 33
], ],
[ [
3, 2,
4, 12,
20 28
], ],
[ [
3, 3,
3, 15,
25 37
], ],
[ [
0, 1,
0, 1,
7 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": [
[ [
3, 4,
7 8
], ],
[ [
0, 1,
6 7
], ],
[ [
2, 8,
4 10
], ],
[ [
0, 5,
4 9
], ],
[ [
0, 2,
5 7
] ]
], ],
"floor_effects": [ "floor_effects": [
[ [
1, 3,
5 7
], ],
[ [
3, 5,
9 11
], ],
[ [
1, 3,
6 8
], ],
[ [
0, 2,
7 9
], ],
[ [
0, 0,
3 3
], ],
[ [
0, 1,
1 2
], ],
[ [
1, 2,
5 6
], ],
[ [
0, 4,
2 6
], ],
[ [
0, 2,
3 5
], ],
[ [
0, 2,
2 4
], ],
[ [
0, 1,
3 4
] ]
], ],
"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": {}
} }
Loading…
Cancel
Save