Skip to content

Commit

Permalink
[MAP] Новогодний Аспид (#946)
Browse files Browse the repository at this point in the history
## Описание PR
Добавлен Новогодний Аспид
изменены бокс и новогодний бокс

:cl: Петр
- fix: Изменена карта Бокс
- add: Добавлен Новогодний Аспид
  • Loading branch information
PyotrIgn authored Jan 4, 2025
1 parent 8cbec60 commit ac1a65c
Show file tree
Hide file tree
Showing 7 changed files with 181,657 additions and 60,588 deletions.
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

0 comments on commit ac1a65c

Please sign in to comment.