forked from DeltaV-Station/Delta-v
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a Security Borg job proto and spawner; for mapping. (DeltaV-St…
…ation#1529) * job locale * job icon * job proto * job spawner * fix errors * add into department * add the icon into UI
- Loading branch information
1 parent
00ae128
commit d6a90ab
Showing
11 changed files
with
70 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
job-description-medical-borg = Half-human, Half-machine. Follow your laws, serve the crew, and assist the medical department. | ||
job-description-chief-justice = Manage the justice department, act as a judge, and ensure everyone recieves fair and just treatment. | ||
job-description-clerk = Organize trials, notarize documents, review charges, and act as a judge if needed. | ||
job-description-prosecutor = Take statements from security and prepare cases against those accused of commiting crimes. | ||
job-description-prosecutor = Take statements from security and prepare cases against those accused of commiting crimes. | ||
job-description-courier = Deliver mail and other packages from and to logistics. Avoid dogs. | ||
job-description-security-borg = Purpose-built to ensure the right of every crew member to liberty, justice and freedom, ensure the peace aboard the space station by following your laws and patrolling the halls. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
job-supervisors-cj = the chief justice | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
Resources/Prototypes/DeltaV/Roles/Jobs/Security/securityborg.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- type: job | ||
id: SecurityBorg | ||
name: job-name-security-borg | ||
description: job-description-security-borg | ||
playTimeTracker: JobSecurityBorg | ||
requirements: | ||
- !type:OverallPlaytimeRequirement | ||
time: 216000 #60 hrs | ||
- !type:DepartmentTimeRequirement | ||
department: Security | ||
time: 72000 #20 hrs | ||
canBeAntag: false | ||
icon: JobIconSecurityBorg | ||
supervisors: job-supervisors-everyone | ||
jobEntity: PlayerBorgSecurity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,6 @@ | |
|
||
- type: playTimeTracker | ||
id: JobCourier | ||
|
||
- type: playTimeTracker | ||
id: JobSecurityBorg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+190 Bytes
Resources/Textures/DeltaV/Interface/Misc/job_icons.rsi/SecurityBorg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters