forked from AliaksandrSiarohin/first-order-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcharacters.json
46 lines (46 loc) · 806 Bytes
/
characters.json
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
{
"barbatul": {
"file": "man.jpg",
"type": "humanoid"
},
"scufita": {
"file": "red-riding-hood.png",
"type": "humanoid"
},
"vanatorul": {
"file": "hunter.jpg",
"type": "humanoid"
},
"cenusareasa": {
"file": "cinderella.png",
"type": "humanoid"
},
"vrajitoarea": {
"file": "witch.jpg",
"type": "humanoid"
},
"lupul": {
"file": "wolf-humanoid.jpg",
"type": "humanoid"
},
"lupul2": {
"file": "wolf-quadruped.jpg",
"type": "quadruped"
},
"calul": {
"file": "horse.jpg",
"type": "quadruped"
},
"dragonul": {
"file": "dragon-on-ground.jpg",
"type": "quadruped"
},
"dragonul2": {
"file": "dragon-in-air.png",
"type": "flying"
},
"cioara": {
"file": "crow.jpg",
"type": "flying"
}
}