-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsonvalorigioco.json
More file actions
61 lines (60 loc) · 2 KB
/
jsonvalorigioco.json
File metadata and controls
61 lines (60 loc) · 2 KB
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": [
{
"cod": "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'"
},
{
"cod": "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'"
},
{
"cod": "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'"
},
{
"cod": "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'"
},
{
"cod": "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'"
},
{
"cod": "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'"
},
{
"cod": "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'"
}
]
}