-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1186bfa
commit 7097f2e
Showing
13 changed files
with
134 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,35 @@ | ||
[gd_resource type="Resource" script_class="StarSystem" load_steps=2 format=3 uid="uid://cu1wn7ldbgeej"] | ||
[gd_resource type="Resource" script_class="StarSystem" load_steps=12 format=3 uid="uid://cu1wn7ldbgeej"] | ||
|
||
[ext_resource type="Script" path="res://galaxy/star_system/star_system.gd" id="1_0hn02"] | ||
[ext_resource type="Resource" uid="uid://b764gd8q3il6s" path="res://mechanics/economy/currencies/credits.tres" id="1_add1a"] | ||
[ext_resource type="Script" path="res://mechanics/economy/market.gd" id="2_xwx77"] | ||
[ext_resource type="Resource" uid="uid://dd63q3wg4vrk" path="res://mechanics/economy/commodities/biological_samples.tres" id="3_fb44d"] | ||
[ext_resource type="Resource" uid="uid://bnw61s2hj8a0m" path="res://mechanics/economy/commodities/water.tres" id="4_56h02"] | ||
[ext_resource type="Resource" uid="uid://dnutrj5jdgiaj" path="res://mechanics/economy/commodities/food.tres" id="5_20rsd"] | ||
[ext_resource type="Resource" uid="uid://n8yvfo8aytg" path="res://mechanics/economy/commodities/luxury_goods.tres" id="6_gbnx7"] | ||
[ext_resource type="Resource" uid="uid://dhxbtnaoc1nuo" path="res://mechanics/economy/commodities/medical_supplies.tres" id="7_s2brr"] | ||
[ext_resource type="Resource" uid="uid://ccvds2nloqvwn" path="res://mechanics/economy/commodities/industrial_equipment.tres" id="8_ei3p8"] | ||
[ext_resource type="Resource" uid="uid://dl132ceubbcos" path="res://mechanics/economy/commodities/rare_earth_elements.tres" id="9_vsdb2"] | ||
|
||
[sub_resource type="Resource" id="Resource_h1m1b"] | ||
script = ExtResource("2_xwx77") | ||
money = ExtResource("1_add1a") | ||
trade_assets = { | ||
ExtResource("3_fb44d"): 3143.0, | ||
ExtResource("4_56h02"): 10.0, | ||
ExtResource("5_20rsd"): 68.0, | ||
ExtResource("6_gbnx7"): 5211.0, | ||
ExtResource("7_s2brr"): 2973.0, | ||
ExtResource("8_ei3p8"): 973.0, | ||
ExtResource("9_vsdb2"): 4121.0 | ||
} | ||
|
||
[resource] | ||
script = ExtResource("1_0hn02") | ||
name = &"Thalassa" | ||
connections = Array[StringName]([&"Sol"]) | ||
position = Vector3(-0.5, -0.1, 2.7) | ||
scene_path = "res://galaxy/star_system/scenes/thalassa.tscn" | ||
market = SubResource("Resource_h1m1b") | ||
refueling_money = ExtResource("1_add1a") | ||
refueling_cost = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
[gd_resource type="Resource" script_class="Planet" load_steps=2 format=3 uid="uid://dlabxdxx15pp7"] | ||
[gd_resource type="Resource" script_class="Planet" load_steps=3 format=3 uid="uid://dlabxdxx15pp7"] | ||
|
||
[ext_resource type="Texture2D" uid="uid://rknl8aley68c" path="res://screens/landing/images/1e3db4b9-0718-4ea2-8714-4f74c61c2b4f.jpg" id="1_1ky27"] | ||
[ext_resource type="Script" path="res://planet/planet.gd" id="1_5srmt"] | ||
|
||
[resource] | ||
script = ExtResource("1_5srmt") | ||
name = "" | ||
facilities = 39 | ||
description = "" | ||
name = "Aeolus" | ||
facilities = 0 | ||
landscape_image = ExtResource("1_1ky27") | ||
description = "As your ship touches down on Aeolus, you're greeted by a world of pristine, unforgiving ice. The planet's surface stretches out before you in an endless expanse of white and pale blue, broken only by jagged crystalline formations that catch and refract the dim light of the distant sun. | ||
The atmosphere is thin and bitterly cold, your suit's environmental systems working overtime to keep you warm. Howling winds sweep across the barren landscape, carrying fine particles of ice that patter against your viewport like ethereal sand. | ||
There are no signs of permanent habitation or facilities here. Aeolus remains untamed, a frozen frontier at the edge of civilized space. Your sensors detect pockets of valuable minerals trapped beneath the ice, hinting at the planet's potential wealth – and the reason why the occasional prospector or explorer might brave its hostile conditions. | ||
As you survey the desolate beauty of Aeolus, you can't help but feel a sense of isolation. This is a place where the unprepared could vanish without a trace, swallowed by the endless white. Yet for those with the right equipment and a spirit of adventure, Aeolus offers a glimpse into the raw, untouched wonders of the galaxy." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
[gd_resource type="Resource" script_class="Planet" load_steps=2 format=3 uid="uid://bcxt6a254xlc6"] | ||
[gd_resource type="Resource" script_class="Planet" load_steps=3 format=3 uid="uid://bcxt6a254xlc6"] | ||
|
||
[ext_resource type="Script" path="res://planet/planet.gd" id="1_c5n72"] | ||
[ext_resource type="Texture2D" uid="uid://be88oaodfcwre" path="res://screens/landing/images/8df40317-6bcb-49ce-8696-ba54def0e9b8.jpg" id="1_vxq07"] | ||
|
||
[resource] | ||
script = ExtResource("1_c5n72") | ||
name = "" | ||
facilities = 39 | ||
description = "" | ||
name = "Gaia Prime" | ||
facilities = 35 | ||
landscape_image = ExtResource("1_vxq07") | ||
description = "As your ship descends through wisps of opalescent clouds, the true majesty of Gaia Prime unfolds before you. This super-Earth, 1.5 times the size of humanity's cradle, is a breathtaking tapestry of deep azures and rich emeralds. | ||
Vast oceans dominate the landscape, their surfaces occasionally broken by archipelagos of lush, tropical islands and sprawling continents with terrain ranging from verdant rainforests to towering mountain ranges. The air is thick but breathable, carrying the scent of alien flora and the promise of undiscovered life. | ||
Despite its beauty, Gaia Prime is not without its dangers. Frequent electrical storms illuminate the skies, and seismic activity hints at a tumultuous core. The planet's heightened gravity makes movement more challenging, but also allows for richer mineral deposits, beckoning to prospectors and miners alike. | ||
Scattered across the habitable zones are the fledgling colonies of various factions – research outposts, mining operations, and budding settlements. Their diversity speaks to the planet's potential, but also to the brewing conflicts as different groups vie for control of this promising world. | ||
As a newcomer, you'll find no shortage of opportunities here, whether you seek to trade, explore, or carve out your own piece of this new frontier. But tread carefully – Gaia Prime's riches and secrets are coveted by many, and not all are willing to share." |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions
35
screens/landing/images/1e3db4b9-0718-4ea2-8714-4f74c61c2b4f.jpg.import
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[remap] | ||
|
||
importer="texture" | ||
type="CompressedTexture2D" | ||
uid="uid://rknl8aley68c" | ||
path.s3tc="res://.godot/imported/1e3db4b9-0718-4ea2-8714-4f74c61c2b4f.jpg-ef11cf5c1cb5589fb55b0b366ce47619.s3tc.ctex" | ||
metadata={ | ||
"imported_formats": ["s3tc_bptc"], | ||
"vram_texture": true | ||
} | ||
|
||
[deps] | ||
|
||
source_file="res://screens/landing/images/1e3db4b9-0718-4ea2-8714-4f74c61c2b4f.jpg" | ||
dest_files=["res://.godot/imported/1e3db4b9-0718-4ea2-8714-4f74c61c2b4f.jpg-ef11cf5c1cb5589fb55b0b366ce47619.s3tc.ctex"] | ||
|
||
[params] | ||
|
||
compress/mode=2 | ||
compress/high_quality=false | ||
compress/lossy_quality=0.7 | ||
compress/hdr_compression=1 | ||
compress/normal_map=0 | ||
compress/channel_pack=0 | ||
mipmaps/generate=false | ||
mipmaps/limit=-1 | ||
roughness/mode=1 | ||
roughness/src_normal="" | ||
process/fix_alpha_border=false | ||
process/premult_alpha=false | ||
process/normal_map_invert_y=false | ||
process/hdr_as_srgb=false | ||
process/hdr_clamp_exposure=false | ||
process/size_limit=0 | ||
detect_3d/compress_to=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions
35
screens/landing/images/8df40317-6bcb-49ce-8696-ba54def0e9b8.jpg.import
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[remap] | ||
|
||
importer="texture" | ||
type="CompressedTexture2D" | ||
uid="uid://be88oaodfcwre" | ||
path.s3tc="res://.godot/imported/8df40317-6bcb-49ce-8696-ba54def0e9b8.jpg-cded3156d9b9499a813556bcbd33bebd.s3tc.ctex" | ||
metadata={ | ||
"imported_formats": ["s3tc_bptc"], | ||
"vram_texture": true | ||
} | ||
|
||
[deps] | ||
|
||
source_file="res://screens/landing/images/8df40317-6bcb-49ce-8696-ba54def0e9b8.jpg" | ||
dest_files=["res://.godot/imported/8df40317-6bcb-49ce-8696-ba54def0e9b8.jpg-cded3156d9b9499a813556bcbd33bebd.s3tc.ctex"] | ||
|
||
[params] | ||
|
||
compress/mode=2 | ||
compress/high_quality=false | ||
compress/lossy_quality=0.7 | ||
compress/hdr_compression=1 | ||
compress/normal_map=0 | ||
compress/channel_pack=0 | ||
mipmaps/generate=false | ||
mipmaps/limit=-1 | ||
roughness/mode=1 | ||
roughness/src_normal="" | ||
process/fix_alpha_border=false | ||
process/premult_alpha=false | ||
process/normal_map_invert_y=false | ||
process/hdr_as_srgb=false | ||
process/hdr_clamp_exposure=false | ||
process/size_limit=0 | ||
detect_3d/compress_to=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters