This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
42,368 additions
and
42,065 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
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,6 +1,9 @@ | ||
job-description-ertmailcarrier = Nothing stops the mail. | ||
job-description-mercenary = Execute the bidding of anyone- for the right price. Enjoy being unbound from the confines of the law. | ||
job-description-pilot = Pilot spaceships from point A to B, outmaneuver pirates and dodge asteroids. You are a leaf on the solar wind, let others marvel at how you soar. | ||
job-description-pirate = Drink grog, follow orders, swab the deck, and adhere to your Captain and your code. | ||
job-description-pirate-captain = Lead a crew of ne'er-do-wells across the open space and plunder, respectfully, always following the code. | ||
job-description-pirate-first-mate = Assist your captain in any hijinks you find yourselves in. | ||
job-description-security-guard = Patrol the empty halls, whistle simple tunes you heard on radio, jingle your keychain and scurry away at the sight of danger. | ||
job-description-stc = Expertly de-conflict the space around the station and help the NFSD issue fines for overdocked ships. | ||
job-description-sr = Handle access reassignment fairly using your ID console, manage Frontier outpost, and keep Clippy safe. |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
- type: job | ||
id: Pirate | ||
name: job-name-pirate | ||
description: job-description-pirate | ||
playTimeTracker: JobPirate | ||
requirements: | ||
- !type:OverallPlaytimeRequirement | ||
time: 86400 # Frontier - 24 hours | ||
startingGear: NFPirateGear | ||
alwaysUseSpawner: true | ||
canBeAntag: true | ||
icon: "JobIconMercenary" | ||
supervisors: job-supervisors-hire | ||
setPreference: true | ||
accessGroups: | ||
- GeneralAccess | ||
special: | ||
- !type:AddImplantSpecial | ||
implants: [ FreelanceTrackingImplant ] | ||
|
||
- type: startingGear | ||
id: NFPirateGear | ||
equipment: | ||
jumpsuit: ClothingUniformJumpsuitPirate | ||
back: ClothingBackpackPirateFilled | ||
head: ClothingHeadBandBlack | ||
ears: ClothingHeadsetAltFreelancer | ||
shoes: ClothingShoesBootsLaceup | ||
id: PiratePDA | ||
belt: ClothingBeltUtility | ||
pocket1: AppraisalTool | ||
innerClothingSkirt: ClothingUniformJumpsuitPirate | ||
satchel: ClothingBackpackPirateFilled | ||
duffelbag: ClothingBackpackPirateFilled | ||
messenger: ClothingBackpackMessengerMercenaryFilled |
Oops, something went wrong.