еще приколы
This commit is contained in:
@@ -260,9 +260,6 @@ ui-options-net-pvs-leave-tooltip = This limits the rate at which the client will
|
||||
stuttering when walking around, but could occasionally
|
||||
lead to mispredicts and other issues.
|
||||
|
||||
ui-options-hud-type-default = Default
|
||||
ui-options-hud-type-separated = Separated
|
||||
|
||||
## Toggle window console command
|
||||
cmd-options-desc = Opens options menu, optionally with a specific tab selected.
|
||||
cmd-options-help = Usage: options [tab]
|
||||
|
||||
@@ -265,9 +265,6 @@ ui-options-net-pvs-leave-tooltip =
|
||||
уменьшить "захлебывания" при ходьбе, но иногда может
|
||||
привести к неправильным предугадываниям и другим проблемам.
|
||||
|
||||
ui-options-hud-type-default = Компактный
|
||||
ui-options-hud-type-separated = Обычный
|
||||
|
||||
## Toggle window console command
|
||||
cmd-options-desc = Открывает меню опций, опционально с конкретно выбранной вкладкой.
|
||||
cmd-options-help = Использование: options [tab]
|
||||
|
||||
186176
Resources/Maps/White/WhiteBox.yml
Normal file
186176
Resources/Maps/White/WhiteBox.yml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,6 @@
|
||||
maps:
|
||||
- Atlas
|
||||
- Bagel
|
||||
- Box
|
||||
- Cluster
|
||||
- Core
|
||||
- Fland
|
||||
@@ -13,5 +12,8 @@
|
||||
- Origin
|
||||
- Saltern
|
||||
- Packed
|
||||
- Reach
|
||||
- WonderBox
|
||||
- Scoupidia
|
||||
- Triumph
|
||||
- WhiteBox
|
||||
#- Train <- return after station anchoring PR is finished and merged
|
||||
|
||||
59
Resources/Prototypes/Maps/WhiteBox.yml
Normal file
59
Resources/Prototypes/Maps/WhiteBox.yml
Normal file
@@ -0,0 +1,59 @@
|
||||
- type: gameMap
|
||||
id: WhiteBox
|
||||
mapName: 'Box Station'
|
||||
mapPath: /Maps/White/Whitebox.yml
|
||||
minPlayers: 0
|
||||
stations:
|
||||
Boxstation:
|
||||
stationProto: StandardNanotrasenStation
|
||||
components:
|
||||
- type: StationNameSetup
|
||||
mapNameTemplate: '{0} Box Station {1}'
|
||||
nameGenerator:
|
||||
!type:NanotrasenNameGenerator
|
||||
prefixCreator: 'TG'
|
||||
- type: StationEmergencyShuttle
|
||||
emergencyShuttlePath: /Maps/Shuttles/emergency_box.yml
|
||||
- type: StationJobs
|
||||
overflowJobs:
|
||||
- Passenger
|
||||
availableJobs:
|
||||
CargoTechnician: [ 3, 3 ]
|
||||
Passenger: [ -1, -1 ]
|
||||
Bartender: [ 2, 2 ]
|
||||
Botanist: [ 3, 3 ]
|
||||
Chef: [ 2, 2 ]
|
||||
Clown: [ 1, 1 ]
|
||||
Janitor: [ 3, 3 ]
|
||||
Mime: [ 1, 1 ]
|
||||
Captain: [ 1, 1 ]
|
||||
HeadOfPersonnel: [ 1, 1 ]
|
||||
ChiefEngineer: [ 1, 1 ]
|
||||
StationEngineer: [ 4, 4 ]
|
||||
ChiefMedicalOfficer: [ 1, 1 ]
|
||||
MedicalDoctor: [ 4, 4 ]
|
||||
Chemist: [ 3, 3 ]
|
||||
ResearchDirector: [ 1, 1 ]
|
||||
Scientist: [ 5, 5 ]
|
||||
HeadOfSecurity: [ 1, 1 ]
|
||||
SecurityOfficer: [ 6, 6 ]
|
||||
Chaplain: [ 2, 2 ]
|
||||
Warden: [ 1, 1 ]
|
||||
Librarian: [ 2, 2 ]
|
||||
Lawyer: [ 2, 2 ]
|
||||
Quartermaster: [ 1, 1 ]
|
||||
SalvageSpecialist: [ 3, 3 ]
|
||||
Musician: [ 2, 2 ]
|
||||
AtmosphericTechnician: [ 3, 3 ]
|
||||
TechnicalAssistant: [ 4, 4 ]
|
||||
MedicalIntern: [ 4, 4 ]
|
||||
ServiceWorker: [ 4, 4 ]
|
||||
SecurityCadet: [ 4, 4 ]
|
||||
Detective: [ 1, 1 ]
|
||||
ResearchAssistant: [ 4, 4 ]
|
||||
Paramedic: [ 2, 2 ]
|
||||
SeniorOfficer: [ 1, 1 ]
|
||||
SeniorResearcher: [ 1, 1 ]
|
||||
SeniorPhysician: [ 1, 1 ]
|
||||
SeniorEngineer: [ 1, 1 ]
|
||||
SeniorSalvageSpecialist: [ 1, 1 ]
|
||||
Reference in New Issue
Block a user