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

NSS Axioma 0.1 #718

Merged
merged 24 commits into from
Feb 12, 2024
Merged
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 @@ -75,7 +75,8 @@ public sealed class PostMapInitTest
"220Marathon",
"220Hive",
"VoidZone",
"NTvsSSSP"
"NTvsSSSP",
"Axioma"
};

/// <summary>
Expand Down
6,245 changes: 6,245 additions & 0 deletions Resources/Maps/Shuttles/emergency_axioma.yml

Large diffs are not rendered by default.

242,508 changes: 242,508 additions & 0 deletions Resources/Maps/axioma.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Resources/Prototypes/SS220/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
maps:
- Frankenstein
- Nox
- Axioma
# - 220Gate
# - 220Delta
# - 220Bagel
Expand Down
76 changes: 76 additions & 0 deletions Resources/Prototypes/SS220/Maps/axioma.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# © SS220, An EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt

- type: gameMap
id: Axioma
mapName: 'NSS Axioma'
mapPath: /Maps/axioma.yml
minPlayers: 0
stations:
Axioma:
stationProto: AxiomaNanotrasenStation
components:
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/emergency_axioma.yml
- type: StationNameSetup
mapNameTemplate: '{0} Axioma {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '-SS220'
- type: StationJobs
overflowJobs:
- Passenger
availableJobs:
Passenger: [ -1, -1 ]
#Command
Captain: [ 1, 1 ]
IAA: [ 1, 1 ]
BlueShield: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ]
#Security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
Detective: [ 1, 1 ]
SecurityOfficer: [ 6, 6 ]
SecurityCadet: [ 3, 3 ]
Brigmedic: [ 1, 1 ]
#Engineering
ChiefEngineer: [ 1, 1 ]
StationEngineer: [ 10, 10 ]
AtmosphericTechnician: [ 3, 3 ]
#Cargo
Quartermaster: [ 1, 1 ]
CargoTechnician: [ 6, 6 ]
SalvageSpecialist: [ 3, 3 ]
#Medical
ChiefMedicalOfficer: [ 1, 1 ]
MedicalDoctor: [ 12, 12 ]
Chemist: [ 2, 2 ]
Psychologist: [ 1, 1 ]
Paramedic: [ 1, 1 ]
#Science
ResearchDirector: [ 1, 1 ]
Scientist: [ 10, 10 ]
Borg: [ 2, 2 ]
#Service
Bartender: [ 2, 2 ]
Botanist: [ 3, 3 ]
Chef: [ 2, 2 ]
Clown: [ 1, 1 ]
Janitor: [ 3, 3 ]
Mime: [ 1, 1 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
Musician: [ 2, 2 ]
Reporter: [ 2, 2 ]
Lawyer: [ 2, 2 ]

- type: entity
id: AxiomaNanotrasenStation
parent: StandardNanotrasenStation
noSpawn: true
components:
- type: StationMinimap
minimapData: !type:StationMinimapData
mapTexture: SS220/ViewableMaps/Axioma.png
originOffset: -85, 110
mapScale: 6.4
31 changes: 31 additions & 0 deletions Resources/Prototypes/SS220/Parallaxes/axioma.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
- type: parallax
id: AxiomaParallax
layers:
- texture:
!type:ImageParallaxTextureSource
path: "/Textures/SS220/Parallaxes/AxiomaBackground_space.png"
slowness: 0.998046875
scale: "1, 1"
- texture:
!type:ImageParallaxTextureSource
path: "/Textures/SS220/Parallaxes/AxiomaBackground_stars.png"
slowness: 0.97
scale: "1, 1"
- texture:
!type:ImageParallaxTextureSource
path: "/Textures/SS220/Parallaxes/AxiomaDust.png"
slowness: 0.94
scale: "2, 2"
scrolling: "-0.1, 0.1"
- texture:
!type:ImageParallaxTextureSource
path: "/Textures/SS220/Parallaxes/AxiomaStars.png"
slowness: 0.94
scale: "1, 1"
layersLQ:
- texture:
!type:GeneratedParallaxTextureSource
id: ""
configPath: "/Prototypes/Parallaxes/parallax_config.toml"
slowness: 0.875
layersLQUseHQ: false
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Resources/Textures/SS220/Parallaxes/licences.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
AxiomaBackground_space.png, AxiomaBackground_stars.png, AxiomaDust.png, AxiomaStars.png generated from https://deep-fold.itch.io/space-background-generator

Binary file added Resources/Textures/SS220/ViewableMaps/Axioma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Resources/map_attributions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@

- files: ["nox.yml"]
authors: Kit0vras, Glek3197

- files: ["axioma.yml"]
authors: Vnoeg, Kit0vras, Surani
Loading