-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsonvalorigioco.json
61 lines (60 loc) · 2.01 KB
/
jsonvalorigioco.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"data": [
{
"Name": "Personaggio1",
"Personaggio": "Operatore",
"Nome": "Gennaro",
"Icon": "Texture2D'/Game/Core/Mesh/Walls/Textures/eef2d885f5209068d8f07e886e85255a.eef2d885f5209068d8f07e886e85255a'",
"Movement": 6,
"3DModel": "StaticMesh'/Game/StarterContent/Shapes/Shape_Cube.Shape_Cube'"
},
{
"Name": "Personaggio2",
"Personaggio": "Medium",
"Nome": "Marlena",
"Icon": "Texture2D'/Game/Core/Mesh/Walls/Textures/eef2d885f5209068d8f07e886e85255a.eef2d885f5209068d8f07e886e85255a'",
"Movement": 4,
"3DModel": "StaticMesh'/Game/StarterContent/Shapes/Shape_Cube.Shape_Cube'"
},
{
"Name": "Personaggio3",
"Personaggio": "Fonista",
"Nome": "Zoia",
"Icon": "Texture2D'/Game/Core/Mesh/Walls/Textures/eef2d885f5209068d8f07e886e85255a.eef2d885f5209068d8f07e886e85255a'",
"Movement": 3,
"3DModel": "StaticMesh'/Game/StarterContent/Shapes/Shape_Cube.Shape_Cube'"
},
{
"Name": "Personaggio4",
"Personaggio": "Regista",
"Nome": "Barbara",
"Icon": "Texture2D'/Game/Core/Mesh/Walls/Textures/eef2d885f5209068d8f07e886e85255a.eef2d885f5209068d8f07e886e85255a'",
"Movement": 5,
"3DModel": "StaticMesh'/Game/StarterContent/Shapes/Shape_Cube.Shape_Cube'"
},
{
"Name": "Personaggio5",
"Personaggio": "Reporter",
"Nome": "Gianfi",
"Icon": "Texture2D'/Game/Core/Mesh/Walls/Textures/eef2d885f5209068d8f07e886e85255a.eef2d885f5209068d8f07e886e85255a'",
"Movement": 5,
"3DModel": "StaticMesh'/Game/StarterContent/Shapes/Shape_Cube.Shape_Cube'"
},
{
"Name": "Personaggio6",
"Personaggio": "Impresario",
"Nome": "Mario",
"Icon": "Texture2D'/Game/Core/Mesh/Walls/Textures/eef2d885f5209068d8f07e886e85255a.eef2d885f5209068d8f07e886e85255a'",
"Movement": 3,
"3DModel": "StaticMesh'/Game/StarterContent/Shapes/Shape_Cube.Shape_Cube'"
},
{
"Name": "Personaggio7",
"Personaggio": "Paper Boy",
"Nome": "Luigi",
"Icon": "Texture2D'/Game/Core/Mesh/Walls/Textures/eef2d885f5209068d8f07e886e85255a.eef2d885f5209068d8f07e886e85255a'",
"Movement": 6,
"3DModel": "StaticMesh'/Game/StarterContent/Shapes/Shape_Cube.Shape_Cube'"
}
]
}