Skip to content

Commit d875f6a

Browse files
Create venuslands.json
1 parent 0d99b2a commit d875f6a

File tree

1 file changed

+128
-0
lines changed

1 file changed

+128
-0
lines changed

misode/presets/venuslands.json

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
{
2+
"attached_dimention_id": "cosmos:venuslands",
3+
"skybox_data": {
4+
"texture_id": "skybox_solar",
5+
"alpha": 215,
6+
"yaw": 29,
7+
"pitch": -69,
8+
"roll": 29,
9+
"rotation_plane": "pitch",
10+
"fade": "night"
11+
},
12+
"dimensional_data": {
13+
"dimension_type": "planet",
14+
"weather": false,
15+
"weather_data": {
16+
"condition": "rain",
17+
"texture_id": "acid_rain",
18+
"speed": 1,
19+
"sound_generic": "weather.rain",
20+
"sound_special": "weather.rain.above",
21+
"power": 3,
22+
"hurt": true,
23+
"damage": 3
24+
},
25+
"clouds": true,
26+
"sky_objects": false,
27+
"gravity": 90.4,
28+
"air_resistance": 0.98,
29+
"atmospheric_data": {
30+
"atmosphere_y": 560,
31+
"travel_to": "cosmos:solar_system",
32+
"origin_x": -9000,
33+
"origin_y": 900,
34+
"origin_z": -4000,
35+
"overlay_texture_id": "venus_bar",
36+
"shipbit_y": 27,
37+
"ship_min_y": 120
38+
}
39+
},
40+
"sky_data": {
41+
"sun": {
42+
"type": "object",
43+
"phased": false,
44+
"object_yaw": 45,
45+
"object_pitch": 40,
46+
"object_roll": 35,
47+
"yaw": 0,
48+
"pitch": 0,
49+
"roll": 0,
50+
"yaw_speed": 0,
51+
"pitch_speed": 0,
52+
"roll_speed": 1,
53+
"scale": 0.24,
54+
"core_color": {
55+
"r": 255,
56+
"g": 255,
57+
"b": 255
58+
},
59+
"bloom_color": {
60+
"r": 64,
61+
"g": 16,
62+
"b": 8
63+
}
64+
},
65+
"earth": {
66+
"type": "object",
67+
"phased": false,
68+
"texture_id": "earth",
69+
"object_yaw": 20,
70+
"object_pitch": 30,
71+
"object_roll": 40,
72+
"yaw": 225,
73+
"pitch": 0,
74+
"roll": 360,
75+
"yaw_speed": 0.5,
76+
"pitch_speed": 0,
77+
"roll_speed": 1,
78+
"scale": 0.0085,
79+
"cloud_data": {
80+
"animation_folder": "clouds/high/",
81+
"tick_delay": 40,
82+
"frames": 30,
83+
"cloud_color": {
84+
"r": 255,
85+
"g": 255,
86+
"b": 255,
87+
"alpha": 255
88+
}
89+
},
90+
"atmosphere_color": {
91+
"r": 102,
92+
"g": 178,
93+
"b": 255,
94+
"alpha": 38
95+
}
96+
},
97+
"mercury": {
98+
"type": "object",
99+
"phased": true,
100+
"texture_id": "mercury",
101+
"object_yaw": 45,
102+
"object_pitch": 40,
103+
"object_roll": 45,
104+
"yaw": 0,
105+
"pitch": 0,
106+
"roll": 270,
107+
"yaw_speed": 0,
108+
"pitch_speed": 0,
109+
"roll_speed": 1,
110+
"scale": 0.03
111+
},
112+
"venus": {
113+
"type": "object",
114+
"phased": true,
115+
"texture_id": "venus",
116+
"object_yaw": 5,
117+
"object_pitch": 5,
118+
"object_roll": -5,
119+
"yaw": 0,
120+
"pitch": 0,
121+
"roll": 180,
122+
"yaw_speed": 0,
123+
"pitch_speed": 0,
124+
"roll_speed": 0,
125+
"scale": 1.2
126+
}
127+
}
128+
}

0 commit comments

Comments
 (0)