Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Europa Map to Rotation #1152

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ public sealed class PostMapInitTest
"Lighthouse", //DeltaV
"Submarine", //DeltaV
"Gax",
"Rad"
"Rad",
"Europa"
};

/// <summary>
Expand Down
102,168 changes: 102,168 additions & 0 deletions Resources/Maps/europa.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Resources/Prototypes/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
- TheHive
- Gax
- Rad
- Europa
64 changes: 64 additions & 0 deletions Resources/Prototypes/Maps/europa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
- type: gameMap
id: Europa
mapName: 'Europa'
mapPath: /Maps/europa.yml
minPlayers: 0
maxPlayers: 30
stations:
Europa:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Europa Outpost {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'B'
- type: StationJobs
overflowJobs:
- Passenger
availableJobs:
#service
Captain: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ]
Bartender: [ 1, 1 ]
Botanist: [ 2, 2 ]
Boxer: [ 2, 2 ]
Chef: [ 1 , 1 ]
Clown: [ 1, 1 ]
Lawyer: [ 1, 1 ]
Musician: [ 1, 1 ]
Janitor: [ 1, 2 ]
Mime: [ 1, 1 ]
#engineering
ChiefEngineer: [ 1, 1 ]
AtmosphericTechnician: [ 1, 2 ]
StationEngineer: [ 2, 2 ]
TechnicalAssistant: [ 2, 2 ]
#medical
ChiefMedicalOfficer: [ 1, 1 ]
Chemist: [ 1, 1 ]
MedicalDoctor: [ 2, 3 ]
MedicalIntern: [ 2, 2 ]
Paramedic: [ 1, 1 ]
Psychologist: [ 1, 1 ]
#science
ResearchDirector: [ 1, 1 ]
Chaplain: [ 1, 1 ]
ForensicMantis: [ 1, 1 ]
Scientist: [ 2, 3 ]
ResearchAssistant: [ 2, 2 ]
Borg: [ 1, 1 ]
#security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
Detective: [ 1, 1 ]
SecurityOfficer: [ 2, 2 ]
SecurityCadet: [ 1, 1 ]
Prisoner: [ 1, 2 ]
#supply
Quartermaster: [ 1, 1 ]
MailCarrier: [ 1, 2 ]
SalvageSpecialist: [ 2, 2 ]
CargoTechnician: [ 2, 3 ]
#civilian
Passenger: [ -1, -1 ]
10 changes: 10 additions & 0 deletions Resources/Prototypes/Parallaxes/planet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
scale: "1, 1"
shader: ""

- type: parallax
id: Desert
layers:
- texture:
!type:ImageParallaxTextureSource
path: "/Textures/Tiles/Planet/Desert/desert1.png"
slowness: 0
scale: "1, 1"
shader: ""

- type: parallax
id: Grass
layers:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading