-
Notifications
You must be signed in to change notification settings - Fork 0
/
default_ship.json
53 lines (53 loc) · 1.03 KB
/
default_ship.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
{
"name": "ship name",
"location": [ 0, 0, 0 ],
"rotation": [ 0, 0, 0, 1 ],
"structure": {
"cylinder-1": {
"decoupler-1": {
"cylinder-2": {
"engine-1": {
}
}
}
}
},
"parts": {
"cylinder-1": {
"type": "cylinder",
"location": [ 0, 0, 0 ],
"rotation": [ 0, 0, 0, 1 ],
"scale": [ 1, 1, 1 ],
"attached_at": 1,
"attached_with": 1
},
"engine-1": {
"type": "engine",
"location": [ 0, -150, -50 ],
"rotation": [ 0, 0, 0, 1 ],
"scale": [ 1, 1, 1 ],
"attached_at": 1
},
"cylinder-2": {
"type": "cylinder",
"location": [ 0, 150, -50 ],
"rotation": [ 0, 0, 0, 1 ],
"scale": [ 1, 1, 1 ],
"attached_at": 1
},
"decoupler-1": {
"type": "decoupler",
"location": [ 0, 0, -50 ],
"rotaiton": [ 0, 0, 0, 1 ],
"scale": [ 1, 1, 1 ],
"attached_at": 1
}
},
"stages": [
{
"attachments": [],
"fuel_tanks": [],
"engines": []
}
]
}