| 1 | [ |
| 2 | { |
| 3 | "sceneinformation": { |
| 4 | "who": [ |
| 5 | "Alex", |
| 6 | "Morgan" |
| 7 | ], |
| 8 | "where": "Office", |
| 9 | "what": "Alex is called into Morgan's office and is informed of his termination." |
| 10 | }, |
| 11 | "dialogues": [ |
| 12 | { |
| 13 | "speaker": "Morgan", |
| 14 | "content": "Alex, please have a seat. We need to talk.", |
| 15 | "actions": [ |
| 16 | { |
| 17 | "character": "Morgan", |
| 18 | "state": "standing", |
| 19 | "action": "Standing Talking" |
| 20 | }, |
| 21 | { |
| 22 | "character": "Alex", |
| 23 | "state": "standing", |
| 24 | "action": "Standing Normal" |
| 25 | } |
| 26 | ], |
| 27 | "selected shot": "Track Shot" |
| 28 | }, |
| 29 | { |
| 30 | "speaker": "Alex", |
| 31 | "content": "Sure, Morgan. What's this about?", |
| 32 | "actions": [ |
| 33 | { |
| 34 | "character": "Alex", |
| 35 | "state": "standing", |
| 36 | "action": "Standing Talking" |
| 37 | } |
| 38 | ], |
| 39 | "selected shot": "Mid Shot" |
| 40 | }, |
| 41 | { |
| 42 | "speaker": "Morgan", |
| 43 | "content": "Alex, I'm afraid I have some bad news. The company has decided to terminate your position, effective immediately.", |
| 44 | "actions": [ |
| 45 | { |
| 46 | "character": "Morgan", |
| 47 | "state": "standing", |
| 48 | "action": "Standing Depressed" |
| 49 | }, |
| 50 | { |
| 51 | "character": "Alex", |
| 52 | "state": "standing", |
| 53 | "action": "Standing Surprised" |
| 54 | } |
| 55 | ], |
| 56 | "selected shot": "Close Shot" |
| 57 | }, |
| 58 | { |
| 59 | "speaker": "Alex", |
| 60 | "content": "What? I don't understand. I've dedicated the last five years to this company.", |
| 61 | "actions": [ |
| 62 | { |
| 63 | "character": "Alex", |
| 64 | "state": "standing", |
| 65 | "action": "Standing Angry" |
| 66 | } |
| 67 | ], |
| 68 | "selected shot": "Close Shot" |
| 69 | }, |
| 70 | { |
| 71 | "speaker": "Morgan", |
| 72 | "content": "I know, Alex. This decision was not easy for us. But it's been made. We can discuss the severance package now.", |
| 73 | "actions": [ |
| 74 | { |
| 75 | "character": "Morgan", |
| 76 | "state": "standing", |
| 77 | "action": "Standing Depressed" |
| 78 | } |
| 79 | ], |
| 80 | "selected shot": "Mid Shot" |
| 81 | } |
| 82 | ] |
| 83 | }, |
| 84 | { |
| 85 | "sceneinformation": { |
| 86 | "who": [ |
| 87 | "Alex", |
| 88 | "Pat" |
| 89 | ], |
| 90 | "where": "Roadside", |
| 91 | "what": "Alex leaves the office in a daze and runs into Pat." |
| 92 | }, |
| 93 | "dialogues": [ |
| 94 | { |
| 95 | "speaker": "Pat", |
| 96 | "content": "Alex! I've been looking for you. Is everything okay?", |
| 97 | "actions": [ |
| 98 | { |
| 99 | "character": "Pat", |
| 100 | "state": "standing", |
| 101 | "action": "Standing Talking" |
| 102 | }, |
| 103 | { |
| 104 | "character": "Alex", |
| 105 | "state": "standing", |
| 106 | "action": "Standing Depressed" |
| 107 | } |
| 108 | ], |
| 109 | "selected shot": "Track Shot" |
| 110 | }, |
| 111 | { |
| 112 | "speaker": "Alex", |
| 113 | "content": "Pat, they fired me. Just like that. It's over.", |
| 114 | "actions": [ |
| 115 | { |
| 116 | "character": "Alex", |
| 117 | "state": "standing", |
| 118 | "action": "Standing Crying" |
| 119 | } |
| 120 | ], |
| 121 | "selected shot": "Close Shot" |
| 122 | }, |
| 123 | { |
| 124 | "speaker": "Pat", |
| 125 | "content": "Oh no, Alex! I'm so sorry. This is a shock for all of us. What can I do to help?", |
| 126 | "actions": [ |
| 127 | { |
| 128 | "character": "Pat", |
| 129 | "state": "standing", |
| 130 | "action": "Standing Thinking" |
| 131 | } |
| 132 | ], |
| 133 | "selected shot": "Mid Shot" |
| 134 | }, |
| 135 | { |
| 136 | "speaker": "Alex", |
| 137 | "content": "I don't know... I feel lost. I put everything into this job.", |
| 138 | "actions": [ |
| 139 | { |
| 140 | "character": "Alex", |
| 141 | "state": "standing", |
| 142 | "action": "Standing Depressed" |
| 143 | } |
| 144 | ], |
| 145 | "selected shot": "Close Shot" |
| 146 | }, |
| 147 | { |
| 148 | "speaker": "Pat", |
| 149 | "content": "Let's get you home. We can talk more on the way.", |
| 150 | "actions": [ |
| 151 | { |
| 152 | "character": "Pat", |
| 153 | "state": "standing", |
| 154 | "action": "Standing Agree" |
| 155 | }, |
| 156 | { |
| 157 | "character": "Alex", |
| 158 | "state": "standing", |
| 159 | "action": "Standing Normal" |
| 160 | } |
| 161 | ], |
| 162 | "selected shot": "Zoom Shot" |
| 163 | } |
| 164 | ] |
| 165 | }, |
| 166 | { |
| 167 | "sceneinformation": { |
| 168 | "who": [ |
| 169 | "Alex", |
| 170 | "Jamie" |
| 171 | ], |
| 172 | "where": "Apartment living room", |
| 173 | "what": "Alex tells Jamie about being fired and has an emotional breakdown." |
| 174 | }, |
| 175 | "dialogues": [ |
| 176 | { |
| 177 | "speaker": "Jamie", |
| 178 | "content": "Hey, Alex! You're home early. How was work?", |
| 179 | "actions": [ |
| 180 | { |
| 181 | "character": "Jamie", |
| 182 | "state": "standing", |
| 183 | "action": "Standing Talking" |
| 184 | }, |
| 185 | { |
| 186 | "character": "Alex", |
| 187 | "state": "standing", |
| 188 | "action": "Standing Depressed" |
| 189 | } |
| 190 | ], |
| 191 | "selected shot": "Track Shot" |
| 192 | }, |
| 193 | { |
| 194 | "speaker": "Alex", |
| 195 | "content": "Jamie, they fired me. I don't know what I'm going to do.", |
| 196 | "actions": [ |
| 197 | { |
| 198 | "character": "Alex", |
| 199 | "state": "standing", |
| 200 | "action": "Standing Crying" |
| 201 | } |
| 202 | ], |
| 203 | "selected shot": "Close Shot" |
| 204 | }, |
| 205 | { |
| 206 | "speaker": "Jamie", |
| 207 | "content": "Oh no, Alex. Come here. Let's sit down and talk about this.", |
| 208 | "actions": [ |
| 209 | { |
| 210 | "character": "Jamie", |
| 211 | "state": "standing", |
| 212 | "action": "Standing Agree" |
| 213 | } |
| 214 | ], |
| 215 | "selected shot": "Mid Shot" |
| 216 | }, |
| 217 | { |
| 218 | "speaker": "Alex", |
| 219 | "content": "I've given everything to that job. And now it's all gone.", |
| 220 | "actions": [ |
| 221 | { |
| 222 | "character": "Alex", |
| 223 | "state": "standing", |
| 224 | "action": "Standing Depressed" |
| 225 | } |
| 226 | ], |
| 227 | "selected shot": "Close Shot" |
| 228 | }, |
| 229 | { |
| 230 | "speaker": "Jamie", |
| 231 | "content": "We'll get through this together. I'm here for you, Alex.", |
| 232 | "actions": [ |
| 233 | { |
| 234 | "character": "Jamie", |
| 235 | "state": "standing", |
| 236 | "action": "Standing Agree" |
| 237 | } |
| 238 | ], |
| 239 | "selected shot": "Mid Shot" |
| 240 | } |
| 241 | ] |
| 242 | } |
| 243 | ] |