Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ngines into fixcustomspecie
  • Loading branch information
Aidenkrz committed Oct 21, 2024
2 parents 2fb02ea + 05a1301 commit 5758d81
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 11 deletions.
23 changes: 23 additions & 0 deletions Resources/Changelog/Changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7502,3 +7502,26 @@ Entries:
id: 6478
time: '2024-10-20T21:34:05.0000000+00:00'
url: https://github.com/Simple-Station/Einstein-Engines/pull/1110
- author: Aidenkrz
changes:
- type: Fix
message: Flavor text can be updated again.
id: 6479
time: '2024-10-21T00:24:18.0000000+00:00'
url: https://github.com/Simple-Station/Einstein-Engines/pull/1119
- author: VMSolidus
changes:
- type: Add
message: Glacier is now on a planetary surface
id: 6480
time: '2024-10-21T00:41:02.0000000+00:00'
url: https://github.com/Simple-Station/Einstein-Engines/pull/1115
- author: VMSolidus
changes:
- type: Fix
message: >-
Asterisk Station no longer spawns entombed in snow, and is now on top of
an ice sheet.
id: 6481
time: '2024-10-21T00:41:18.0000000+00:00'
url: https://github.com/Simple-Station/Einstein-Engines/pull/1118
27 changes: 26 additions & 1 deletion Resources/Maps/asterisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,39 @@ entities:
- type: Broadphase
- type: OccluderTree
- type: Parallax
parallax: AngleStation
parallax: Snow
- type: MapAtmosphere
space: False
mixture:
volume: 2500
immutable: True
temperature: 213.15
moles:
- 21.824879
- 82.10312
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- type: Gravity
enabled: true
inherent: true
- type: LoadedMap
- uid: 2
components:
- type: MetaData
- type: Transform
pos: -0.5104167,-0.4739367
parent: 1
- type: PassiveDampening
linearDampening: 1
angularDampening: 1
- type: MapGrid
chunks:
0,0:
Expand Down
15 changes: 7 additions & 8 deletions Resources/Maps/glacier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ entities:
- type: GridTree
- type: MovedGrids
- type: Parallax
parallax: Sky
parallax: Snow
- type: Gravity
enabled: true
inherent: true
- type: MapAtmosphere
space: False
mixture:
Expand Down Expand Up @@ -100,6 +103,9 @@ entities:
- type: MetaData
- type: Transform
parent: 1
- type: PassiveDampening
linearDampening: 1
angularDampening: 1
- type: MapGrid
chunks:
-1,-1:
Expand Down Expand Up @@ -69877,13 +69883,6 @@ entities:
- type: Transform
pos: 63.191357,-49.411076
parent: 2
- proto: GravityGenerator
entities:
- uid: 9482
components:
- type: Transform
pos: 27.5,54.5
parent: 2
- proto: GravityGeneratorMini
entities:
- uid: 9483
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/Maps/asterisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
Asterisk:
stationProto: StandardNanotrasenStation
components:
- type: StationBiome
biome: Snow
- type: StationRandomTransform
enableStationRotation: false
maxStationOffset: null
Expand Down

0 comments on commit 5758d81

Please sign in to comment.