Skip to content

Commit 478819d

Browse files
Create marslands.json
1 parent 84389ff commit 478819d

File tree

1 file changed

+144
-0
lines changed

1 file changed

+144
-0
lines changed

misode/presets/marslands.json

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
{
2+
"attached_dimention_id": "cosmos:marslands",
3+
"skybox_data": {
4+
"texture_id": "skybox_solar",
5+
"alpha": 125,
6+
"yaw": 0,
7+
"pitch": 156,
8+
"roll": -54,
9+
"rotation_plane": "pitch",
10+
"vanilla_sunlight": false,
11+
"sunlight_color": {
12+
"r": 51,
13+
"g": 153,
14+
"b": 255,
15+
"alpha": 255
16+
}
17+
},
18+
"dimensional_data": {
19+
"dimension_type": "planet",
20+
"weather": false,
21+
"clouds": false,
22+
"sky_objects": false,
23+
"gravity": 38,
24+
"air_resistance": 0.98,
25+
"atmospheric_data": {
26+
"atmosphere_y": 560,
27+
"travel_to": "cosmos:solar_system",
28+
"origin_x": -41000,
29+
"origin_y": 860,
30+
"origin_z": 18000,
31+
"overlay_texture_id": "mars_bar",
32+
"shipbit_y": 24,
33+
"ship_min_y": 120
34+
}
35+
},
36+
"sky_data": {
37+
"sun": {
38+
"type": "object",
39+
"phased": false,
40+
"object_yaw": 45,
41+
"object_pitch": 40,
42+
"object_roll": 35,
43+
"yaw": 0,
44+
"pitch": 0,
45+
"roll": 0,
46+
"yaw_speed": 0,
47+
"pitch_speed": 0,
48+
"roll_speed": 1,
49+
"scale": 0.1,
50+
"core_color": {
51+
"r": 255,
52+
"g": 255,
53+
"b": 255
54+
},
55+
"bloom_color": {
56+
"r": 64,
57+
"g": 16,
58+
"b": 8
59+
}
60+
},
61+
"earth": {
62+
"type": "object",
63+
"phased": false,
64+
"fade": "night",
65+
"texture_id": "earth",
66+
"object_yaw": 40,
67+
"object_pitch": 30,
68+
"object_roll": 20,
69+
"yaw": 45,
70+
"pitch": 0,
71+
"roll": 180,
72+
"yaw_speed": 0.5,
73+
"pitch_speed": 0,
74+
"roll_speed": 1,
75+
"scale": 0.008,
76+
"atmosphere_color": {
77+
"r": 102,
78+
"g": 178,
79+
"b": 255,
80+
"alpha": 38
81+
},
82+
"cloud_data": {
83+
"animation_folder": "clouds/high/",
84+
"tick_delay": 40,
85+
"frames": 30,
86+
"cloud_color": {
87+
"r": 255,
88+
"g": 255,
89+
"b": 255,
90+
"alpha": 255
91+
}
92+
}
93+
},
94+
"saturn": {
95+
"type": "object",
96+
"phased": false,
97+
"fade": "night",
98+
"texture_id": "saturn",
99+
"object_yaw": 45,
100+
"object_pitch": 40,
101+
"object_roll": 45,
102+
"yaw": 0,
103+
"pitch": 0,
104+
"roll": 180,
105+
"yaw_speed": 0,
106+
"pitch_speed": 0,
107+
"roll_speed": 1,
108+
"scale": 0.02,
109+
"atmosphere_color": {
110+
"r": 195,
111+
"g": 180,
112+
"b": 150,
113+
"alpha": 29
114+
},
115+
"ring_data": {
116+
"ring1": {
117+
"texture_id": "sat1",
118+
"scale_radius": 0.04,
119+
"radius": 10
120+
},
121+
"ring2": {
122+
"texture_id": "sat2",
123+
"scale_radius": 0.08,
124+
"radius": 13
125+
}
126+
}
127+
},
128+
"mars": {
129+
"type": "object",
130+
"phased": true,
131+
"texture_id": "mars",
132+
"object_yaw": 7,
133+
"object_pitch": -6,
134+
"object_roll": -5,
135+
"yaw": 0,
136+
"pitch": 0,
137+
"roll": 180,
138+
"yaw_speed": 0,
139+
"pitch_speed": 0,
140+
"roll_speed": 0,
141+
"scale": 1.2
142+
}
143+
}
144+
}

0 commit comments

Comments
 (0)