Skip to content

Commit

Permalink
Create marslands.json
Browse files Browse the repository at this point in the history
  • Loading branch information
blockninja124 authored Nov 20, 2024
1 parent 84389ff commit 478819d
Showing 1 changed file with 144 additions and 0 deletions.
144 changes: 144 additions & 0 deletions misode/presets/marslands.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
{
"attached_dimention_id": "cosmos:marslands",
"skybox_data": {
"texture_id": "skybox_solar",
"alpha": 125,
"yaw": 0,
"pitch": 156,
"roll": -54,
"rotation_plane": "pitch",
"vanilla_sunlight": false,
"sunlight_color": {
"r": 51,
"g": 153,
"b": 255,
"alpha": 255
}
},
"dimensional_data": {
"dimension_type": "planet",
"weather": false,
"clouds": false,
"sky_objects": false,
"gravity": 38,
"air_resistance": 0.98,
"atmospheric_data": {
"atmosphere_y": 560,
"travel_to": "cosmos:solar_system",
"origin_x": -41000,
"origin_y": 860,
"origin_z": 18000,
"overlay_texture_id": "mars_bar",
"shipbit_y": 24,
"ship_min_y": 120
}
},
"sky_data": {
"sun": {
"type": "object",
"phased": false,
"object_yaw": 45,
"object_pitch": 40,
"object_roll": 35,
"yaw": 0,
"pitch": 0,
"roll": 0,
"yaw_speed": 0,
"pitch_speed": 0,
"roll_speed": 1,
"scale": 0.1,
"core_color": {
"r": 255,
"g": 255,
"b": 255
},
"bloom_color": {
"r": 64,
"g": 16,
"b": 8
}
},
"earth": {
"type": "object",
"phased": false,
"fade": "night",
"texture_id": "earth",
"object_yaw": 40,
"object_pitch": 30,
"object_roll": 20,
"yaw": 45,
"pitch": 0,
"roll": 180,
"yaw_speed": 0.5,
"pitch_speed": 0,
"roll_speed": 1,
"scale": 0.008,
"atmosphere_color": {
"r": 102,
"g": 178,
"b": 255,
"alpha": 38
},
"cloud_data": {
"animation_folder": "clouds/high/",
"tick_delay": 40,
"frames": 30,
"cloud_color": {
"r": 255,
"g": 255,
"b": 255,
"alpha": 255
}
}
},
"saturn": {
"type": "object",
"phased": false,
"fade": "night",
"texture_id": "saturn",
"object_yaw": 45,
"object_pitch": 40,
"object_roll": 45,
"yaw": 0,
"pitch": 0,
"roll": 180,
"yaw_speed": 0,
"pitch_speed": 0,
"roll_speed": 1,
"scale": 0.02,
"atmosphere_color": {
"r": 195,
"g": 180,
"b": 150,
"alpha": 29
},
"ring_data": {
"ring1": {
"texture_id": "sat1",
"scale_radius": 0.04,
"radius": 10
},
"ring2": {
"texture_id": "sat2",
"scale_radius": 0.08,
"radius": 13
}
}
},
"mars": {
"type": "object",
"phased": true,
"texture_id": "mars",
"object_yaw": 7,
"object_pitch": -6,
"object_roll": -5,
"yaw": 0,
"pitch": 0,
"roll": 180,
"yaw_speed": 0,
"pitch_speed": 0,
"roll_speed": 0,
"scale": 1.2
}
}
}

0 comments on commit 478819d

Please sign in to comment.