File tree Expand file tree Collapse file tree 1 file changed +104
-0
lines changed Expand file tree Collapse file tree 1 file changed +104
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+
3
+ ---- Characters ----
4
+
5
+ Mr Green
6
+ first name: Jacob
7
+ last name: Green
8
+ color: green
9
+ description: He has a lot of connections
10
+ age: 45
11
+ image: https://pbs.twimg.com/profile_images/506787499331428352/65jTv2uC.jpeg
12
+ occupation: Entrepreneur
13
+
14
+ Dr Orchid
15
+ first name: Doctor
16
+ last name: Orchid
17
+ color: white
18
+ description: PhD in plant toxicology. Adopted daughter of Mr. Boddy
19
+ age: 26
20
+ image: http://www.radiotimes.com/uploads/images/Original/111967.jpg
21
+ occupation: Scientist
22
+
23
+ Prof Plum
24
+ first name: Victor
25
+ last name: Plum
26
+ color: purple
27
+ description: Billionare video game designer
28
+ age: 22
29
+ image: https://metrouk2.files.wordpress.com/2016/07/professor-plum.jpg
30
+ occupation: Designer
31
+
32
+ Miss Scarlet
33
+ first name: Kasandra
34
+ last name: Scarlet
35
+ color: red
36
+ description: She is an A-list movie star with a dark past,
37
+ age: 31,
38
+ image: https://metrouk2.files.wordpress.com/2016/07/miss-scarlett.jpg,
39
+ occupation: Actor
40
+
41
+ Mrs Peacock
42
+ first name: Eleanor
43
+ last name: Peacock
44
+ color: blue
45
+ description: She is from a wealthy family and uses her status and money to earn popularity
46
+ age: 36
47
+ image: https://metrouk2.files.wordpress.com/2016/07/mrs-peacock.jpg
48
+ occupation: Socialité
49
+
50
+ Mr Mustard
51
+ first name: Jack
52
+ last name: Mustard
53
+ color: yellow
54
+ description: He is a former football player who tries to get by on his former glory
55
+ age: 62
56
+ image: https://metrouk2.files.wordpress.com/2016/07/colonel-mustard.jpg
57
+ occupation: Retired Football player
58
+
59
+ ---- Weapons ----
60
+
61
+ Rope - Weight: 10
62
+ Knife - Weight: 8
63
+ Candlestick - Weight: 2
64
+ Dumbbell - Weight: 30
65
+ Poison - Weight: 2
66
+ Axe - Weight: 15
67
+ Bat - Weight: 13
68
+ Trophy - Weight: 25
69
+ Pistol - Weight: 20
70
+
71
+
72
+ ---- Rooms ----
73
+ Dinning Room
74
+ Conservatory
75
+ Kitchen
76
+ Study
77
+ Library
78
+ Billiard Room
79
+ Lounge
80
+ Ballroom
81
+ Hall
82
+ Spa
83
+ Living Room
84
+ Observatory
85
+ Theater
86
+ Guest House
87
+ Patio
88
+
89
+ */
90
+
91
+ function random_selector ( array ) {
92
+
93
+ }
94
+
95
+ function pick_mistery ( ) {
96
+
97
+ }
98
+
99
+ function reveal_mistery ( mistery ) {
100
+
101
+ }
102
+
103
+ var mistery_envelope = pick_mistery ( ) ;
104
+ reveal_mistery ( mistery_envelope ) ;
You can’t perform that action at this time.
0 commit comments