Skip to content

Commit e12fdb8

Browse files
committed
Update DATA.md
1 parent 093ec88 commit e12fdb8

File tree

1 file changed

+94
-72
lines changed

1 file changed

+94
-72
lines changed

DATA.md

+94-72
Original file line numberDiff line numberDiff line change
@@ -2,88 +2,110 @@
22

33
Use this data to model your game cards into objects.
44

5+
<br>
6+
57
### Suspects
68

7-
mrGreen<br>
8-
firstName: Jacob<br>
9-
lastName: Green<br>
10-
occupation: Entrepreneur<br>
11-
age: 45<br>
12-
description: He has a lot of connections<br>
13-
image: https://pbs.twimg.com/profile_images/506787499331428352/65jTv2uC.jpeg<br>
14-
color: green<br>
9+
```
10+
mrGreen
11+
firstName: Jacob
12+
lastName: Green
13+
occupation: Entrepreneur
14+
age: 45
15+
description: He has a lot of connections
16+
image: https://pbs.twimg.com/profile_images/506787499331428352/65jTv2uC.jpeg
17+
color: green
18+
```
19+
20+
```
21+
drOrchid
22+
firstName: Doctor
23+
lastName: Orchid
24+
occupation: Scientist
25+
age: 26
26+
description: PhD in plant toxicology. Adopted daughter of Mr. Boddy
27+
image: http://www.radiotimes.com/uploads/images/Original/111967.jpg
28+
color: white
29+
```
1530

16-
drOrchid<br>
17-
firstName: Doctor<br>
18-
lastName: Orchid<br>
19-
occupation: Scientist<br>
20-
age: 26<br>
21-
description: PhD in plant toxicology. Adopted daughter of Mr. Boddy<br>
22-
image: http://www.radiotimes.com/uploads/images/Original/111967.jpg<br>
23-
color: white<br>
31+
```
32+
profPlum
33+
firstName: Victor
34+
lastName: Plum
35+
occupation: Designer
36+
age: 22
37+
description: Billionaire video game designer
38+
image: https://66.media.tumblr.com/ee7155882178f73b3781603f0908617c/tumblr_phhxc7EhPJ1w5fh03_540.jpg
39+
color: purple
40+
```
2441

25-
profPlum<br>
26-
firstName: Victor<br>
27-
lastName: Plum<br>
28-
occupation: Designer<br>
29-
age: 22<br>
30-
description: Billionaire video game designer<br>
31-
image: https://66.media.tumblr.com/ee7155882178f73b3781603f0908617c/tumblr_phhxc7EhPJ1w5fh03_540.jpg<br>
32-
color: purple<br>
42+
```
43+
missScarlet
44+
firstName: Kasandra
45+
lastName: Scarlet
46+
occupation: Actor
47+
age: 31
48+
description: She is an A-list movie star with a dark past
49+
image: https://www.radiotimes.com/uploads/images/Original/111967.jpg
50+
color: red
51+
```
3352

34-
missScarlet<br>
35-
firstName: Kasandra<br>
36-
lastName: Scarlet<br>
37-
occupation: Actor<br>
38-
age: 31<br>
39-
description: She is an A-list movie star with a dark past<br>
40-
image: https://www.radiotimes.com/uploads/images/Original/111967.jpg<br>
41-
color: red<br>
53+
```
54+
mrsPeacock
55+
firstName: Eleanor
56+
lastName: Peacock
57+
occupation: Socialité
58+
age: 36
59+
description: She is from a wealthy family and uses her status and money to earn popularity
60+
image: https://metrouk2.files.wordpress.com/2016/07/mrs-peacock.jpg
61+
color: blue
62+
```
4263

43-
mrsPeacock<br>
44-
firstName: Eleanor<br>
45-
lastName: Peacock<br>
46-
occupation: Socialité<br>
47-
age: 36<br>
48-
description: She is from a wealthy family and uses her status and money to earn popularity<br>
49-
image: https://metrouk2.files.wordpress.com/2016/07/mrs-peacock.jpg<br>
50-
color: blue<br>
64+
```
65+
mrMustard
66+
firstName: Jack
67+
lastName: Mustard
68+
occupation: Retired Football player
69+
age: 62
70+
description: He is a former football player who tries to get by on his former glory
71+
image: https://static.independent.co.uk/s3fs-public/thumbnails/image/2016/07/04/08/unspecified-3.jpg
72+
color: yellow
73+
```
5174

52-
mrMustard<br>
53-
firstName: Jack<br>
54-
lastName: Mustard<br>
55-
occupation: Retired Football player<br>
56-
age: 62<br>
57-
description: He is a former football player who tries to get by on his former glory<br>
58-
image: https://static.independent.co.uk/s3fs-public/thumbnails/image/2016/07/04/08/unspecified-3.jpg<br>
59-
color: yellow<br>
75+
<br>
6076

6177
### Weapons
6278

63-
name: rope --- weight: 10<br>
64-
name: knife --- weight: 8<br>
65-
name: candlestick --- weight: 2<br>
66-
name: dumbbell --- weight: 30<br>
67-
name: poison --- weight: 2<br>
68-
name: axe --- weight: 15<br>
69-
name: bat --- weight: 13<br>
70-
name: trophy --- weight: 25<br>
71-
name: pistol --- weight: 20<br>
79+
```
80+
name: rope --- weight: 10
81+
name: knife --- weight: 8
82+
name: candlestick --- weight: 2
83+
name: dumbbell --- weight: 30
84+
name: poison --- weight: 2
85+
name: axe --- weight: 15
86+
name: bat --- weight: 13
87+
name: trophy --- weight: 25
88+
name: pistol --- weight: 20
89+
```
90+
91+
<br>
7292

7393
### Rooms
7494

75-
name: Dining Room<br>
76-
name: Conservatory<br>
77-
name: Kitchen<br>
78-
name: Study<br>
79-
name: Library<br>
80-
name: Billiard Room<br>
81-
name: Lounge<br>
82-
name: Ballroom<br>
83-
name: Hall<br>
84-
name: Spa<br>
85-
name: Living Room<br>
86-
name: Observatory<br>
87-
name: Theater<br>
88-
name: Guest House<br>
89-
name: Patio<br>
95+
```
96+
name: Dining Room
97+
name: Conservatory
98+
name: Kitchen
99+
name: Study
100+
name: Library
101+
name: Billiard Room
102+
name: Lounge
103+
name: Ballroom
104+
name: Hall
105+
name: Spa
106+
name: Living Room
107+
name: Observatory
108+
name: Theater
109+
name: Guest House
110+
name: Patio
111+
```

0 commit comments

Comments
 (0)