40 lines
985 B
JSON
40 lines
985 B
JSON
{
|
|
"creatures" : [
|
|
{
|
|
"name" : "Human",
|
|
"bodyParts" : [
|
|
{
|
|
"name" : "Head",
|
|
"type" : "Head",
|
|
"size" : 1
|
|
},
|
|
{
|
|
"name" : "Torso",
|
|
"type" : "Torso",
|
|
"size" : 1
|
|
},
|
|
{
|
|
"name" : "ArmLeft",
|
|
"type" : "Arm",
|
|
"size" : 1
|
|
},
|
|
{
|
|
"name" : "ArmRight",
|
|
"type" : "Arm",
|
|
"size" : 1
|
|
},
|
|
{
|
|
"name" : "LegLeft",
|
|
"type" : "Leg",
|
|
"size" : 1
|
|
},
|
|
{
|
|
"name" : "LegRight",
|
|
"type" : "Leg",
|
|
"size" : 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|