Larvik commited on
Commit
7f49354
·
verified ·
1 Parent(s): f3d8e10

Upload 3 files

Browse files
Files changed (2) hide show
  1. ogtxt.py +0 -0
  2. ogtxtJ2.py +20 -16
ogtxt.py CHANGED
The diff for this file is too large to render. See raw diff
 
ogtxtJ2.py CHANGED
@@ -1,28 +1,14 @@
1
- txt={'qa':[],
2
- 'qb':[],
3
- 'qc':[],
4
- 'qd':[],
5
  'qe':[],
6
  'blackbgf':[],
7
  'blackbgg':[],
8
- 'min71':[],
9
- 'sbwy4_1':[],
10
- 'sbwy4_2':[],
11
- 'sbwy4_3':[],
12
- 'sbwy4_4':[],
13
- 'sbwy4_5':[],
14
- 'sbwy4_6':[],
15
- 'min51_1':[],
16
- 'min51_2':[],
17
  'blin69_2':[],
18
  'trap':[],
19
  'convil_3':[],
20
  'junmon':[],
21
  'subin_4':[],
22
  'pass':[],
23
- 'tower5':[],
24
  'hyou14':[],
25
- 'sbwy4_22':[],
26
  'm_endo':[],
27
  'fship_26':[],
28
  'sininb34':[],
@@ -281481,4 +281467,22 @@ txt={'qa':[],
281481
  押すことによって手放すことができます。
281482
  はなした場所によってリアクションが違いますので
281483
  いろんな場所でためしてください。
281484
- ''']}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ txtp={
 
 
 
2
  'qe':[],
3
  'blackbgf':[],
4
  'blackbgg':[],
 
 
 
 
 
 
 
 
 
5
  'blin69_2':[],
6
  'trap':[],
7
  'convil_3':[],
8
  'junmon':[],
9
  'subin_4':[],
10
  'pass':[],
 
11
  'hyou14':[],
 
12
  'm_endo':[],
13
  'fship_26':[],
14
  'sininb34':[],
 
281467
  押すことによって手放すことができます。
281468
  はなした場所によってリアクションが違いますので
281469
  いろんな場所でためしてください。
281470
+ ''']}
281471
+
281472
+ txtp['qa']=txtp['q_1']
281473
+ txtp['qb']=txtp['q_2']
281474
+ txtp['qc']=txtp['q_3']
281475
+ txtp['qd']=txtp['q_4']
281476
+ txtp['min71']=txtp['7min1']
281477
+ txtp['sbwy4_1']=txtp['4sbwy_1']
281478
+ txtp['sbwy4_2']=txtp['4sbwy_2']
281479
+ txtp['sbwy4_3']=txtp['4sbwy_3']
281480
+ txtp['sbwy4_4']=txtp['4sbwy_4']
281481
+ txtp['sbwy4_5']=txtp['4sbwy_5']
281482
+ txtp['sbwy4_6']=txtp['4sbwy_6']
281483
+ txtp['min51_1']=txtp['5min1_1']
281484
+ txtp['min51_2']=txtp['5min1_2']
281485
+ txtp['tower5']=txtp['5tower']
281486
+ txtp['sbwy4_22']=txtp['4sbwy_22']
281487
+
281488
+ txt=txtp