-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlan.txt
58 lines (58 loc) · 1.92 KB
/
Plan.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
root:
episodes: <-- Load episodes 4, 5, 6 (push episodes)
- 4
characters: <-- Load characters in episodes 4, 5, 6 (push characters)
- Droid 1
friends: <-- Load friends of droids that are characters in episodes 4, 5, 6 (push droid friends)
- 1
- 2
- 3
appearsIn: <-- Load appearances of droids that are characters in episodes 4, 5, 6 (push droid appearances)
- 5
- 6
- Droid 2
friends:
- 1
- 2
- 3
appearsIn:
- 5
- 6
- Human 1
friends: <-- Load friends of humans that are characters in episodes 4, 5, 6
- 1
- 2
- 3
appearsIn: <-- Load appearances of people that are characters in episodes 4, 5, 6
- 5
- 6
- Human 2
friends:
- 1
- 2
- 3
appearsIn:
- 5
- 6
- Human 3
friends:
- 1
- 2
- 3
appearsIn:
- 5
- 6
- 5
characters:
- 6
- 7
- 8
- 2
- 1
- 6
characters:
- 9
- 8
- 7
- 6
- ...