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

[MAP] Новогодний Аспид #946

Merged
merged 5 commits into from
Jan 4, 2025
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
1 change: 1 addition & 0 deletions Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public sealed class PostMapInitTest
// ADT-Halloween-End

// ADT-New-Year-Start
"ADT_AspidNewYear",
"ADT_BagelNewYear",
"ADT_BoxNewYear",
"ADT_Cluster_LegacyNewYear",
Expand Down
120,764 changes: 120,764 additions & 0 deletions Resources/Maps/ADTMaps/ADTStations/NewYear/adt_aspid.yml

Large diffs are not rendered by default.

59,383 changes: 29,742 additions & 29,641 deletions Resources/Maps/ADTMaps/ADTStations/NewYear/adt_box.yml

Large diffs are not rendered by default.

62,014 changes: 31,068 additions & 30,946 deletions Resources/Maps/ADTMaps/ADTStations/adt_box.yml

Large diffs are not rendered by default.

80 changes: 80 additions & 0 deletions Resources/Prototypes/ADT/Maps/NewYear/adt_aspid_newyear.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
- type: gameMap
id: ADT_AspidNewYear
mapName: 'Aspid'
mapPath: /Maps/ADTMaps/ADTStations/NewYear/adt_aspid.yml
minPlayers: 20
maxPlayers: 80
stations:
ADT_AspidNewYear:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Aspid {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/emergency_rod.yml
- type: StationJobs
availableJobs:
# command
Captain: [ 1, 1 ]
ADTBlueShieldOfficer: [ 1, 1 ] #ADT-Roles
#service
Bartender: [ 2, 2 ]
Botanist: [ 2, 2]
Chef: [ 1, 1 ]
Janitor: [ 2, 2 ]
HeadOfPersonnel: [ 1, 1 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
ServiceWorker: [ 3, 3 ]
#engineering
ChiefEngineer: [ 1, 1 ]
StationEngineer: [ 4, 4 ]
AtmosphericTechnician: [ 2, 2 ]
TechnicalAssistant: [ 2, 2 ]
ADTSeniorEngineer: [ 1, 1 ] # ADT-roles
#medical
ChiefMedicalOfficer: [ 1, 1 ]
MedicalDoctor: [ 3, 4 ]
Chemist: [ 2, 2 ]
MedicalIntern: [ 2, 2 ]
Paramedic: [ 1, 2 ]
ADTPathologist: [ 1, 1 ] #ADT-Roles
ADTSeniorPhysician: [ 1, 1 ] #ADT-Roles
#science
ResearchDirector: [ 1, 1 ]
Scientist: [ 3, 3 ]
ResearchAssistant: [ 1, 1 ]
ADTRoboticist: [ 1, 2 ] #ADT-Roles
ADTSeniorResearcher: [ 1, 1 ] # ADT-roles
#security
HeadOfSecurity: [ 1, 1 ]
SecurityOfficer: [ 4, 4 ]
Warden: [ 1, 1 ]
ADTSeniorOfficer: [ 1, 1 ] # ADT-Roles
ADTGuardOfficer: [ 1, 1 ] # ADT-Roles
Pilot: [ 1, 1] # Corvax-Pilot
#Lawyer: [ 1, 1 ] # Corvax-IAA
SecurityCadet: [ 1, 1 ]
Detective: [ 1, 1 ]
Brigmedic: [ 1, 1 ] #ADT-Roles
#supply
CargoTechnician: [ 3, 3 ]
Quartermaster: [ 1, 1 ]
SalvageSpecialist: [ 2, 2 ]
#civilian
Passenger: [ -1, -1 ]
Clown: [ 1, 1 ]
Mime: [ 1, 1 ]
Musician: [ 1, 1 ]
Boxer: [ 2, 2 ]
Reporter: [ 2, 2 ]
# juridical
Lawyer: [ 1, 1 ]
IAA: [ 1, 1 ]
Magistrat: [ 1, 1 ] #ADT-Roles
#silicon
StationAi: [ 1, 1 ]
Borg: [ 1, 2 ]
2 changes: 1 addition & 1 deletion Resources/Prototypes/ADT/Maps/NewYear/adt_box_newyear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
mapPath: /Maps/ADTMaps/ADTStations/NewYear/adt_box.yml
minPlayers: 30
stations:
ADT_BoxstationNewYear:
ADT_BoxNewYear:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Maps/Pools/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
# - ADT_SalternHalloween

# ADT NewYear (Не забудьте отключить обычные)
- ADT_AspidNewYear
- ADT_BagelNewYear
- ADT_BoxNewYear
- ADT_Cluster_LegacyNewYear
Expand Down
Loading