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

Department fixes #36

Merged
merged 5 commits into from
Feb 3, 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
6 changes: 5 additions & 1 deletion Resources/Locale/ru-RU/TS/job-misc.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ JobPlatoonCommander = Командир взвода

# Supervisors
job-supervisors-platoon = Командиру взвода и Командиру отделения
job-supervisors-part-pc = Командиру взвода
job-supervisors-part-pc = Командиру взвода

# Departments
department-Combat = Военный гарнизон
department-combat-description = Сотрудники военное гарнизона выполняют разведовательные миссии за пределами станции, в других секторах. Не самые сильные во вселенной, но стрелять умеют.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
- type: Weldable
time: 10
- type: Airlock
openUnlitVisible: true # Corvax-Resprite-Airlocks
- type: NavMapDoor
- type: DoorBolt
- type: AccessReader
Expand Down
39 changes: 38 additions & 1 deletion Resources/Prototypes/Maps/deterrent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
id: Deterrent
mapName: 'Deterrent'
mapPath: /Maps/deterrent.yml
minPlayers: 15
minPlayers: 0
maxPlayers: 55
fallback: true
stations:
Deterrent:
stationProto: StandardNanotrasenStation
Expand All @@ -19,5 +20,41 @@
overflowJobs:
- Passenger
availableJobs:
# service
Captain: [ 1, 1 ]
HeadOfPersonnel: [ 1, 1 ]
Bartender: [ 1, 1 ]
Botanist: [ 2, 2 ]
Chef: [ 1, 1 ]
Janitor: [ 1, 1 ]
Chaplain: [ 1, 1 ]
Librarian: [ 1, 1 ]
ServiceWorker: [ 1, 1 ]
# combat
PlatoonCommander: [ 1, 1 ]
PartCommander: [ 3, 3 ]
Marine: [ 9, 9 ]
MarineMedic: [ 3, 3 ]
MarineEngineer: [ 3, 3 ]
MarinePilot: [ 2, 2 ]
# engineering
ChiefEngineer: [ 1, 1 ]
StationEngineer: [ 3, 3 ]
# medical
ChiefMedicalOfficer: [ 1, 1 ]
MedicalDoctor: [ 3, 3 ]
MedicalIntern: [ 1, 3 ]
# science
ResearchDirector: [ 1, 1 ]
Scientist: [ 2, 2 ]
ResearchAssistant: [ 1, 3 ]
Borg: [ 4, 4 ]
# security
HeadOfSecurity: [ 1, 1 ]
SecurityOfficer: [ 3, 3 ]
# supply
Quartermaster: [ 1, 1 ]
CargoTechnician: [ 2, 2 ]
# civillian
Passenger: [ -1, -1 ]

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


- type: entity
id: BoxFolderGreyMission1
id: BoxFolderGreyMission
parent: BoxFolderGrey
suffix: mission
components:
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/TS/Roles/Combat/marine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
name: job-name-marine
description: job-description-marine
playTimeTracker: JobMarine
requirements:
- !type:OverallPlaytimeRequirement
time: 7200 #2 hrs
# requirements: # First Playtest time
# - !type:OverallPlaytimeRequirement
# time: 7200 #2 hrs
startingGear: MarineBaseGear
icon: "JobIconMarine"
supervisors: job-supervisors-part-pc
Expand Down
14 changes: 7 additions & 7 deletions Resources/Prototypes/TS/Roles/Combat/marine_engineer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
name: job-name-marine-engineer
description: job-description-marine-engineer
playTimeTracker: JobMarineEngineer
requirements:
- !type:DepartmentTimeRequirement
department: Combat
time: 7200 #2 hrs
- !type:DepartmentTimeRequirement
department: Engineering
time: 7200 #2 hrs
# requirements: # First Playtest time
# - !type:DepartmentTimeRequirement
# department: Combat
# time: 7200 #2 hrs
# - !type:DepartmentTimeRequirement
# department: Engineering
# time: 7200 #2 hrs
startingGear: MarineEngineerGear
icon: "JobIconMarineEngineer"
supervisors: job-supervisors-part-pc
Expand Down
14 changes: 7 additions & 7 deletions Resources/Prototypes/TS/Roles/Combat/marine_medic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
name: job-name-marine-medic
description: job-description-marine-medic
playTimeTracker: JobMarineMedic
requirements:
- !type:DepartmentTimeRequirement
department: Combat
time: 7200 #2 hrs
- !type:DepartmentTimeRequirement
department: Medical
time: 7200 #2 hrs
# requirements: # First Playtest time
# - !type:DepartmentTimeRequirement
# department: Combat
# time: 7200 #2 hrs
# - !type:DepartmentTimeRequirement
# department: Medical
# time: 7200 #2 hrs
startingGear: MarineMedicGear
icon: "JobIconJobMarineMedic"
supervisors: job-supervisors-part-pc
Expand Down
14 changes: 7 additions & 7 deletions Resources/Prototypes/TS/Roles/Combat/marine_pilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
name: job-name-marine-pilot
description: job-description-marine-pilot
playTimeTracker: JobMarinePilot
requirements:
- !type:DepartmentTimeRequirement
department: Combat
time: 7200 #2 hrs
- !type:DepartmentTimeRequirement
department: Engineering
time: 7200 #2 hrs
# requirements: # First Playtest time
# - !type:DepartmentTimeRequirement
# department: Combat
# time: 7200 #2 hrs
# - !type:DepartmentTimeRequirement
# department: Engineering
# time: 7200 #2 hrs
startingGear: MarinePilotGear
icon: "JobIconMarinePilot"
supervisors: job-supervisors-platoon
Expand Down
7 changes: 5 additions & 2 deletions Resources/Prototypes/TS/Roles/Combat/part_commander.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
description: job-description-part-commander
playTimeTracker: JobPartCommander
requirements:
- !type:DepartmentTimeRequirement
# - !type:DepartmentTimeRequirement
# department: Combat
# time: 36000 #10 hrs
- !type:DepartmentTimeRequirement # First Playtest time
department: Combat
time: 36000 #10 hrs
time: 1800 #30 min
startingGear: PartCommanderGear
icon: "JobIconPartCommander"
supervisors: job-supervisors-platoon
Expand Down
19 changes: 11 additions & 8 deletions Resources/Prototypes/TS/Roles/Combat/platoon_commander.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
name: job-name-platoon-commander
description: job-description-platoon-commander
playTimeTracker: JobPlatoonCommander
requirements:
requirements: # First Playtest time
- !type:DepartmentTimeRequirement
department: Combat
time: 72000 #20 hrs
- !type:DepartmentTimeRequirement
department: Medical
time: 7200 #2 hrs
- !type:DepartmentTimeRequirement
department: Engineering
time: 7200 #2 hrs
time: 7200 #2 hrs
# - !type:DepartmentTimeRequirement
# department: Combat
# time: 72000 #20 hrs
# - !type:DepartmentTimeRequirement
# department: Medical
# time: 7200 #2 hrs
# - !type:DepartmentTimeRequirement
# department: Engineering
# time: 7200 #2 hrs
startingGear: PlatoonCommanderGear
icon: "JobIconPlatoonCommander"
supervisors: job-supervisors-captain
Expand Down
5 changes: 3 additions & 2 deletions Resources/Prototypes/TS/Roles/CombatMisc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
description: department-combat-description
color: "#C3C3BD"
roles:
- PlatoonCommander
- PartCommander
- Marine
- MarineMedic
- MarineEngineer
- MarinePilot
- PartCommander
- PlatoonCommander



# Jobs
Expand Down
Loading