|
10 | 10 | {
|
11 | 11 | "card_id": "inn",
|
12 | 12 | "background_image": "page01.bmp",
|
| 13 | + "sound": "pub.wav", |
| 14 | + "sound_repeat": "True", |
13 | 15 | "text": "This is a peaceful, happy inn with plentiful drink, tasty food, and friendly staff.",
|
14 | 16 | "text_color": "0x000001",
|
15 | 17 | "button01_text": "Stay here",
|
|
22 | 24 | "background_image": "page01.bmp",
|
23 | 25 | "text": "There is a dark cave in the hillside before you.",
|
24 | 26 | "text_color": "0x000001",
|
| 27 | + "sound": "Mystery.wav", |
| 28 | + "sound_repeat": "True", |
25 | 29 | "button01_text": "Go inside",
|
26 | 30 | "button01_goto_card_id": "entry",
|
27 | 31 | "button02_text": "Run away",
|
|
30 | 34 | {
|
31 | 35 | "card_id": "entry",
|
32 | 36 | "background_image": "page01.bmp",
|
| 37 | + "sound": "Mystery.wav", |
| 38 | + "sound_repeat": "True", |
33 | 39 | "text": "You are in a dark, narrow tunnel.",
|
34 | 40 | "text_color": "0x000001",
|
35 | 41 | "button01_text": "Next",
|
|
38 | 44 | {
|
39 | 45 | "card_id": "side opening",
|
40 | 46 | "background_image": "page01.bmp",
|
| 47 | + "sound": "Mystery.wav", |
| 48 | + "sound_repeat": "True", |
41 | 49 | "text": "You are in a small room, one tunnel leads ahead and another to the side. Do you continue on or explore the side tunnel?",
|
42 | 50 | "text_color": "0x000001",
|
43 | 51 | "button01_text": "Continue",
|
|
48 | 56 | {
|
49 | 57 | "card_id": "treasure room",
|
50 | 58 | "background_image": "page01.bmp",
|
| 59 | + "sound": "Mystery.wav", |
| 60 | + "sound_repeat": "True", |
51 | 61 | "text": "There is a pile of treasure here. Congratulations!",
|
52 | 62 | "text_color": "0x000001",
|
53 | 63 | "button01_text": "Next",
|
|
56 | 66 | {
|
57 | 67 | "card_id": "skeleton room",
|
58 | 68 | "background_image": "page01.bmp",
|
| 69 | + "sound": "Mystery.wav", |
| 70 | + "sound_repeat": "True", |
59 | 71 | "text": "There is a skeleton on the floor. From the items around it, it seems to be that of an unfortunate adventurer.",
|
60 | 72 | "text_color": "0x000001",
|
61 | 73 | "button01_text": "Next",
|
|
64 | 76 | {
|
65 | 77 | "card_id": "maze 1",
|
66 | 78 | "background_image": "page01.bmp",
|
| 79 | + "sound": "Mystery.wav", |
| 80 | + "sound_repeat": "True", |
67 | 81 | "text": "There are passages to the left and right.",
|
68 | 82 | "text_color": "0x000001",
|
69 | 83 | "button01_text": "Left",
|
|
74 | 88 | {
|
75 | 89 | "card_id": "maze 2",
|
76 | 90 | "background_image": "page01.bmp",
|
| 91 | + "sound": "Mystery.wav", |
| 92 | + "sound_repeat": "True", |
77 | 93 | "text": "There are passages to the left and right.",
|
78 | 94 | "text_color": "0x000001",
|
79 | 95 | "button01_text": "Left",
|
|
84 | 100 | {
|
85 | 101 | "card_id": "maze 3",
|
86 | 102 | "background_image": "page01.bmp",
|
| 103 | + "sound": "Mystery.wav", |
| 104 | + "sound_repeat": "True", |
87 | 105 | "text": "There are passages to the left and right.",
|
88 | 106 | "text_color": "0x000001",
|
89 | 107 | "button01_text": "Left",
|
|
94 | 112 | {
|
95 | 113 | "card_id": "maze 4",
|
96 | 114 | "background_image": "page01.bmp",
|
| 115 | + "sound": "Mystery.wav", |
| 116 | + "sound_repeat": "True", |
97 | 117 | "text": "There are passages to the left and right.",
|
98 | 118 | "text_color": "0x000001",
|
99 | 119 | "button01_text": "Left",
|
|
104 | 124 | {
|
105 | 125 | "card_id": "maze 5",
|
106 | 126 | "background_image": "page01.bmp",
|
| 127 | + "sound": "Mystery.wav", |
| 128 | + "sound_repeat": "True", |
107 | 129 | "text": "There are passages to the left and right.",
|
108 | 130 | "text_color": "0x000001",
|
109 | 131 | "button01_text": "Left",
|
|
114 | 136 | {
|
115 | 137 | "card_id": "maze 6",
|
116 | 138 | "background_image": "page01.bmp",
|
| 139 | + "sound": "Mystery.wav", |
| 140 | + "sound_repeat": "True", |
117 | 141 | "text": "There are passages to the left and right.",
|
118 | 142 | "text_color": "0x000001",
|
119 | 143 | "button01_text": "Left",
|
|
124 | 148 | {
|
125 | 149 | "card_id": "creaking",
|
126 | 150 | "background_image": "page01.bmp",
|
| 151 | + "sound": "creak.wav", |
| 152 | + "sound_repeat": "True", |
127 | 153 | "text": "You hear an ominuous creaking from around the corner",
|
128 | 154 | "text_color": "0x000001",
|
129 | 155 | "button01_text": "Continue",
|
|
134 | 160 | {
|
135 | 161 | "card_id": "bridge room",
|
136 | 162 | "background_image": "page01.bmp",
|
| 163 | + "sound": "creak.wav", |
| 164 | + "sound_repeat": "True", |
137 | 165 | "text": "There is a creaking, rickity wooded bridge leading across a gaping chasm. At the other end is a large treasure chest. There is also a short tunnel with daylight at the end.",
|
138 | 166 | "text_color": "0x000001",
|
139 | 167 | "button01_text": "Treasure!",
|
|
144 | 172 | {
|
145 | 173 | "card_id": "die",
|
146 | 174 | "background_image": "page01.bmp",
|
| 175 | + "sound": "scream.wav", |
147 | 176 | "text": "The bridge gives way and you fall to a painful death.",
|
148 | 177 | "text_color": "0x000001",
|
149 | 178 | "button01_text": "Next",
|
|
0 commit comments