Mercurial > code > home > repos > light9
annotate light8/ConfigDummy.py @ 2405:69ca2b2fc133
overcomplicated attempt at persisting the pane layout in the rdf graph
this was hard because we have to somehow wait for the graph to load before config'ing the panes
author | drewp@bigasterisk.com |
---|---|
date | Fri, 17 May 2024 16:58:26 -0700 |
parents | a995fd1a8f03 |
children |
rev | line source |
---|---|
0 | 1 from random import randrange |
2 from time import time | |
3 from __future__ import generators,division | |
4 from Subs import * | |
51
71489bb71528
- Meet Fader. He is going to grow up and be a crossfader some day
dmcc
parents:
40
diff
changeset
|
5 from Cue import * |
0 | 6 |
64 | 7 from Configeffects import * |
54 | 8 |
64 | 9 f1 = Fade('bogus sub, i hope', 0, 2, 0.1) |
54 | 10 |
11 cues = [ | |
64 | 12 Cue("Seat filler", 0, 10, f1), |
54 | 13 ] |
0 | 14 |
15 patch = { | |
40
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
16 |
54 | 17 ('side l','sidepost1') : 45, # posts |
18 ('side r','sidepost2') : 46, | |
40
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
19 |
54 | 20 'sidefill1' : 13, |
21 'sidefill2' : 14, | |
22 | |
40
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
23 ('patio1','main 1',) : 1, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
24 ('main 2',) : 2, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
25 ('main 3',) : 3, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
26 ('main 4',) : 4, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
27 ('main 5',) : 5, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
28 ('god','main 6') : 6, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
29 ('main 7',) : 7, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
30 ('main 8',) : 8, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
31 ('main 9',) : 9, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
32 ('main 10',) : 10, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
33 ('main 11',):11, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
34 ('patio2','main 12',):12, |
54 | 35 'hotback':19, |
40
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
36 |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
37 'cycleft' : 43, |
54 | 38 'cycright' : 42, |
40
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
39 |
0 | 40 'house':68, |
40
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
41 ('desk1' ,'b11'):54, # left bank over house |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
42 ('marry1' ,'b12'):53, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
43 ('b13',):52, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
44 ('hotbox1' ,'b14'):51, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
45 ('edge' ,'b15'):50, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
46 ('phone','b16'):49, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
47 ('cuba1' ,'b21'):55, # mid bank |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
48 ('b22',):56, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
49 ('b23',):57, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
50 ('b24'):58, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
51 ('b25'):59, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
52 ('desk2' ,'b26'):60, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
53 ('rock','b31'):61, # right bank |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
54 ('b32',):62, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
55 ('hotbox2' ,'b33'):63, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
56 ('b34',):64, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
57 ('marry2' ,'b35'):65, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
58 ('cuba2' ,'b36'):66, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
59 'oran1':21, 'oran2':25, 'oran3':29, 'oran4':33, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
60 'gree1':22, 'gree2':26, 'gree3':30, 'gree4':34, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
61 'blue1':23, 'blue2':27, 'blue3':31, 'blue4':35, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
62 'red1' :24, 'red2' :28, 'red3' :32, 'red4' :36, |
54 | 63 'upfill1' : 40, |
64 'upfill2' : 38, | |
65 'upfill3' : 37, | |
66 'upfill4' : 39, | |
81
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
67 'cafe1': 15, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
68 'cafe2': 16, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
69 'dream':17, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
70 'xmas':41, |
0 | 71 } |
72 | |
73 from util import maxes,scaledict | |
74 FL=100 | |
75 def fulls(chans): | |
76 # pass a list or multiple args | |
77 return dict([(c,FL) for c in chans]) | |
78 def levs(chans,levs): | |
79 return dict([(c,v) for c,v in zip(chans,levs)]) | |
80 | |
4 | 81 subs = { |
82 ('house', 'black') : { 68:100 }, | |
40
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
83 ('col oran', '#EEEE99'):fulls('oran1 oran2 oran3 oran4'.split()), |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
84 ('col red', 'red'):fulls('red1 red2 red3 red4'.split()), |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
85 ('col blue', 'blue'):fulls('blue1 blue2 blue3 blue4'.split()), |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
86 ('col gree', 'green'):fulls('gree1 gree2 gree3 gree4'.split()), |
4 | 87 'sidepost':fulls((45,46)), |
40
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
88 'bank1ctr':fulls(('b22','b23','b24','b25')), |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
89 'god' : fulls((6,)), |
54 | 90 # ('strobe', 'grey'):strobe, |
91 # 'chase' : chase, | |
92 # 'chase2' : chase, | |
93 'cyc' : fulls(('cycleft','cycright')), | |
94 'sidefill' : fulls(('sidefill1','sidefill2')), | |
95 'patio left' : { 'patio1':FL }, | |
96 'patio right' : { 'patio2':FL }, | |
97 'upfill sides' : fulls(('upfill1','upfill4')), | |
4 | 98 } |
99 | |
81
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
100 #subs["*marry"] = { "hotbox1" : 100,} |
54 | 101 subs["*phone booth"] = { "phone" : 100,} |
81
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
102 ## subs["*broadway open"] = { "sidefill2" : 100, "sidefill1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
103 ## "main 11" : 100, "main 10" : 100, "b34" : 100, "b25" : 100, "b24" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
104 ## "b22" : 100, "desk2" : 78, "phone" : 46, "upfill3" : 69, "upfill2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
105 ## "main 3" : 68, "main 2" : 100, "main 5" : 100, "main 4" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
106 ## "main 7" : 100, "main 9" : 100, "main 8" : 100, "edge" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
107 ## "sidepost1" : 100, "sidepost2" : 100, "marry2" : 100, "marry1" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
108 ## subs["*int mission"] = { "sidefill1" : 100, "main 4" : 100, "main 9" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
109 ## "main 8" : 100, "b24" : 100, "b23" : 100, "desk1" : 100, "desk2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
110 ## "b22" : 100, "rock" : 100, "marry1" : 100, "cuba1" : 25, "cuba2" : 51, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
111 ## "main 10" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
112 ## subs["*broadway open"] = { "sidefill2" : 100, "sidefill1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
113 ## "main 11" : 100, "main 10" : 100, "b34" : 100, "b25" : 100, "b24" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
114 ## "b22" : 100, "desk2" : 78, "phone" : 46, "hotbox1" : 100, "upfill3" : 69, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
115 ## "upfill2" : 100, "main 3" : 68, "main 2" : 100, "main 5" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
116 ## "main 4" : 100, "main 7" : 100, "hotbox2" : 100, "main 9" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
117 ## "main 8" : 100, "edge" : 46, "sidepost1" : 100, "sidepost2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
118 ## "marry2" : 100, "marry1" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
119 ## subs["*broadway open"] = { "sidefill2" : 100, "sidefill1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
120 ## "cycright" : 41, "upfill3" : 69, "upfill2" : 100, "upfill1" : 56, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
121 ## "side l" : 100, "b25" : 100, "cycleft" : 41, "b22" : 100, "desk2" : 78, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
122 ## "phone" : 46, "hotbox1" : 100, "upfill4" : 56, "b24" : 100, "side r" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
123 ## "main 11" : 100, "main 10" : 100, "main 3" : 68, "main 2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
124 ## "main 5" : 100, "main 4" : 100, "main 7" : 100, "hotbox2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
125 ## "main 9" : 100, "main 8" : 100, "b34" : 100, "edge" : 46, "god" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
126 ## "marry2" : 100, "marry1" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
127 ## subs["*broadway open"] = { "sidefill2" : 100, "sidefill1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
128 ## "cycright" : 41, "upfill3" : 69, "upfill2" : 100, "upfill1" : 56, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
129 ## "b34" : 100, "b25" : 100, "side l" : 100, "b22" : 100, "desk2" : 78, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
130 ## "phone" : 80, "hotbox1" : 100, "upfill4" : 56, "b24" : 100, "side r" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
131 ## "main 11" : 100, "main 10" : 100, "main 3" : 100, "main 2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
132 ## "main 5" : 100, "main 4" : 100, "main 7" : 100, "hotbox2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
133 ## "main 9" : 100, "main 8" : 100, "cycleft" : 41, "edge" : 80, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
134 ## "god" : 100, "marry2" : 100, "marry1" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
135 ## subs["*int mission"] = { "sidefill2" : 51, "sidefill1" : 0, "upfill4" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
136 ## "main 11" : 100, "main 10" : 100, "b34" : 0, "b25" : 0, "b24" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
137 ## "b23" : 100, "desk1" : 53, "desk2" : 100, "b22" : 100, "hotbox2" : 85, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
138 ## "hotbox1" : 25, "b32" : 62, "upfill3" : 37, "upfill2" : 66, "main 3" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
139 ## "main 5" : 70, "main 4" : 100, "main 7" : 100, "main 9" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
140 ## "main 8" : 100, "rock" : 52, "marry2" : 100, "marry1" : 61, "cuba1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
141 ## "cuba2" : 78,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
142 ## subs["*int mission"] = { "sidefill2" : 51, "sidefill1" : 0, "upfill4" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
143 ## "main 11" : 100, "main 10" : 100, "b34" : 0, "b25" : 0, "b24" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
144 ## "b23" : 100, "desk1" : 53, "desk2" : 100, "b22" : 100, "hotbox2" : 85, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
145 ## "hotbox1" : 25, "cycright" : 66, "b32" : 62, "upfill3" : 37, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
146 ## "upfill2" : 66, "main 3" : 57, "main 2" : 0, "main 5" : 70, "main 4" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
147 ## "main 7" : 100, "main 9" : 100, "main 8" : 100, "rock" : 52, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
148 ## "marry2" : 100, "marry1" : 61, "cuba1" : 0, "cuba2" : 78,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
149 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
150 ## subs["*hotbox dance"] = { "cycright" : 19, "upfill3" : 32, "upfill2" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
151 ## "upfill1" : 26, "sidefill2" : 0, "b25" : 0, "side l" : 46, "b23" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
152 ## "desk1" : 0, "desk2" : 24, "upfill4" : 26, "side r" : 46, "main 11" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
153 ## "main 10" : 100, "god" : 100, "edge" : 0, "sidepost1" : 0, "sidepost2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
154 ## "marry2" : 0, "marry1" : 0, "cuba1" : 0, "cuba2" : 0, "b13" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
155 ## "red3" : 100, "red2" : 100, "sidefill1" : 0, "b24" : 0, "red4" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
156 ## "b34" : 30, "cycleft" : 19, "b32" : 43, "b22" : 0, "phone" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
157 ## "hotbox1" : 42, "main 3" : 46, "main 2" : 46, "main 5" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
158 ## "main 4" : 46, "main 7" : 100, "hotbox2" : 78, "main 9" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
159 ## "main 8" : 46, "hotback" : 100, "rock" : 0, "red1" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
160 ## subs["*hotbox table"] = { "sidefill2" : 0, "main 3" : 80, "main 2" : 62, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
161 ## "main 11" : 0, "main 4" : 29, "main 7" : 10, "main 9" : 64, "main 8" : 10, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
162 ## "b25" : 0, "b22" : 100, "phone" : 0, "edge" : 0, "b13" : 0, "marry2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
163 ## "main 5" : 34, "marry1" : 0, "hotback" : 0, "cuba1" : 22, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
164 ## subs["*hotbox table"] = { "sidefill2" : 0, "main 11" : 0, "b25" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
165 ## "b22" : 100, "desk2" : 58, "phone" : 0, "main 3" : 80, "main 2" : 62, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
166 ## "main 5" : 34, "main 4" : 100, "main 7" : 10, "hotbox2" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
167 ## "main 9" : 64, "main 8" : 10, "edge" : 0, "b13" : 0, "rock" : 22, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
168 ## "marry2" : 0, "marry1" : 0, "hotback" : 0, "cuba1" : 22, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
169 ## subs["*hotbox small table"] = { "red3" : 100, "red2" : 100, "main 3" : 80, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
170 ## "main 2" : 62, "main 5" : 34, "main 4" : 100, "main 7" : 10, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
171 ## "red4" : 100, "main 9" : 64, "main 8" : 10, "rock" : 22, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
172 ## "desk2" : 58, "b22" : 100, "hotbox2" : 46, "upfill4" : 62, "god" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
173 ## "upfill1" : 62, "cuba1" : 22,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
174 ## subs["*hotbox small table"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
175 ## "upfill4" : 62, "main 11" : 0, "main 10" : 0, "upfill1" : 62, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
176 ## "red4" : 100, "b25" : 5, "b22" : 100, "desk2" : 58, "desk1" : 52, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
177 ## "hotbox2" : 0, "sidefill2" : 0, "main 3" : 47, "main 2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
178 ## "main 5" : 0, "main 4" : 0, "main 7" : 0, "phone" : 0, "main 9" : 11, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
179 ## "main 8" : 0, "god" : 100, "edge" : 0, "rock" : 0, "marry2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
180 ## "marry1" : 0, "hotback" : 0, "cuba1" : 0, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
181 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
182 ## subs["*ext mission"] = { "sidefill2" : 100, "sidefill1" : 59, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
183 ## "cycright" : 53, "upfill3" : 0, "upfill2" : 0, "upfill1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
184 ## "b34" : 100, "b25" : 100, "side l" : 100, "b23" : 100, "b22" : 49, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
185 ## "b32" : 80, "phone" : 0, "hotbox1" : 0, "upfill4" : 0, "b24" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
186 ## "desk2" : 78, "main 11" : 100, "main 10" : 100, "main 3" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
187 ## "main 2" : 100, "main 5" : 100, "main 4" : 0, "main 7" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
188 ## "hotbox2" : 100, "main 9" : 100, "main 8" : 100, "god" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
189 ## "cycleft" : 0, "edge" : 0, "b13" : 0, "rock" : 60, "marry2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
190 ## "marry1" : 0, "side r" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
191 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
192 ## subs["*broadway night 1-7"] = { "sidefill2" : 37, "sidefill1" : 37, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
193 ## "upfill3" : 11, "upfill2" : 23, "b34" : 28, "b25" : 37, "b24" : 94, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
194 ## "b23" : 100, "b22" : 82, "desk2" : 0, "desk1" : 0, "hotbox2" : 11, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
195 ## "hotbox1" : 0, "blue1" : 93, "main 11" : 37, "blue3" : 93, "blue2" : 93, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
196 ## "blue4" : 93, "main 10" : 37, "main 3" : 25, "main 2" : 37, "main 5" : 37, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
197 ## "main 4" : 37, "main 7" : 37, "main 9" : 37, "main 8" : 37, "edge" : 12, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
198 ## "god" : 100, "marry2" : 0, "marry1" : 37,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
199 ## subs["*cuba right"] = { "main 3" : 31, "main 2" : 0, "main 10" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
200 ## "b34" : 100, "b22" : 31, "desk2" : 85, "desk1" : 39, "edge" : 31, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
201 ## "sidefill1" : 7, "cuba1" : 100, "cuba2" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
202 ## subs["*cuba dance"] = { "sidefill2" : 100, "sidefill1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
203 ## "upfill4" : 100, "upfill3" : 81, "upfill2" : 100, "upfill1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
204 ## "b34" : 100, "b25" : 100, "b24" : 100, "b23" : 100, "desk1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
205 ## "desk2" : 100, "b22" : 100, "phone" : 100, "main 11" : 100, "main 10" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
206 ## "main 3" : 100, "main 2" : 100, "main 5" : 100, "main 4" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
207 ## "main 7" : 100, "main 9" : 100, "main 8" : 100, "edge" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
208 ## "god" : 100, "marry2" : 100, "marry1" : 100, "hotback" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
209 ## "cuba1" : 100, "cuba2" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
210 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
211 ## subs["*cuba love"] = { "sidefill2" : 0, "sidefill1" : 0, "upfill4" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
212 ## "main 11" : 28, "main 10" : 28, "upfill1" : 0, "b34" : 9, "b25" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
213 ## "b24" : 59, "b23" : 59, "b22" : 100, "desk2" : 16, "desk1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
214 ## "phone" : 0, "hotbox1" : 0, "upfill3" : 43, "upfill2" : 43, "main 3" : 28, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
215 ## "main 2" : 100, "main 5" : 16, "main 4" : 16, "main 7" : 0, "main 9" : 65, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
216 ## "main 8" : 74, "edge" : 0, "marry2" : 9, "marry1" : 0, "hotback" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
217 ## "cuba1" : 0, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
218 ## subs["*ext mission night"] = { "sidefill2" : 39, "sidefill1" : 23, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
219 ## "cycright" : 20, "main 11" : 29, "main 10" : 29, "upfill1" : 8, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
220 ## "b34" : 39, "b25" : 39, "side l" : 39, "b23" : 39, "b22" : 19, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
221 ## "b32" : 31, "upfill4" : 8, "b24" : 39, "side r" : 39, "desk2" : 18, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
222 ## "main 2" : 39, "main 5" : 39, "main 9" : 39, "main 8" : 39, "god" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
223 ## "marry2" : 39,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
224 ## subs["*ext mission night"] = { "sidefill2" : 39, "sidefill1" : 23, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
225 ## "cycright" : 20, "main 11" : 29, "main 10" : 29, "upfill1" : 8, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
226 ## "b34" : 39, "b25" : 39, "side l" : 39, "b23" : 39, "b22" : 19, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
227 ## "b32" : 31, "upfill4" : 8, "b24" : 39, "side r" : 39, "desk2" : 18, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
228 ## "main 2" : 39, "main 5" : 39, "main 9" : 39, "main 8" : 39, "god" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
229 ## "marry2" : 39,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
230 ## subs["*ext mission night"] = { "cycright" : 6, "main 11" : 15, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
231 ## "main 10" : 15, "upfill1" : 0, "b25" : 25, "side l" : 39, "b23" : 25, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
232 ## "b22" : 5, "desk2" : 4, "upfill4" : 0, "side r" : 39, "upfill3" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
233 ## "upfill2" : 0, "patio1" : 0, "god" : 86, "edge" : 0, "b13" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
234 ## "sidepost2" : 0, "marry2" : 25, "marry1" : 0, "cuba1" : 5, "cuba2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
235 ## "sidepost1" : 0, "sidefill2" : 25, "sidefill1" : 9, "b24" : 25, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
236 ## "b34" : 25, "cycleft" : 0, "b32" : 17, "desk1" : 0, "hotbox2" : 25, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
237 ## "hotbox1" : 0, "main 3" : 0, "main 2" : 25, "main 5" : 25, "main 4" : 25, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
238 ## "main 7" : 25, "phone" : 0, "main 9" : 25, "main 8" : 25, "patio2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
239 ## "hotback" : 0, "rock" : 17,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
240 ## subs["*ext mission night"] = { "b32" : 27, "sidefill2" : 34, "sidefill1" : 20, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
241 ## "cycright" : 18, "main 11" : 34, "main 10" : 34, "upfill1" : 8, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
242 ## "b34" : 34, "b25" : 34, "side l" : 34, "b23" : 34, "b22" : 16, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
243 ## "desk2" : 26, "hotbox2" : 34, "upfill4" : 8, "b24" : 34, "side r" : 34, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
244 ## "main 2" : 34, "main 5" : 34, "main 4" : 25, "main 7" : 34, "main 9" : 34, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
245 ## "main 8" : 34, "rock" : 20, "god" : 100, "marry2" : 34, "cuba1" : 5,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
246 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
247 ## subs["*sewer"] = { "sidefill2" : 33, "sidefill1" : 33, "upfill4" : 10, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
248 ## "upfill3" : 22, "main 10" : 48, "upfill1" : 14, "b25" : 16, "b24" : 19, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
249 ## "b23" : 64, "b22" : 50, "hotbox1" : 0, "main 11" : 40, "upfill2" : 61, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
250 ## "main 2" : 54, "main 5" : 20, "main 4" : 45, "main 7" : 0, "main 9" : 84, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
251 ## "main 8" : 45, "hotback" : 40, "sidepost1" : 31, "sidepost2" : 31, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
252 ## "marry2" : 0, "marry1" : 0, "cuba1" : 59,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
253 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
254 ## subs["*marry"] = { "sidefill2" : 0, "sidefill1" : 0, "cycright" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
255 ## "main 11" : 55, "main 10" : 55, "upfill1" : 48, "b34" : 30, "patio1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
256 ## "b25" : 0, "side l" : 30, "b23" : 100, "b22" : 14, "b32" : 23, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
257 ## "hotbox2" : 43, "hotbox1" : 49, "upfill4" : 48, "b24" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
258 ## "desk2" : 23, "patio2" : 0, "main 3" : 0, "main 2" : 30, "main 5" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
259 ## "main 4" : 0, "main 7" : 30, "phone" : 0, "main 9" : 30, "main 8" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
260 ## "rock" : 17, "edge" : 0, "sidepost1" : 0, "sidepost2" : 0, "god" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
261 ## "marry2" : 34, "marry1" : 69, "cuba1" : 0, "cuba2" : 0, "side r" : 30,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
262 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
263 ## subs['*1-01-0']=subs['*broadway open'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
264 ## subs['*1-02-0']=subs['*int mission'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
265 ## subs['*1-03-0']=subs['*phone booth'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
266 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
267 ## subs['*1-04-00-dance']=subs['*hotbox dance'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
268 ## subs['*1-04-10-after dance']=subs['*hotbox dance'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
269 ## subs['*1-04-20-table']=subs['*hotbox table'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
270 ## subs['*1-04-30-small table']=subs['*hotbox small table'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
271 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
272 ## subs['*1-05-0']=subs['*broadway open'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
273 ## subs['*1-06-0']=subs['*ext mission'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
274 ## subs['*1-07-0']=subs['*broadway night 1-7'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
275 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
276 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
277 ## subs['*1-08-00-left cafe']={ "main 3" : 100, "edge" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
278 ## subs['*1-08-10-right cafe']= fulls(('cuba1','cuba2')) |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
279 ## subs['*1-08-20-backdrop']=fulls(('upfill1','upfill2','upfill3','upfill4')) |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
280 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
281 ## subs['*1-09-0']=subs['*cuba love'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
282 ## subs['*1-10-0']=subs['*ext mission night'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
283 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
284 ## subs['*2-01-0-dance']=subs['*hotbox dance'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
285 ## subs['*2-01-1-after dance']=subs['*hotbox dance'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
286 ## subs['*2-01-2-table']=subs['*hotbox table'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
287 ## subs['*2-01-3-small table']=subs['*hotbox small table'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
288 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
289 ## subs["*2-02-0"] = { "sidefill2" : 0, "sidefill1" : 0, "cycright" : 18, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
290 ## "main 11" : 5, "main 10" : 5, "upfill1" : 70, "b34" : 34, "b25" : 71, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
291 ## "side l" : 34, "b23" : 67, "b22" : 50, "b32" : 57, "desk1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
292 ## "hotbox2" : 59, "upfill4" : 70, "b24" : 67, "desk2" : 26, "main 3" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
293 ## "main 2" : 5, "main 5" : 56, "main 4" : 0, "main 7" : 5, "main 9" : 5, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
294 ## "main 8" : 5, "rock" : 20, "edge" : 0, "sidepost1" : 0, "sidepost2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
295 ## "god" : 100, "marry2" : 50, "cuba1" : 0, "side r" : 34,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
296 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
297 ## subs['*2-03-00-open dance']=subs['*sewer'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
298 ## subs['*2-03-10-dialogue']=subs['*sewer'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
299 ## subs['*2-03-20-luck']=subs['*sewer'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
300 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
301 ## subs['*2-04-0']=subs['*2-02-0'].copy() # sue me |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
302 ## subs['*2-05-0']=subs['*int mission'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
303 ## subs['*2-06-0']=subs['*marry'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
304 ## subs['*2-07-0']=subs['*broadway open'].copy() |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
305 ## subs["*curtain"] = { "god" : 100, "house" : 81,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
306 ## subs["*curtain"] = { "sidefill2" : 76, "sidefill1" : 76, "upfill4" : 39, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
307 ## "main 11" : 76, "main 10" : 76, "upfill1" : 39, "house" : 81, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
308 ## "desk1" : 76, "desk2" : 76, "phone" : 76, "hotbox1" : 39, "upfill3" : 39, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
309 ## "upfill2" : 39, "main 3" : 76, "main 5" : 100, "main 4" : 76, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
310 ## "hotbox2" : 39, "god" : 100, "edge" : 76, "marry2" : 76, "marry1" : 76, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
311 ## "hotback" : 76, "cuba1" : 76, "cuba2" : 76,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
312 ## subs["*1-01-9 end conversations"] = { "sidefill2" : 63, "sidefill1" : 26, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
313 ## "upfill4" : 4, "upfill3" : 43, "upfill2" : 63, "upfill1" : 4, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
314 ## "b34" : 63, "b25" : 63, "side l" : 63, "b23" : 12, "b22" : 63, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
315 ## "desk2" : 12, "phone" : 50, "hotbox1" : 63, "b24" : 42, "side r" : 63, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
316 ## "main 11" : 63, "main 10" : 63, "main 3" : 26, "main 2" : 63, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
317 ## "main 5" : 63, "main 4" : 63, "main 7" : 63, "hotbox2" : 63, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
318 ## "main 9" : 63, "main 8" : 63, "edge" : 13, "god" : 100, "marry2" : 63, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
319 ## "marry1" : 63, "cuba1" : 63, "cuba2" : 42,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
320 ## subs["*1-02-1 desk solo"] = { "sidefill2" : 51, "cycright" : 66, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
321 ## "upfill3" : 37, "upfill2" : 66, "rock" : 52, "b24" : 100, "b23" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
322 ## "desk1" : 53, "desk2" : 100, "b22" : 100, "hotbox2" : 85, "hotbox1" : 25, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
323 ## "b32" : 62, "blue1" : 33, "main 11" : 100, "blue3" : 33, "blue2" : 33, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
324 ## "blue4" : 33, "main 10" : 100, "main 3" : 57, "main 5" : 70, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
325 ## "main 4" : 100, "main 7" : 100, "main 9" : 100, "main 8" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
326 ## "god" : 100, "marry2" : 100, "marry1" : 61, "cuba2" : 78,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
327 ## subs["*1-02-1 desk solo"] = { "sidefill2" : 51, "cycright" : 37, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
328 ## "upfill3" : 0, "upfill2" : 0, "cycleft" : 0, "b24" : 22, "b23" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
329 ## "desk1" : 53, "desk2" : 89, "b22" : 100, "hotbox2" : 7, "hotbox1" : 25, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
330 ## "b32" : 0, "blue1" : 33, "main 11" : 22, "blue3" : 33, "blue2" : 33, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
331 ## "blue4" : 33, "main 10" : 22, "main 3" : 57, "main 5" : 0, "main 4" : 22, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
332 ## "main 7" : 100, "main 9" : 22, "god" : 100, "rock" : 14, "main 8" : 22, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
333 ## "marry2" : 22, "marry1" : 61, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
334 ## subs["*1-04-01 dark tables"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
335 ## "upfill4" : 26, "upfill3" : 32, "upfill2" : 46, "upfill1" : 26, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
336 ## "red4" : 100, "b34" : 30, "cycleft" : 19, "desk2" : 24, "hotbox2" : 78, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
337 ## "hotbox1" : 42, "cycright" : 19, "b32" : 43, "blue1" : 33, "main 11" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
338 ## "blue3" : 33, "blue2" : 33, "blue4" : 33, "main 10" : 100, "main 3" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
339 ## "main 2" : 46, "main 5" : 100, "main 4" : 46, "main 7" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
340 ## "main 9" : 46, "main 8" : 46, "hotback" : 100, "god" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
341 ## subs["*1-04-01 dark tables"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
342 ## "upfill4" : 26, "upfill3" : 32, "upfill2" : 46, "upfill1" : 26, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
343 ## "red4" : 100, "b34" : 12, "cycleft" : 19, "b23" : 67, "desk2" : 24, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
344 ## "hotbox2" : 45, "hotbox1" : 46, "cycright" : 19, "b24" : 67, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
345 ## "b32" : 2, "blue1" : 33, "main 11" : 46, "blue3" : 33, "blue2" : 33, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
346 ## "blue4" : 33, "main 10" : 100, "main 3" : 13, "main 2" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
347 ## "main 5" : 100, "main 4" : 100, "main 7" : 100, "main 9" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
348 ## "main 8" : 29, "edge" : 9, "god" : 100, "hotback" : 100, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
349 ## subs["*1-04-01 dark tables"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
350 ## "upfill4" : 26, "upfill3" : 32, "upfill2" : 46, "upfill1" : 26, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
351 ## "red4" : 100, "b34" : 12, "cycleft" : 19, "b23" : 67, "desk2" : 24, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
352 ## "hotbox2" : 45, "hotbox1" : 46, "cycright" : 19, "b24" : 67, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
353 ## "b32" : 2, "blue1" : 33, "main 11" : 46, "blue3" : 33, "blue2" : 33, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
354 ## "blue4" : 33, "main 10" : 100, "main 3" : 13, "main 2" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
355 ## "main 5" : 0, "main 4" : 100, "main 7" : 100, "main 9" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
356 ## "main 8" : 29, "edge" : 9, "god" : 100, "hotback" : 100, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
357 ## subs["*1-04-01 dark tables"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
358 ## "upfill4" : 26, "upfill3" : 0, "upfill2" : 0, "upfill1" : 26, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
359 ## "red4" : 100, "b34" : 12, "cycleft" : 19, "b23" : 67, "desk2" : 24, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
360 ## "hotbox2" : 45, "hotbox1" : 46, "cycright" : 19, "b24" : 67, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
361 ## "b32" : 2, "blue1" : 33, "main 11" : 46, "blue3" : 33, "blue2" : 33, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
362 ## "blue4" : 33, "main 10" : 100, "main 3" : 13, "main 2" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
363 ## "main 5" : 0, "main 4" : 100, "main 7" : 100, "main 9" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
364 ## "main 8" : 29, "edge" : 9, "god" : 100, "hotback" : 100, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
365 ## subs["*1-05-0"] = { "sidefill2" : 100, "sidefill1" : 100, "cycright" : 39, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
366 ## "upfill3" : 40, "upfill2" : 40, "upfill1" : 0, "b34" : 34, "b25" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
367 ## "side l" : 100, "b23" : 100, "b22" : 100, "desk2" : 31, "desk1" : 19, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
368 ## "phone" : 0, "hotbox1" : 0, "upfill4" : 0, "b24" : 100, "side r" : 82, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
369 ## "main 11" : 89, "main 10" : 100, "main 3" : 85, "main 2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
370 ## "main 5" : 100, "main 4" : 100, "main 7" : 100, "hotbox2" : 38, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
371 ## "main 9" : 100, "main 8" : 100, "cycleft" : 27, "edge" : 48, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
372 ## "b13" : 100, "god" : 100, "marry2" : 0, "marry1" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
373 ## subs["*1-05-0"] = { "sidefill2" : 100, "sidefill1" : 100, "cycright" : 36, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
374 ## "upfill3" : 37, "upfill2" : 37, "upfill1" : 0, "b34" : 13, "b25" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
375 ## "side l" : 100, "b23" : 100, "b22" : 100, "desk2" : 31, "desk1" : 19, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
376 ## "phone" : 0, "hotbox1" : 0, "upfill4" : 0, "b24" : 100, "side r" : 82, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
377 ## "main 11" : 89, "main 10" : 100, "main 3" : 85, "main 2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
378 ## "main 5" : 100, "main 4" : 100, "main 7" : 100, "hotbox2" : 17, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
379 ## "main 9" : 100, "main 8" : 100, "cycleft" : 18, "edge" : 37, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
380 ## "b13" : 100, "god" : 100, "marry2" : 0, "marry1" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
381 ## subs["*1-07-0"] = { "sidefill2" : 37, "sidefill1" : 37, "b24" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
382 ## "upfill3" : 11, "upfill2" : 23, "b34" : 28, "b25" : 64, "side l" : 49, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
383 ## "b23" : 100, "b22" : 82, "desk2" : 0, "desk1" : 0, "hotbox2" : 11, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
384 ## "hotbox1" : 0, "side r" : 36, "blue1" : 93, "main 11" : 37, "blue3" : 93, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
385 ## "blue2" : 93, "blue4" : 93, "main 10" : 37, "main 3" : 25, "main 2" : 37, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
386 ## "main 5" : 37, "main 4" : 37, "main 7" : 37, "main 9" : 37, "main 8" : 37, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
387 ## "edge" : 12, "god" : 100, "marry2" : 0, "marry1" : 37,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
388 ## subs["*1-08-10-right cafe"] = { "main 9" : 0, "cuba2" : 100, "b34" : 54, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
389 ## "main 8" : 0, "cuba1" : 100, "b32" : 43,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
390 ## subs["*1-08-30-full"] = { "b32" : 43, "sidefill2" : 38, "sidefill1" : 38, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
391 ## "cycright" : 15, "upfill3" : 100, "upfill2" : 100, "upfill1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
392 ## "side l" : 38, "b25" : 100, "cycleft" : 15, "b23" : 100, "b22" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
393 ## "desk2" : 30, "phone" : 31, "hotbox1" : 38, "upfill4" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
394 ## "b24" : 100, "side r" : 38, "main 11" : 38, "main 10" : 38, "main 3" : 38, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
395 ## "main 2" : 38, "main 5" : 38, "main 4" : 38, "main 7" : 38, "hotbox2" : 38, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
396 ## "main 9" : 38, "main 8" : 38, "b34" : 54, "edge" : 31, "god" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
397 ## "marry2" : 38, "marry1" : 38, "cuba1" : 100, "cuba2" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
398 ## subs["*1-09-0"] = { "red3" : 64, "red2" : 64, "red1" : 64, "upfill3" : 43, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
399 ## "upfill2" : 43, "red4" : 64, "b34" : 9, "b25" : 100, "b24" : 59, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
400 ## "b23" : 59, "b22" : 100, "desk2" : 16, "blue1" : 53, "main 11" : 28, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
401 ## "blue3" : 53, "blue2" : 53, "blue4" : 53, "main 10" : 28, "main 3" : 28, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
402 ## "main 2" : 100, "main 5" : 16, "main 4" : 16, "main 9" : 65, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
403 ## "main 8" : 74, "god" : 100, "marry2" : 9,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
404 ## subs["*1-10-0"] = { "b32" : 27, "sidefill2" : 34, "sidefill1" : 20, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
405 ## "cycright" : 18, "main 11" : 34, "main 10" : 34, "upfill1" : 9, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
406 ## "b34" : 34, "b25" : 34, "side l" : 34, "b23" : 34, "b22" : 16, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
407 ## "desk2" : 26, "hotbox2" : 34, "upfill4" : 9, "b24" : 34, "side r" : 34, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
408 ## "blue1" : 70, "blue3" : 70, "blue2" : 70, "blue4" : 70, "main 2" : 34, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
409 ## "main 5" : 34, "main 4" : 25, "main 7" : 34, "main 9" : 34, "main 8" : 34, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
410 ## "rock" : 20, "god" : 100, "marry2" : 34, "cuba1" : 5,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
411 ## subs["*curtain"] = { "sidefill2" : 73, "sidefill1" : 73, "cycright" : 30, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
412 ## "upfill3" : 50, "upfill2" : 73, "upfill1" : 41, "side l" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
413 ## "house" : 73, "b25" : 73, "cycleft" : 30, "b22" : 73, "desk2" : 57, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
414 ## "phone" : 58, "hotbox1" : 73, "upfill4" : 41, "b24" : 73, "side r" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
415 ## "main 11" : 73, "main 10" : 73, "main 3" : 73, "main 2" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
416 ## "main 5" : 73, "main 4" : 73, "main 7" : 73, "hotbox2" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
417 ## "main 9" : 73, "main 8" : 73, "b34" : 73, "edge" : 58, "god" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
418 ## "marry2" : 73, "marry1" : 73,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
419 ## subs["*curtain"] = { "sidefill2" : 73, "sidefill1" : 73, "cycright" : 30, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
420 ## "upfill3" : 50, "upfill2" : 73, "upfill1" : 41, "b34" : 73, "house" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
421 ## "b25" : 73, "side l" : 73, "b22" : 73, "desk2" : 57, "phone" : 58, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
422 ## "hotbox1" : 0, "upfill4" : 41, "b24" : 73, "side r" : 73, "main 11" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
423 ## "main 10" : 73, "main 3" : 73, "main 2" : 73, "main 5" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
424 ## "main 4" : 73, "main 7" : 73, "hotbox2" : 73, "main 9" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
425 ## "main 8" : 73, "cycleft" : 30, "edge" : 58, "god" : 100, "marry2" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
426 ## "marry1" : 73,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
427 ## subs["*2-01-01-solo"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
428 ## "upfill4" : 67, "main 11" : 46, "upfill2" : 1, "upfill1" : 67, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
429 ## "red4" : 100, "b34" : 30, "cycleft" : 55, "desk2" : 24, "hotbox2" : 78, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
430 ## "hotbox1" : 42, "cycright" : 55, "b32" : 43, "main 10" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
431 ## "main 3" : 46, "main 2" : 46, "main 5" : 100, "main 4" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
432 ## "main 7" : 100, "main 9" : 46, "main 8" : 46, "hotback" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
433 ## "god" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
434 ## subs["*2-01-01-solo"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
435 ## "upfill4" : 67, "main 11" : 0, "upfill2" : 1, "upfill1" : 67, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
436 ## "red4" : 100, "b34" : 0, "cycleft" : 55, "desk2" : 24, "hotbox2" : 78, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
437 ## "hotbox1" : 42, "cycright" : 55, "b32" : 43, "main 10" : 0, "main 3" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
438 ## "main 2" : 0, "main 5" : 0, "main 4" : 0, "main 7" : 100, "phone" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
439 ## "main 9" : 0, "main 8" : 0, "hotback" : 100, "god" : 100, "cuba1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
440 ## "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
441 ## subs["*2-01-01-solo"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
442 ## "upfill4" : 67, "main 11" : 0, "upfill2" : 1, "upfill1" : 67, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
443 ## "red4" : 100, "b34" : 0, "cycleft" : 55, "b23" : 100, "desk2" : 24, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
444 ## "hotbox2" : 78, "hotbox1" : 42, "cycright" : 55, "b24" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
445 ## "b32" : 43, "main 10" : 0, "main 3" : 0, "main 2" : 0, "main 5" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
446 ## "main 4" : 0, "main 7" : 100, "phone" : 0, "main 9" : 0, "main 8" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
447 ## "hotback" : 100, "god" : 100, "cuba1" : 0, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
448 ## subs["*2-02-0"] = { "sidefill2" : 0, "sidefill1" : 0, "cycright" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
449 ## "main 11" : 5, "main 10" : 68, "upfill1" : 0, "b34" : 0, "b25" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
450 ## "side l" : 34, "b23" : 0, "b22" : 0, "b32" : 0, "desk1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
451 ## "hotbox2" : 0, "upfill4" : 0, "b24" : 0, "desk2" : 0, "main 3" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
452 ## "main 2" : 5, "main 5" : 18, "main 4" : 60, "main 7" : 42, "main 9" : 68, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
453 ## "main 8" : 50, "rock" : 0, "edge" : 0, "sidepost1" : 0, "sidepost2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
454 ## "god" : 100, "marry2" : 65, "cuba1" : 0, "side r" : 34,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
455 ## subs["*2-02-0"] = { "sidefill2" : 0, "sidefill1" : 0, "cycright" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
456 ## "main 11" : 5, "main 10" : 68, "upfill1" : 0, "b34" : 0, "b25" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
457 ## "side l" : 34, "b23" : 0, "b22" : 0, "b32" : 0, "desk1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
458 ## "hotbox2" : 0, "upfill4" : 0, "b24" : 0, "desk2" : 0, "main 3" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
459 ## "main 2" : 5, "main 5" : 18, "main 4" : 60, "main 7" : 42, "main 9" : 68, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
460 ## "main 8" : 50, "rock" : 0, "edge" : 0, "sidepost1" : 0, "sidepost2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
461 ## "god" : 100, "marry2" : 65, "hotback" : 0, "cuba1" : 0, "side r" : 34,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
462 ## subs["*2-03-00-open dance"] = { "sidefill2" : 33, "sidefill1" : 33, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
463 ## "upfill4" : 10, "upfill3" : 22, "main 10" : 61, "upfill1" : 14, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
464 ## "b25" : 16, "b24" : 19, "b23" : 28, "b22" : 50, "hotbox1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
465 ## "main 11" : 28, "upfill2" : 61, "main 2" : 54, "main 5" : 20, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
466 ## "main 4" : 45, "main 7" : 0, "main 9" : 42, "main 8" : 34, "hotback" : 40, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
467 ## "sidepost1" : 31, "sidepost2" : 31, "marry2" : 0, "marry1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
468 ## "cuba1" : 59,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
469 ## subs["*2-03-10-dialogue"] = { "sidefill2" : 34, "sidefill1" : 57, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
470 ## "upfill4" : 10, "upfill3" : 22, "main 10" : 48, "upfill1" : 14, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
471 ## "b25" : 16, "b24" : 19, "b23" : 64, "b22" : 62, "hotbox1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
472 ## "main 11" : 40, "upfill2" : 61, "main 2" : 54, "main 5" : 20, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
473 ## "main 4" : 45, "main 7" : 0, "main 9" : 73, "main 8" : 22, "hotback" : 40, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
474 ## "sidepost1" : 31, "sidepost2" : 31, "marry2" : 0, "marry1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
475 ## "cuba1" : 59, "b13" : 60,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
476 ## subs["*2-04-0"] = { "sidefill2" : 0, "sidefill1" : 0, "cycright" : 18, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
477 ## "main 11" : 5, "main 10" : 5, "upfill1" : 70, "b34" : 34, "b25" : 71, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
478 ## "side l" : 34, "b23" : 67, "b22" : 50, "b32" : 57, "desk1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
479 ## "hotbox2" : 59, "upfill4" : 70, "b24" : 67, "desk2" : 26, "main 3" : 30, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
480 ## "main 2" : 5, "main 5" : 56, "main 4" : 0, "main 7" : 5, "main 9" : 5, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
481 ## "main 8" : 5, "god" : 100, "edge" : 0, "side r" : 34, "b13" : 43, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
482 ## "sidepost2" : 0, "rock" : 20, "marry2" : 50, "cuba1" : 0, "sidepost1" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
483 ## subs["*2-04-0"] = { "sidefill2" : 0, "sidefill1" : 0, "cycright" : 18, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
484 ## "main 11" : 5, "main 10" : 5, "upfill1" : 70, "b34" : 34, "b25" : 71, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
485 ## "side l" : 34, "b23" : 67, "b22" : 50, "b32" : 57, "desk1" : 24, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
486 ## "hotbox2" : 59, "upfill4" : 70, "b24" : 67, "desk2" : 26, "main 3" : 45, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
487 ## "main 2" : 5, "main 5" : 56, "main 4" : 0, "main 7" : 5, "main 9" : 5, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
488 ## "main 8" : 5, "god" : 100, "edge" : 0, "side r" : 34, "b13" : 39, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
489 ## "sidepost2" : 0, "rock" : 20, "marry2" : 50, "cuba1" : 0, "sidepost1" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
490 ## subs["*2-05-0"] = { "sidefill2" : 51, "sidefill1" : 0, "upfill4" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
491 ## "main 11" : 100, "main 10" : 55, "b34" : 0, "b25" : 0, "b24" : 68, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
492 ## "b23" : 68, "desk1" : 3, "desk2" : 92, "b22" : 68, "hotbox2" : 61, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
493 ## "hotbox1" : 0, "cycright" : 66, "b32" : 36, "upfill3" : 37, "upfill2" : 66, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
494 ## "main 3" : 45, "main 2" : 0, "main 5" : 70, "main 4" : 50, "main 7" : 55, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
495 ## "main 9" : 55, "main 8" : 55, "rock" : 26, "marry2" : 64, "marry1" : 11, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
496 ## "cuba1" : 0, "cuba2" : 52,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
497 ## subs["*2-05-1-dream"] = { "sidefill2" : 51, "cycright" : 66, "main 11" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
498 ## "upfill2" : 66, "god" : 100, "b24" : 68, "b23" : 68, "desk1" : 3, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
499 ## "b32" : 36, "b22" : 68, "hotbox2" : 61, "desk2" : 92, "upfill3" : 37, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
500 ## "main 10" : 55, "main 3" : 45, "main 5" : 70, "main 4" : 50, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
501 ## "main 7" : 55, "main 9" : 55, "main 8" : 55, "rock" : 26, "marry2" : 64, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
502 ## "marry1" : 11, "cuba2" : 52,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
503 ## subs["*2-05-1-dream"] = { "sidefill2" : 51, "cycright" : 0, "main 11" : 7, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
504 ## "upfill2" : 0, "upfill1" : 0, "b34" : 0, "cycleft" : 0, "b24" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
505 ## "b23" : 0, "desk1" : 0, "desk2" : 92, "b22" : 0, "hotbox2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
506 ## "hotbox1" : 0, "upfill4" : 0, "b32" : 0, "upfill3" : 0, "main 10" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
507 ## "main 3" : 0, "main 2" : 0, "main 5" : 0, "main 4" : 0, "main 7" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
508 ## "phone" : 0, "main 9" : 0, "god" : 100, "rock" : 90, "edge" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
509 ## "b13" : 0, "main 8" : 0, "marry2" : 0, "marry1" : 0, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
510 ## subs["*2-05-2-boat"] = { "sidefill2" : 43, "cycright" : 55, "main 11" : 84, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
511 ## "upfill2" : 55, "god" : 100, "b24" : 84, "b23" : 84, "desk1" : 44, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
512 ## "b32" : 52, "b22" : 84, "hotbox2" : 71, "hotbox1" : 21, "desk2" : 84, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
513 ## "upfill3" : 31, "main 10" : 84, "main 3" : 48, "main 5" : 59, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
514 ## "main 4" : 84, "main 7" : 84, "main 9" : 84, "main 8" : 84, "rock" : 43, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
515 ## "marry2" : 84, "marry1" : 51, "cuba2" : 65,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
516 ## subs["*2-05-2-boat"] = { "sidefill2" : 43, "cycright" : 55, "main 11" : 84, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
517 ## "upfill2" : 55, "rock" : 43, "b24" : 100, "b23" : 100, "desk1" : 44, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
518 ## "b32" : 52, "b22" : 100, "hotbox2" : 95, "hotbox1" : 21, "desk2" : 84, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
519 ## "upfill3" : 31, "main 10" : 84, "main 3" : 72, "main 5" : 83, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
520 ## "main 4" : 100, "main 7" : 100, "main 9" : 100, "main 8" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
521 ## "god" : 100, "marry2" : 100, "marry1" : 75, "cuba2" : 65,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
522 ## subs["*2-07-0"] = { "sidefill2" : 100, "sidefill1" : 83, "cycright" : 41, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
523 ## "upfill3" : 69, "upfill2" : 100, "upfill1" : 56, "b34" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
524 ## "b25" : 100, "side l" : 100, "b22" : 100, "desk2" : 78, "phone" : 62, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
525 ## "hotbox1" : 14, "upfill4" : 56, "b24" : 100, "side r" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
526 ## "main 11" : 100, "main 10" : 100, "main 3" : 83, "main 2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
527 ## "main 5" : 100, "main 4" : 100, "main 7" : 100, "hotbox2" : 5, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
528 ## "main 9" : 100, "main 8" : 100, "god" : 100, "cycleft" : 41, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
529 ## "edge" : 63, "rock" : 0, "marry2" : 100, "marry1" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
530 ## subs["*2-07-0"] = { "sidefill2" : 100, "sidefill1" : 83, "cycright" : 41, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
531 ## "upfill3" : 69, "upfill2" : 100, "upfill1" : 56, "b34" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
532 ## "b25" : 100, "side l" : 100, "b23" : 100, "b22" : 100, "desk2" : 78, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
533 ## "phone" : 62, "hotbox1" : 14, "upfill4" : 56, "b24" : 100, "side r" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
534 ## "main 11" : 100, "main 10" : 100, "main 3" : 83, "main 2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
535 ## "main 5" : 100, "main 4" : 100, "main 7" : 100, "hotbox2" : 5, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
536 ## "main 9" : 100, "main 8" : 100, "god" : 100, "cycleft" : 41, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
537 ## "edge" : 63, "rock" : 0, "marry2" : 100, "marry1" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
538 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
539 ################################### |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
540 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
541 |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
542 subs["*1-01-0"] = { "sidefill2" : 100, "sidefill1" : 100, "cycright" : 41, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
543 "upfill3" : 69, "upfill2" : 100, "upfill1" : 56, "b34" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
544 "b25" : 100, "side l" : 100, "b22" : 100, "desk2" : 78, "phone" : 80, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
545 "hotbox1" : 100, "upfill4" : 56, "b24" : 100, "side r" : 100, |
54 | 546 "main 11" : 100, "main 10" : 100, "main 3" : 100, "main 2" : 100, |
547 "main 5" : 100, "main 4" : 100, "main 7" : 100, "hotbox2" : 100, | |
548 "main 9" : 100, "main 8" : 100, "cycleft" : 41, "edge" : 80, | |
549 "god" : 100, "marry2" : 100, "marry1" : 100,} | |
81
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
550 subs["*1-01-9 end conversations"] = { "sidefill2" : 63, "sidefill1" : 26, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
551 "upfill4" : 4, "upfill3" : 43, "upfill2" : 63, "upfill1" : 4, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
552 "b34" : 63, "b25" : 63, "side l" : 63, "b23" : 12, "b22" : 63, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
553 "desk2" : 12, "phone" : 50, "hotbox1" : 63, "b24" : 42, "side r" : 63, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
554 "main 11" : 63, "main 10" : 63, "main 3" : 26, "main 2" : 63, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
555 "main 5" : 63, "main 4" : 63, "main 7" : 63, "hotbox2" : 63, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
556 "main 9" : 63, "main 8" : 63, "edge" : 13, "god" : 100, "marry2" : 63, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
557 "marry1" : 63, "cuba1" : 63, "cuba2" : 42,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
558 subs["*1-02-0"] = { "sidefill2" : 51, "sidefill1" : 0, "upfill4" : 0, |
54 | 559 "main 11" : 100, "main 10" : 100, "b34" : 0, "b25" : 0, "b24" : 100, |
560 "b23" : 100, "desk1" : 53, "desk2" : 100, "b22" : 100, "hotbox2" : 85, | |
561 "hotbox1" : 25, "cycright" : 66, "b32" : 62, "upfill3" : 37, | |
562 "upfill2" : 66, "main 3" : 57, "main 2" : 0, "main 5" : 70, "main 4" : 100, | |
563 "main 7" : 100, "main 9" : 100, "main 8" : 100, "rock" : 52, | |
564 "marry2" : 100, "marry1" : 61, "cuba1" : 0, "cuba2" : 78,} | |
81
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
565 subs["*1-02-1 desk solo"] = { "sidefill2" : 51, "cycright" : 37, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
566 "upfill3" : 0, "upfill2" : 0, "god" : 100, "cycleft" : 0, "b23" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
567 "desk1" : 53, "desk2" : 89, "b22" : 100, "hotbox2" : 7, "hotbox1" : 25, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
568 "b24" : 22, "b32" : 0, "blue1" : 33, "main 11" : 22, "blue3" : 33, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
569 "blue2" : 33, "blue4" : 33, "main 10" : 22, "main 3" : 57, "main 5" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
570 "main 4" : 22, "main 7" : 100, "main 9" : 22, "main 8" : 22, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
571 "rock" : 14, "marry2" : 22, "marry1" : 61, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
572 subs["*1-03-0"] = { "phone" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
573 subs["*1-04-00-dance"] = { "cycright" : 19, "upfill3" : 32, "upfill2" : 46, |
54 | 574 "upfill1" : 26, "sidefill2" : 0, "b25" : 0, "side l" : 46, "b23" : 0, |
575 "desk1" : 0, "desk2" : 24, "upfill4" : 26, "side r" : 46, "main 11" : 46, | |
576 "main 10" : 100, "god" : 100, "edge" : 0, "sidepost1" : 0, "sidepost2" : 0, | |
577 "marry2" : 0, "marry1" : 0, "cuba1" : 0, "cuba2" : 0, "b13" : 0, | |
578 "red3" : 100, "red2" : 100, "sidefill1" : 0, "b24" : 0, "red4" : 100, | |
579 "b34" : 30, "cycleft" : 19, "b32" : 43, "b22" : 0, "phone" : 0, | |
580 "hotbox1" : 42, "main 3" : 46, "main 2" : 46, "main 5" : 100, | |
581 "main 4" : 46, "main 7" : 100, "hotbox2" : 78, "main 9" : 46, | |
582 "main 8" : 46, "hotback" : 100, "rock" : 0, "red1" : 100,} | |
81
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
583 subs["*1-04-01 dark tables"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
584 "upfill4" : 26, "upfill3" : 0, "upfill2" : 0, "upfill1" : 26, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
585 "red4" : 100, "b34" : 12, "cycleft" : 19, "b23" : 67, "desk2" : 24, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
586 "hotbox2" : 45, "hotbox1" : 46, "cycright" : 19, "b24" : 67, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
587 "b32" : 2, "blue1" : 33, "main 11" : 46, "blue3" : 33, "blue2" : 33, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
588 "blue4" : 33, "main 10" : 100, "main 3" : 13, "main 2" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
589 "main 5" : 0, "main 4" : 100, "main 7" : 100, "main 9" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
590 "main 8" : 29, "edge" : 9, "god" : 100, "hotback" : 100, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
591 subs["*1-04-10-after dance"] = { "cycright" : 19, "upfill3" : 32, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
592 "upfill2" : 46, "upfill1" : 26, "sidefill2" : 0, "b25" : 0, "side l" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
593 "b23" : 0, "desk1" : 0, "desk2" : 24, "upfill4" : 26, "side r" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
594 "main 11" : 46, "main 10" : 100, "god" : 100, "edge" : 0, "sidepost1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
595 "sidepost2" : 0, "marry2" : 0, "marry1" : 0, "cuba1" : 0, "cuba2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
596 "b13" : 0, "red3" : 100, "red2" : 100, "sidefill1" : 0, "b24" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
597 "red4" : 100, "b34" : 30, "cycleft" : 19, "b32" : 43, "b22" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
598 "phone" : 0, "hotbox1" : 42, "main 3" : 46, "main 2" : 46, "main 5" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
599 "main 4" : 46, "main 7" : 100, "hotbox2" : 78, "main 9" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
600 "main 8" : 46, "hotback" : 100, "rock" : 0, "red1" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
601 subs["*1-04-20-table"] = { "sidefill2" : 0, "main 11" : 0, "b25" : 0, |
54 | 602 "b22" : 100, "desk2" : 58, "phone" : 0, "main 3" : 80, "main 2" : 62, |
603 "main 5" : 34, "main 4" : 100, "main 7" : 10, "hotbox2" : 46, | |
604 "main 9" : 64, "main 8" : 10, "edge" : 0, "b13" : 0, "rock" : 22, | |
605 "marry2" : 0, "marry1" : 0, "hotback" : 0, "cuba1" : 22, "cuba2" : 0,} | |
81
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
606 subs["*1-04-30-small table"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
607 "upfill4" : 62, "main 11" : 0, "main 10" : 0, "upfill1" : 62, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
608 "red4" : 100, "b25" : 5, "b22" : 100, "desk2" : 58, "desk1" : 52, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
609 "hotbox2" : 0, "sidefill2" : 0, "main 3" : 47, "main 2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
610 "main 5" : 0, "main 4" : 0, "main 7" : 0, "phone" : 0, "main 9" : 11, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
611 "main 8" : 0, "god" : 100, "edge" : 0, "rock" : 0, "marry2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
612 "marry1" : 0, "hotback" : 0, "cuba1" : 0, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
613 subs["*1-05-0"] = { "sidefill2" : 100, "sidefill1" : 100, "cycright" : 36, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
614 "upfill3" : 37, "upfill2" : 37, "upfill1" : 0, "b34" : 13, "b25" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
615 "side l" : 100, "b23" : 100, "b22" : 100, "desk2" : 31, "desk1" : 19, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
616 "phone" : 0, "hotbox1" : 0, "upfill4" : 0, "b24" : 100, "side r" : 82, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
617 "main 11" : 89, "main 10" : 100, "main 3" : 85, "main 2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
618 "main 5" : 100, "main 4" : 100, "main 7" : 100, "hotbox2" : 17, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
619 "main 9" : 100, "main 8" : 100, "cycleft" : 18, "edge" : 37, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
620 "b13" : 100, "god" : 100, "marry2" : 0, "marry1" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
621 subs["*1-06-0"] = { "sidefill2" : 100, "sidefill1" : 59, "cycright" : 53, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
622 "upfill3" : 0, "upfill2" : 0, "upfill1" : 0, "b34" : 100, "b25" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
623 "side l" : 100, "b23" : 100, "b22" : 49, "b32" : 80, "phone" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
624 "hotbox1" : 0, "upfill4" : 0, "b24" : 100, "desk2" : 78, "main 11" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
625 "main 10" : 100, "main 3" : 0, "main 2" : 100, "main 5" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
626 "main 4" : 0, "main 7" : 100, "hotbox2" : 100, "main 9" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
627 "main 8" : 100, "god" : 100, "cycleft" : 0, "edge" : 0, "b13" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
628 "rock" : 60, "marry2" : 100, "marry1" : 0, "side r" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
629 subs["*1-07-0"] = { "sidefill2" : 37, "sidefill1" : 37, "side l" : 49, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
630 "upfill3" : 11, "upfill2" : 23, "b34" : 28, "b25" : 64, "b24" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
631 "b23" : 100, "b22" : 82, "desk2" : 0, "desk1" : 0, "hotbox2" : 11, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
632 "hotbox1" : 0, "side r" : 36, "blue1" : 93, "main 11" : 37, "blue3" : 93, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
633 "blue2" : 93, "blue4" : 93, "main 10" : 37, "main 3" : 25, "main 2" : 37, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
634 "main 5" : 37, "main 4" : 37, "main 7" : 37, "main 9" : 37, "main 8" : 37, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
635 "edge" : 12, "god" : 100, "marry2" : 0, "marry1" : 37,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
636 subs["*1-08-00-left cafe"] = { "main 3" : 100, "edge" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
637 subs["*1-08-10-right cafe"] = { "b34" : 54, "b32" : 43, "main 9" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
638 "main 8" : 0, "cuba1" : 100, "cuba2" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
639 subs["*1-08-20-backdrop"] = { "upfill4" : 100, "upfill3" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
640 "upfill2" : 100, "upfill1" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
641 subs["*1-08-30-full"] = { "sidefill2" : 38, "sidefill1" : 38, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
642 "cycright" : 15, "upfill3" : 100, "main 10" : 38, "upfill1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
643 "b34" : 54, "b25" : 100, "side l" : 38, "b23" : 100, "b22" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
644 "b32" : 43, "phone" : 31, "hotbox1" : 38, "upfill4" : 100, "b24" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
645 "desk2" : 30, "main 11" : 38, "upfill2" : 100, "main 3" : 38, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
646 "main 2" : 38, "main 5" : 38, "main 4" : 38, "main 7" : 38, "hotbox2" : 38, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
647 "main 9" : 38, "main 8" : 38, "cycleft" : 15, "edge" : 31, "god" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
648 "marry2" : 38, "marry1" : 38, "cuba1" : 100, "cuba2" : 100, "side r" : 38,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
649 subs["*1-09-0"] = { "red3" : 64, "red2" : 64, "red1" : 64, "upfill3" : 43, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
650 "upfill2" : 43, "red4" : 64, "b34" : 9, "b25" : 100, "b24" : 59, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
651 "b23" : 59, "b22" : 100, "desk2" : 16, "blue1" : 53, "main 11" : 28, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
652 "blue3" : 53, "blue2" : 53, "blue4" : 53, "main 10" : 28, "main 3" : 28, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
653 "main 2" : 100, "main 5" : 16, "main 4" : 16, "main 9" : 65, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
654 "main 8" : 74, "god" : 100, "marry2" : 9,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
655 subs["*1-10-0"] = { "sidefill2" : 34, "sidefill1" : 20, "cycright" : 18, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
656 "main 11" : 34, "main 10" : 34, "upfill1" : 9, "b34" : 34, "b25" : 34, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
657 "side l" : 34, "b23" : 34, "b22" : 16, "b32" : 27, "hotbox2" : 34, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
658 "upfill4" : 9, "b24" : 34, "desk2" : 26, "blue1" : 70, "blue3" : 70, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
659 "blue2" : 70, "blue4" : 70, "main 2" : 34, "main 5" : 34, "main 4" : 25, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
660 "main 7" : 34, "main 9" : 34, "main 8" : 34, "god" : 100, "rock" : 20, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
661 "marry2" : 34, "cuba1" : 5, "side r" : 34,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
662 subs["*2-01-0-dance"] = { "cycright" : 19, "upfill3" : 32, "upfill2" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
663 "upfill1" : 26, "sidefill2" : 0, "b25" : 0, "side l" : 46, "b23" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
664 "desk1" : 0, "desk2" : 24, "upfill4" : 26, "side r" : 46, "main 11" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
665 "main 10" : 100, "god" : 100, "edge" : 0, "sidepost1" : 0, "sidepost2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
666 "marry2" : 0, "marry1" : 0, "cuba1" : 0, "cuba2" : 0, "b13" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
667 "red3" : 100, "red2" : 100, "sidefill1" : 0, "b24" : 0, "red4" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
668 "b34" : 30, "cycleft" : 19, "b32" : 43, "b22" : 0, "phone" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
669 "hotbox1" : 42, "main 3" : 46, "main 2" : 46, "main 5" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
670 "main 4" : 46, "main 7" : 100, "hotbox2" : 78, "main 9" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
671 "main 8" : 46, "hotback" : 100, "rock" : 0, "red1" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
672 subs["*2-01-01-solo"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
673 "upfill4" : 67, "main 11" : 0, "upfill2" : 1, "upfill1" : 67, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
674 "red4" : 100, "b34" : 0, "cycleft" : 55, "b23" : 100, "desk2" : 24, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
675 "hotbox2" : 78, "hotbox1" : 42, "cycright" : 55, "b24" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
676 "b32" : 43, "main 10" : 0, "main 3" : 0, "main 2" : 0, "main 5" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
677 "main 4" : 0, "main 7" : 100, "phone" : 0, "main 9" : 0, "main 8" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
678 "hotback" : 100, "god" : 100, "cuba1" : 0, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
679 subs["*2-01-1-after dance"] = { "cycright" : 19, "upfill3" : 32, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
680 "upfill2" : 46, "upfill1" : 26, "sidefill2" : 0, "b25" : 0, "side l" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
681 "b23" : 0, "desk1" : 0, "desk2" : 24, "upfill4" : 26, "side r" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
682 "main 11" : 46, "main 10" : 100, "god" : 100, "edge" : 0, "sidepost1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
683 "sidepost2" : 0, "marry2" : 0, "marry1" : 0, "cuba1" : 0, "cuba2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
684 "b13" : 0, "red3" : 100, "red2" : 100, "sidefill1" : 0, "b24" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
685 "red4" : 100, "b34" : 30, "cycleft" : 19, "b32" : 43, "b22" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
686 "phone" : 0, "hotbox1" : 42, "main 3" : 46, "main 2" : 46, "main 5" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
687 "main 4" : 46, "main 7" : 100, "hotbox2" : 78, "main 9" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
688 "main 8" : 46, "hotback" : 100, "rock" : 0, "red1" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
689 subs["*2-01-2-table"] = { "sidefill2" : 0, "main 11" : 0, "b25" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
690 "b22" : 100, "desk2" : 58, "phone" : 0, "main 3" : 80, "main 2" : 62, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
691 "main 5" : 34, "main 4" : 100, "main 7" : 10, "hotbox2" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
692 "main 9" : 64, "main 8" : 10, "edge" : 0, "b13" : 0, "rock" : 22, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
693 "marry2" : 0, "marry1" : 0, "hotback" : 0, "cuba1" : 22, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
694 subs["*2-01-3-small table"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
54 | 695 "upfill4" : 62, "main 11" : 0, "main 10" : 0, "upfill1" : 62, |
696 "red4" : 100, "b25" : 5, "b22" : 100, "desk2" : 58, "desk1" : 52, | |
697 "hotbox2" : 0, "sidefill2" : 0, "main 3" : 47, "main 2" : 0, | |
698 "main 5" : 0, "main 4" : 0, "main 7" : 0, "phone" : 0, "main 9" : 11, | |
699 "main 8" : 0, "god" : 100, "edge" : 0, "rock" : 0, "marry2" : 0, | |
700 "marry1" : 0, "hotback" : 0, "cuba1" : 0, "cuba2" : 0,} | |
81
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
701 subs["*2-02-0"] = { "sidefill2" : 0, "sidefill1" : 0, "cycright" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
702 "main 11" : 5, "main 10" : 68, "upfill1" : 0, "b34" : 0, "b25" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
703 "side l" : 34, "b23" : 0, "b22" : 0, "b32" : 0, "desk1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
704 "hotbox2" : 0, "upfill4" : 0, "b24" : 0, "desk2" : 0, "main 3" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
705 "main 2" : 5, "main 5" : 18, "main 4" : 60, "main 7" : 42, "main 9" : 68, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
706 "main 8" : 50, "god" : 100, "edge" : 0, "sidepost1" : 0, "sidepost2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
707 "rock" : 0, "marry2" : 65, "hotback" : 0, "cuba1" : 0, "side r" : 34,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
708 subs["*2-03-00-open dance"] = { "sidefill2" : 33, "sidefill1" : 33, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
709 "upfill4" : 10, "upfill3" : 22, "main 10" : 61, "upfill1" : 14, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
710 "b25" : 16, "b24" : 19, "b23" : 28, "b22" : 50, "hotbox1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
711 "main 11" : 28, "upfill2" : 61, "main 2" : 54, "main 5" : 20, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
712 "main 4" : 45, "main 7" : 0, "main 9" : 42, "main 8" : 34, "hotback" : 40, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
713 "sidepost1" : 31, "sidepost2" : 31, "marry2" : 0, "marry1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
714 "cuba1" : 59,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
715 subs["*2-03-10-dialogue"] = { "sidefill2" : 34, "sidefill1" : 57, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
716 "upfill4" : 10, "upfill3" : 22, "main 10" : 48, "upfill1" : 14, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
717 "b25" : 16, "b24" : 19, "b23" : 64, "b22" : 62, "hotbox1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
718 "main 11" : 40, "upfill2" : 61, "main 2" : 54, "main 5" : 20, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
719 "main 4" : 45, "main 7" : 0, "main 9" : 73, "main 8" : 22, "hotback" : 40, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
720 "sidepost1" : 31, "sidepost2" : 31, "marry2" : 0, "marry1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
721 "cuba1" : 59, "b13" : 60,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
722 subs["*2-03-20-luck"] = { "sidefill2" : 33, "sidefill1" : 33, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
723 "upfill4" : 10, "upfill3" : 22, "main 10" : 48, "upfill1" : 14, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
724 "b25" : 16, "b24" : 19, "b23" : 64, "b22" : 50, "hotbox1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
725 "main 11" : 40, "upfill2" : 61, "main 2" : 54, "main 5" : 20, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
726 "main 4" : 45, "main 7" : 0, "main 9" : 84, "main 8" : 45, "hotback" : 40, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
727 "sidepost1" : 31, "sidepost2" : 31, "marry2" : 0, "marry1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
728 "cuba1" : 59,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
729 subs["*2-04-0"] = { "sidefill2" : 0, "sidefill1" : 0, "cycright" : 18, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
730 "main 11" : 5, "main 10" : 5, "upfill1" : 70, "b34" : 34, "b25" : 71, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
731 "side l" : 34, "b23" : 67, "b22" : 50, "b32" : 57, "desk1" : 24, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
732 "hotbox2" : 59, "upfill4" : 70, "b24" : 67, "desk2" : 26, "b13" : 39, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
733 "main 3" : 45, "main 2" : 5, "main 5" : 56, "main 4" : 0, "main 7" : 5, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
734 "main 9" : 5, "main 8" : 5, "rock" : 20, "edge" : 0, "sidepost1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
735 "sidepost2" : 0, "god" : 100, "marry2" : 50, "cuba1" : 0, "side r" : 34,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
736 subs["*2-05-0"] = { "sidefill2" : 51, "sidefill1" : 0, "upfill4" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
737 "main 11" : 100, "main 10" : 55, "b34" : 0, "b25" : 0, "b24" : 68, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
738 "b23" : 68, "desk1" : 3, "desk2" : 92, "b22" : 68, "hotbox2" : 61, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
739 "hotbox1" : 0, "cycright" : 66, "b32" : 36, "upfill3" : 37, "upfill2" : 66, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
740 "main 3" : 45, "main 2" : 0, "main 5" : 70, "main 4" : 50, "main 7" : 55, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
741 "main 9" : 55, "main 8" : 55, "rock" : 26, "marry2" : 64, "marry1" : 11, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
742 "cuba1" : 0, "cuba2" : 52,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
743 subs["*2-05-1-dream"] = { "sidefill2" : 0, "cycright" : 0, "main 11" : 7, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
744 "upfill2" : 0, "upfill1" : 0, "b34" : 0, "cycleft" : 0, "b23" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
745 "desk1" : 0, "desk2" : 42, "b22" : 0, "hotbox2" : 0, "hotbox1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
746 "upfill4" : 0, "b24" : 0, "b32" : 0, "upfill3" : 0, "main 10" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
747 "main 3" : 0, "main 2" : 0, "main 5" : 0, "main 4" : 0, "main 7" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
748 "phone" : 0, "main 9" : 0, "main 8" : 0, "god" : 100, "edge" : 0, 'dream' : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
749 "b13" : 0, "rock" : 0, "marry2" : 0, "marry1" : 0, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
750 subs["*2-05-2-boat"] = { "sidefill2" : 43, "cycright" : 55, "main 11" : 84, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
751 "upfill2" : 55, "god" : 100, "b24" : 100, "b23" : 100, "desk1" : 44, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
752 "b32" : 52, "b22" : 100, "hotbox2" : 95, "hotbox1" : 21, "desk2" : 84, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
753 "upfill3" : 31, "main 10" : 84, "main 3" : 72, "main 5" : 83, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
754 "main 4" : 100, "main 7" : 100, "main 9" : 100, "main 8" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
755 "rock" : 43, "marry2" : 100, "marry1" : 75, "cuba2" : 65,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
756 subs["*2-06-0"] = { "sidefill2" : 0, "sidefill1" : 0, "cycright" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
757 "main 11" : 55, "main 10" : 55, "upfill1" : 48, "b34" : 30, "b25" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
758 "side l" : 30, "b23" : 100, "b22" : 14, "b32" : 23, "main 4" : 0, |
54 | 759 "hotbox2" : 43, "hotbox1" : 49, "upfill4" : 48, "b24" : 100, |
760 "desk2" : 23, "patio2" : 0, "main 3" : 0, "main 2" : 30, "main 5" : 0, | |
81
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
761 "patio1" : 0, "main 7" : 30, "phone" : 0, "main 9" : 30, "main 8" : 0, |
54 | 762 "rock" : 17, "edge" : 0, "sidepost1" : 0, "sidepost2" : 0, "god" : 100, |
763 "marry2" : 34, "marry1" : 69, "cuba1" : 0, "cuba2" : 0, "side r" : 30,} | |
81
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
764 subs["*2-07-0"] = { "sidefill2" : 100, "sidefill1" : 83, "cycright" : 41, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
765 "upfill3" : 69, "upfill2" : 100, "upfill1" : 56, "b34" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
766 "b25" : 100, "side l" : 100, "b23" : 100, "b22" : 100, "desk2" : 78, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
767 "phone" : 62, "hotbox1" : 14, "upfill4" : 56, "b24" : 100, "side r" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
768 "main 11" : 100, "main 10" : 100, "main 3" : 83, "main 2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
769 "main 5" : 100, "main 4" : 100, "main 7" : 100, "hotbox2" : 5, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
770 "main 9" : 100, "main 8" : 100, "rock" : 0, "cycleft" : 41, "edge" : 63, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
771 "god" : 100, "marry2" : 100, "marry1" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
772 subs["*curtain"] = { "sidefill2" : 73, "sidefill1" : 73, "cycright" : 30, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
773 "upfill3" : 50, "upfill2" : 100, "upfill1" : 41, "b34" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
774 "b25" : 73, "side l" : 73, "b22" : 73, "desk2" : 57, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
775 "phone" : 58, "hotbox1" : 0, "upfill4" : 41, "b24" : 73, "side r" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
776 "main 11" : 73, "main 10" : 73, "main 3" : 73, "main 2" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
777 "main 5" : 73, "main 4" : 73, "main 7" : 73, "hotbox2" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
778 "main 9" : 73, "main 8" : 73, "cycleft" : 30, "edge" : 58, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
779 "marry2" : 73, "marry1" : 73,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
780 subs["*spare"] = {} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
781 subs["*1-08-00-left cafe"] = { "cafe1" : 100, "main 3" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
782 "edge" : 100, "cuba1" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
783 subs["*1-08-10-right cafe"] = { "b34" : 54, "cuba2" : 100, "main 9" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
784 "main 8" : 0, "cafe2" : 100, "cuba1" : 100, "b32" : 43,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
785 subs["*1-01-0"] = { "sidefill2" : 100, "sidefill1" : 100, "cycright" : 41, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
786 "upfill3" : 60, "upfill2" : 91, "upfill1" : 56, "b34" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
787 "b25" : 100, "side l" : 100, "b22" : 100, "desk2" : 78, "phone" : 80, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
788 "hotbox1" : 43, "upfill4" : 68, "b24" : 100, "side r" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
789 "main 11" : 100, "main 10" : 100, "main 3" : 100, "main 2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
790 "main 5" : 100, "main 4" : 100, "main 7" : 100, "hotbox2" : 91, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
791 "main 9" : 100, "main 8" : 100, "cycleft" : 41, "edge" : 80, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
792 "god" : 100, "marry2" : 100, "marry1" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
793 subs["*curtain"] = { "sidefill2" : 23, "sidefill1" : 23, "cycright" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
794 "upfill3" : 18, "upfill2" : 68, "upfill1" : 9, "b34" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
795 "b25" : 73, "side l" : 73, "b22" : 73, "desk2" : 57, "phone" : 58, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
796 "hotbox1" : 0, "upfill4" : 9, "b24" : 73, "side r" : 73, "main 11" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
797 "main 10" : 73, "main 3" : 73, "main 2" : 73, "main 5" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
798 "main 4" : 73, "main 7" : 73, "hotbox2" : 73, "main 9" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
799 "main 8" : 73, "cycleft" : 0, "edge" : 58, "god" : 100, "marry2" : 73, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
800 "marry1" : 73,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
801 subs["*1-01-9 end conversations"] = { "sidefill2" : 63, "sidefill1" : 26, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
802 "upfill4" : 29, "upfill3" : 43, "upfill2" : 63, "upfill1" : 29, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
803 "b34" : 63, "b25" : 63, "side l" : 63, "b23" : 12, "b22" : 63, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
804 "desk2" : 12, "phone" : 50, "hotbox1" : 37, "cycright" : 25, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
805 "b24" : 42, "side r" : 63, "main 11" : 63, "main 10" : 63, "main 3" : 26, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
806 "main 2" : 63, "main 5" : 100, "main 4" : 63, "main 7" : 63, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
807 "hotbox2" : 63, "main 9" : 63, "main 8" : 63, "cycleft" : 25, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
808 "edge" : 13, "god" : 100, "marry2" : 63, "marry1" : 100, "cuba1" : 63, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
809 "cuba2" : 42,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
810 subs["*1-02-0"] = { "sidefill2" : 51, "sidefill1" : 0, "upfill4" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
811 "main 11" : 100, "main 10" : 100, "upfill1" : 0, "b34" : 0, "b25" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
812 "b24" : 100, "b23" : 100, "desk1" : 53, "desk2" : 65, "b22" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
813 "hotbox2" : 100, "hotbox1" : 25, "cycright" : 63, "b32" : 14, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
814 "upfill3" : 55, "upfill2" : 6, "main 3" : 57, "main 2" : 0, "main 5" : 70, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
815 "main 4" : 100, "main 7" : 100, "main 9" : 100, "main 8" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
816 "cycleft" : 0, "hotback" : 0, "rock" : 23, "marry2" : 47, "marry1" : 61, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
817 "dream" : 0, "cuba1" : 0, "cuba2" : 78,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
818 subs["*1-02-0"] = { "sidefill2" : 51, "sidefill1" : 0, "upfill4" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
819 "main 11" : 100, "main 10" : 100, "upfill1" : 0, "b34" : 0, "b25" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
820 "b24" : 100, "b23" : 100, "desk1" : 53, "desk2" : 65, "b22" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
821 "hotbox2" : 100, "hotbox1" : 25, "cycright" : 63, "b32" : 14, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
822 "upfill3" : 55, "upfill2" : 6, "main 3" : 57, "main 2" : 0, "main 5" : 70, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
823 "main 4" : 100, "main 7" : 100, "main 9" : 100, "main 8" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
824 "cycleft" : 0, "hotback" : 0, "rock" : 23, "marry2" : 47, "marry1" : 61, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
825 "dream" : 0, "cuba1" : 0, "cuba2" : 78,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
826 subs["*1-02-0"] = { "sidefill2" : 51, "sidefill1" : 0, "upfill4" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
827 "main 11" : 100, "main 10" : 100, "upfill1" : 0, "b34" : 0, "b25" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
828 "b24" : 100, "b23" : 100, "desk1" : 53, "desk2" : 65, "b22" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
829 "hotbox2" : 100, "hotbox1" : 25, "cycright" : 63, "b32" : 14, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
830 "upfill3" : 55, "upfill2" : 6, "main 3" : 0, "main 2" : 0, "main 5" : 70, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
831 "main 4" : 100, "main 7" : 100, "main 9" : 100, "main 8" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
832 "cycleft" : 0, "hotback" : 0, "rock" : 23, "marry2" : 47, "marry1" : 61, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
833 "dream" : 0, "cuba1" : 0, "cuba2" : 78,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
834 subs["*1-02-1 desk solo"] = { "sidefill2" : 51, "cycright" : 37, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
835 "upfill3" : 0, "upfill2" : 0, "main 8" : 22, "cycleft" : 0, "b23" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
836 "desk1" : 53, "desk2" : 89, "b22" : 100, "hotbox2" : 7, "hotbox1" : 25, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
837 "b24" : 22, "b32" : 0, "blue1" : 33, "main 11" : 22, "blue3" : 33, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
838 "blue2" : 33, "blue4" : 33, "main 10" : 22, "main 3" : 9, "main 5" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
839 "main 4" : 22, "main 7" : 100, "main 9" : 22, "god" : 100, "rock" : 14, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
840 "marry2" : 22, "marry1" : 61, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
841 subs["*1-04-02 solo ada"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
842 "upfill4" : 26, "main 11" : 46, "main 10" : 100, "upfill1" : 26, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
843 "red4" : 100, "b34" : 12, "cycleft" : 19, "b23" : 67, "desk2" : 24, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
844 "hotbox2" : 45, "hotbox1" : 46, "cycright" : 19, "b24" : 67, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
845 "b32" : 2, "blue1" : 33, "blue3" : 33, "blue2" : 33, "blue4" : 33, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
846 "main 3" : 13, "main 2" : 46, "main 4" : 100, "main 7" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
847 "main 9" : 100, "main 8" : 29, "edge" : 9, "hotback" : 100, "god" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
848 subs["*1-04-20-table"] = { "red3" : 0, "sidefill2" : 0, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
849 "main 11" : 0, "red2" : 0, "b25" : 0, "b22" : 100, "desk2" : 58, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
850 "hotbox2" : 46, "main 3" : 80, "main 2" : 62, "main 5" : 34, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
851 "main 4" : 100, "main 7" : 10, "phone" : 0, "main 9" : 64, "main 8" : 10, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
852 "red4" : 0, "edge" : 0, "b13" : 0, "rock" : 22, "marry2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
853 "marry1" : 0, "hotback" : 0, "cuba1" : 22, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
854 subs["*1-04-30-small table"] = { "red3" : 0, "red2" : 0, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
855 "upfill4" : 62, "main 11" : 0, "main 10" : 0, "upfill1" : 62, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
856 "red4" : 0, "b25" : 0, "b22" : 100, "desk2" : 34, "desk1" : 50, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
857 "hotbox2" : 0, "sidefill2" : 0, "main 3" : 0, "main 2" : 0, "main 5" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
858 "main 4" : 0, "main 7" : 0, "phone" : 0, "main 9" : 0, "main 8" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
859 "god" : 100, "edge" : 0, "rock" : 0, "marry2" : 0, "marry1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
860 "hotback" : 0, "cuba1" : 0, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
861 subs["*1-07-0"] = { "sidefill2" : 37, "sidefill1" : 37, "side l" : 49, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
862 "upfill3" : 6, "upfill2" : 18, "b34" : 28, "b25" : 64, "b24" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
863 "b23" : 100, "b22" : 82, "desk2" : 0, "desk1" : 0, "hotbox2" : 11, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
864 "hotbox1" : 0, "side r" : 36, "blue1" : 93, "main 11" : 37, "blue3" : 93, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
865 "blue2" : 93, "blue4" : 93, "main 10" : 37, "main 3" : 25, "main 2" : 37, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
866 "main 5" : 37, "main 4" : 37, "main 7" : 37, "main 9" : 37, "main 8" : 37, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
867 "edge" : 12, "god" : 100, "marry2" : 0, "marry1" : 37,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
868 subs["*1-08-00-left cafe"] = { "b22" : 40, "hotbox1" : 0, "edge" : 41, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
869 "cafe1" : 71, "main 3" : 1, "cuba1" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
870 subs["*1-08-10-right cafe"] = { "b34" : 31, "cuba2" : 76, "main 9" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
871 "main 8" : 0, "cafe2" : 100, "cuba1" : 53, "b32" : 10,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
872 subs["*1-08-30-full"] = { "cycright" : 15, "upfill3" : 100, "main 10" : 38, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
873 "upfill1" : 100, "sidefill2" : 38, "b25" : 100, "side l" : 38, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
874 "b23" : 100, "b22" : 100, "desk2" : 30, "oran3" : 82, "upfill4" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
875 "side r" : 38, "main 11" : 38, "oran1" : 82, "upfill2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
876 "gree2" : 15, "cafe1" : 100, "cafe2" : 100, "gree1" : 15, "gree4" : 15, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
877 "marry2" : 38, "marry1" : 38, "cuba1" : 100, "cuba2" : 100, "red3" : 77, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
878 "red2" : 77, "sidefill1" : 38, "b24" : 100, "god" : 100, "red4" : 95, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
879 "b34" : 54, "cycleft" : 15, "b32" : 43, "phone" : 31, "hotbox1" : 38, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
880 "blue1" : 15, "oran2" : 82, "blue3" : 15, "blue2" : 15, "blue4" : 15, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
881 "oran4" : 82, "main 3" : 38, "main 2" : 38, "main 5" : 38, "main 4" : 38, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
882 "main 7" : 38, "hotbox2" : 38, "main 9" : 38, "main 8" : 38, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
883 "edge" : 31, "gree3" : 15, "red1" : 77,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
884 subs["*1-09-0"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
885 "upfill4" : 30, "upfill3" : 43, "upfill2" : 43, "upfill1" : 30, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
886 "red4" : 100, "b34" : 9, "main 8" : 47, "b25" : 62, "b24" : 21, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
887 "b23" : 21, "b22" : 32, "desk2" : 16, "blue1" : 92, "oran2" : 31, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
888 "oran3" : 31, "main 11" : 37, "oran1" : 31, "blue2" : 92, "blue3" : 92, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
889 "main 10" : 43, "main 3" : 0, "main 2" : 61, "main 5" : 64, "main 4" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
890 "main 7" : 0, "gree2" : 53, "cafe1" : 37, "cafe2" : 37, "gree1" : 53, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
891 "gree4" : 53, "blue4" : 92, "god" : 100, "main 9" : 38, "gree3" : 53, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
892 "marry2" : 9, "oran4" : 31,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
893 subs["*1-09-0"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
894 "upfill4" : 30, "upfill3" : 43, "upfill2" : 43, "upfill1" : 30, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
895 "red4" : 100, "b34" : 9, "main 8" : 47, "b25" : 62, "b24" : 21, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
896 "b23" : 21, "b22" : 32, "desk2" : 16, "blue1" : 92, "oran2" : 31, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
897 "oran3" : 31, "main 11" : 37, "oran1" : 31, "blue2" : 92, "blue3" : 92, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
898 "main 10" : 43, "main 3" : 0, "main 2" : 61, "main 5" : 64, "main 4" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
899 "main 7" : 0, "gree2" : 53, "cafe1" : 37, "cafe2" : 37, "gree1" : 53, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
900 "gree4" : 53, "blue4" : 92, "god" : 100, "main 9" : 38, "gree3" : 53, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
901 "marry2" : 9, "oran4" : 31,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
902 subs["*1-10-0"] = { "sidefill2" : 23, "sidefill1" : 6, "cycright" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
903 "main 11" : 34, "main 10" : 34, "upfill1" : 0, "red4" : 0, "b34" : 34, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
904 "b25" : 34, "side l" : 23, "b23" : 20, "b22" : 44, "b32" : 27, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
905 "hotbox2" : 34, "upfill4" : 0, "b24" : 34, "desk2" : 11, "blue1" : 84, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
906 "blue3" : 0, "blue2" : 54, "blue4" : 0, "main 2" : 34, "main 5" : 34, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
907 "main 4" : 25, "main 7" : 34, "main 9" : 34, "main 8" : 34, "god" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
908 "cycleft" : 0, "rock" : 3, "marry2" : 0, "cuba1" : 5, "side r" : 14,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
909 subs["*2-01-1-darker dance"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
910 "upfill4" : 26, "upfill3" : 32, "upfill2" : 46, "upfill1" : 26, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
911 "red4" : 100, "b34" : 30, "cycleft" : 19, "desk2" : 24, "hotbox2" : 78, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
912 "hotbox1" : 42, "cycright" : 19, "b32" : 43, "main 11" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
913 "main 10" : 100, "main 3" : 46, "main 2" : 46, "main 5" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
914 "main 4" : 46, "main 7" : 100, "main 9" : 46, "main 8" : 46, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
915 "hotback" : 100, "god" : 100,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
916 subs["*2-01-1-darker dance"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
917 "upfill4" : 26, "upfill3" : 0, "upfill2" : 0, "upfill1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
918 "red4" : 100, "b34" : 9, "cycleft" : 19, "desk2" : 10, "hotbox2" : 52, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
919 "hotbox1" : 42, "cycright" : 19, "b32" : 4, "main 11" : 0, "main 10" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
920 "main 3" : 0, "main 2" : 0, "main 5" : 0, "main 4" : 0, "main 7" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
921 "main 9" : 0, "main 8" : 0, "god" : 100, "hotback" : 100, "rock" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
922 "xmas" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
923 subs["*2-01-1-darker dance"] = { "red3" : 100, "red2" : 100, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
924 "upfill4" : 26, "upfill3" : 0, "upfill2" : 0, "upfill1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
925 "red4" : 100, "b34" : 9, "cycleft" : 19, "b23" : 93, "desk2" : 10, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
926 "hotbox2" : 52, "hotbox1" : 42, "cycright" : 19, "b24" : 93, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
927 "b32" : 4, "main 11" : 0, "main 10" : 0, "main 3" : 0, "main 2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
928 "main 5" : 0, "main 4" : 0, "main 7" : 0, "main 9" : 0, "main 8" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
929 "god" : 100, "hotback" : 100, "rock" : 0, "xmas" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
930 subs["*2-01-2-table"] = { "sidefill2" : 0, "red1" : 100, "main 11" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
931 "b25" : 0, "b22" : 100, "desk2" : 58, "hotbox2" : 46, "main 3" : 80, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
932 "main 2" : 62, "main 5" : 34, "main 4" : 100, "main 7" : 10, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
933 "phone" : 0, "main 9" : 64, "main 8" : 10, "edge" : 0, "b13" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
934 "rock" : 22, "marry2" : 0, "marry1" : 0, "hotback" : 0, "cuba1" : 22, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
935 "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
936 subs["*2-01-2-table"] = { "sidefill2" : 0, "red1" : 100, "upfill4" : 76, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
937 "main 11" : 0, "upfill2" : 76, "upfill1" : 76, "b25" : 0, "b22" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
938 "desk2" : 58, "hotbox2" : 46, "upfill3" : 76, "main 3" : 80, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
939 "main 2" : 62, "main 5" : 34, "main 4" : 100, "main 7" : 10, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
940 "phone" : 0, "main 9" : 64, "main 8" : 10, "edge" : 0, "b13" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
941 "rock" : 22, "marry2" : 0, "marry1" : 0, "hotback" : 0, "cuba1" : 22, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
942 "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
943 subs["*2-01-3-small table"] = { "red3" : 0, "red2" : 0, "red1" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
944 "upfill4" : 62, "main 11" : 0, "main 10" : 0, "upfill1" : 62, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
945 "red4" : 0, "b25" : 5, "b22" : 56, "desk2" : 58, "desk1" : 47, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
946 "hotbox2" : 0, "sidefill2" : 0, "main 3" : 18, "main 2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
947 "main 5" : 0, "main 4" : 0, "main 7" : 0, "phone" : 0, "main 9" : 11, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
948 "main 8" : 0, "god" : 100, "edge" : 0, "rock" : 0, "marry2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
949 "marry1" : 0, "hotback" : 0, "cuba1" : 0, "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
950 subs["*2-02-0"] = { "sidefill2" : 0, "sidefill1" : 0, "cycright" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
951 "main 11" : 0, "main 10" : 53, "upfill1" : 0, "b34" : 0, "b25" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
952 "side l" : 34, "b23" : 76, "b22" : 0, "b32" : 0, "desk1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
953 "hotbox2" : 0, "upfill4" : 0, "b24" : 30, "desk2" : 0, "main 3" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
954 "main 2" : 5, "main 5" : 18, "main 4" : 24, "main 7" : 42, "main 9" : 60, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
955 "main 8" : 36, "god" : 100, "edge" : 0, "sidepost1" : 0, "sidepost2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
956 "rock" : 0, "marry2" : 38, "hotback" : 0, "cuba1" : 0, "side r" : 34,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
957 subs["*2-02-0"] = { "sidefill2" : 0, "sidefill1" : 0, "cycright" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
958 "main 11" : 0, "main 10" : 53, "upfill1" : 0, "b34" : 0, "b25" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
959 "side l" : 34, "b23" : 76, "b22" : 0, "b32" : 0, "desk1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
960 "hotbox2" : 0, "upfill4" : 0, "b24" : 52, "desk2" : 0, "main 3" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
961 "main 2" : 5, "main 5" : 18, "main 4" : 24, "main 7" : 42, "main 9" : 60, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
962 "main 8" : 36, "god" : 100, "edge" : 0, "sidepost1" : 0, "sidepost2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
963 "rock" : 0, "marry2" : 38, "hotback" : 0, "cuba1" : 0, "side r" : 34,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
964 subs["*2-03-00-open dance"] = { "red3" : 75, "sidefill2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
965 "sidefill1" : 0, "upfill4" : 10, "upfill3" : 22, "main 10" : 40, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
966 "upfill1" : 14, "red2" : 75, "b25" : 0, "b24" : 0, "b23" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
967 "b22" : 11, "hotbox1" : 0, "blue1" : 70, "main 11" : 28, "blue3" : 70, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
968 "blue2" : 70, "blue4" : 92, "upfill2" : 61, "red4" : 97, "main 2" : 60, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
969 "main 5" : 20, "main 4" : 45, "main 7" : 0, "main 9" : 42, "main 8" : 26, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
970 "gree1" : 75, "gree4" : 75, "gree2" : 75, "hotback" : 40, "sidepost1" : 31, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
971 "sidepost2" : 31, "gree3" : 75, "marry2" : 0, "marry1" : 0, "red1" : 75, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
972 "cuba1" : 20,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
973 subs["*2-03-00-open dance"] = { "red3" : 75, "sidefill2" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
974 "sidefill1" : 0, "upfill4" : 17, "upfill3" : 26, "main 10" : 40, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
975 "upfill1" : 27, "red2" : 75, "b25" : 0, "b24" : 0, "b23" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
976 "b22" : 11, "hotbox1" : 0, "blue1" : 70, "main 11" : 28, "blue3" : 70, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
977 "blue2" : 70, "blue4" : 92, "upfill2" : 31, "red4" : 97, "main 2" : 60, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
978 "main 5" : 20, "main 4" : 45, "main 7" : 0, "main 9" : 42, "main 8" : 26, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
979 "gree1" : 75, "gree4" : 75, "gree2" : 75, "hotback" : 40, "sidepost1" : 31, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
980 "sidepost2" : 31, "gree3" : 75, "marry2" : 0, "marry1" : 0, "red1" : 75, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
981 "cuba1" : 20,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
982 subs["*2-03-20-luck"] = { "sidefill2" : 0, "sidefill1" : 0, "upfill4" : 10, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
983 "upfill3" : 22, "main 10" : 0, "upfill1" : 14, "b25" : 93, "b24" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
984 "b23" : 100, "b22" : 43, "hotbox1" : 0, "main 11" : 0, "upfill2" : 61, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
985 "main 3" : 0, "main 2" : 0, "main 5" : 0, "main 4" : 0, "main 7" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
986 "main 9" : 0, "main 8" : 57, "edge" : 0, "sidepost1" : 31, "sidepost2" : 31, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
987 "marry2" : 0, "marry1" : 0, "hotback" : 40, "cuba1" : 5,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
988 subs["*2-05-0"] = { "sidefill2" : 51, "cycright" : 63, "main 11" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
989 "main 10" : 100, "god" : 100, "b24" : 100, "b23" : 100, "desk1" : 53, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
990 "desk2" : 65, "b22" : 100, "hotbox2" : 100, "hotbox1" : 25, "b32" : 14, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
991 "upfill3" : 55, "upfill2" : 6, "main 5" : 70, "main 4" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
992 "main 7" : 100, "main 9" : 100, "main 8" : 100, "rock" : 23, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
993 "marry2" : 47, "marry1" : 61, "cuba2" : 78,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
994 subs["*2-05-0"] = { "sidefill2" : 25, "cycright" : 0, "main 11" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
995 "main 10" : 100, "rock" : 23, "b24" : 100, "b23" : 100, "desk1" : 53, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
996 "desk2" : 65, "b22" : 100, "hotbox2" : 100, "hotbox1" : 25, "b32" : 14, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
997 "upfill3" : 34, "upfill2" : 6, "main 5" : 70, "main 4" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
998 "main 7" : 100, "main 9" : 100, "main 8" : 100, "god" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
999 "marry2" : 47, "marry1" : 61, "cuba2" : 9,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
1000 subs["*2-05-1-dream"] = { "sidefill2" : 0, "cycright" : 0, "main 11" : 7, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
1001 "upfill2" : 16, "upfill1" : 0, "b34" : 0, "cycleft" : 0, "b23" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
1002 "desk1" : 0, "desk2" : 42, "b22" : 0, "hotbox2" : 0, "hotbox1" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
1003 "upfill4" : 0, "b24" : 0, "b32" : 0, "upfill3" : 0, "main 10" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
1004 "main 3" : 0, "main 2" : 0, "main 5" : 0, "main 4" : 0, "main 7" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
1005 "phone" : 0, "main 9" : 0, "main 8" : 0, "god" : 100, "edge" : 0, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
1006 "b13" : 0, "rock" : 0, "marry2" : 0, "marry1" : 0, "dream" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
1007 "cuba2" : 0,} |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
1008 subs["*2-07-0"] = { "sidefill2" : 100, "sidefill1" : 83, "cycright" : 41, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
1009 "upfill3" : 69, "upfill2" : 100, "upfill1" : 56, "b34" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
1010 "b25" : 100, "side l" : 100, "b23" : 100, "b22" : 100, "desk2" : 78, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
1011 "phone" : 62, "hotbox1" : 14, "upfill4" : 56, "b24" : 100, "side r" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
1012 "main 11" : 100, "main 10" : 100, "main 3" : 83, "main 2" : 100, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
1013 "main 5" : 100, "main 4" : 100, "main 7" : 100, "hotbox2" : 5, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
1014 "main 9" : 100, "main 8" : 100, "rock" : 0, "cycleft" : 41, "edge" : 63, |
70bd142d72c2
added a SerialPot io object and made the IO code much more elegant (in io.py)
drewp
parents:
64
diff
changeset
|
1015 "god" : 100, "marry2" : 100, "marry1" : 100, "xmas" : 100,} |
101 | 1016 subs["*interscene"] = { "blue1" : 38, "blue3" : 38, "blue2" : 38, |
1017 "blue4" : 38,} |