-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleaned directories, finished adding custom roles, began implimenting…
… sprites (thanks kite)
- Loading branch information
Showing
65 changed files
with
1,018 additions
and
185 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,7 +1,11 @@ | ||
department-Cargo-description = Complete bounties, earn Spessos, and order useful supplies for the crew. | ||
department-Civilian-description = Perform small helpful tasks to keep the station sane and well catered. | ||
department-Command-description = Manage the crew and keep them working efficiently. | ||
department-Maintenance-description = Maintain the stations functionality. | ||
department-Inmate-description = Serve your sentence, work service jobs or plan an escape. | ||
#oops no engineering! | ||
#fuckscience. | ||
department-Medical-description = Keep the crew healthy. | ||
department-Security-description = Keep the peace around the station. | ||
department-Security-description = Keep the peace around the station. | ||
#PS14 | ||
department-Maintenance-description = Maintain the stations functionality. | ||
department-Inmate-description = Serve your sentence, work service jobs or plan an escape. |
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,7 +1,9 @@ | ||
department-Cargo = Cargo | ||
department-Civilian = Civilian | ||
department-Command = Command | ||
department-Maintenance = Maintenance | ||
department-Inmate = Inmate | ||
department-Medical = Medical | ||
department-Security = Security | ||
#PS14 | ||
department-Inmate = Inmate | ||
department-Maintenance = Maintenance |
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
File renamed without changes.
138 changes: 138 additions & 0 deletions
138
Resources/Prototypes/Loadouts/Jobs/Civilian/passenger.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,138 @@ | ||
# Greytide Time | ||
- type: loadoutEffectGroup | ||
id: GreyTider | ||
effects: | ||
- !type:JobRequirementLoadoutEffect | ||
requirement: | ||
!type:RoleTimeRequirement | ||
role: JobPassenger | ||
time: 36000 #10 hrs, silly reward for people who play passenger a lot | ||
|
||
# Face | ||
- type: loadout | ||
id: PassengerFace | ||
equipment: GasMask | ||
effects: | ||
- !type:GroupLoadoutEffect | ||
proto: GreyTider | ||
|
||
- type: startingGear | ||
id: GasMask | ||
equipment: | ||
mask: ClothingMaskGas | ||
|
||
# Jumpsuits | ||
# Grey | ||
- type: loadout | ||
id: GreyJumpsuit | ||
equipment: GreyJumpsuit | ||
|
||
- type: startingGear | ||
id: GreyJumpsuit | ||
equipment: | ||
jumpsuit: ClothingUniformJumpsuitColorGrey | ||
|
||
- type: loadout | ||
id: GreyJumpskirt | ||
equipment: GreyJumpskirt | ||
|
||
- type: startingGear | ||
id: GreyJumpskirt | ||
equipment: | ||
jumpsuit: ClothingUniformJumpskirtColorGrey | ||
|
||
# Rainbow | ||
- type: loadout | ||
id: RainbowJumpsuit | ||
equipment: RainbowJumpsuit | ||
effects: | ||
- !type:GroupLoadoutEffect | ||
proto: GreyTider | ||
|
||
- type: startingGear | ||
id: RainbowJumpsuit | ||
equipment: | ||
jumpsuit: ClothingUniformColorRainbow | ||
|
||
# Ancient | ||
- type: loadout | ||
id: AncientJumpsuit | ||
equipment: AncientJumpsuit | ||
effects: | ||
- !type:GroupLoadoutEffect | ||
proto: GreyTider | ||
|
||
- type: startingGear | ||
id: AncientJumpsuit | ||
equipment: | ||
jumpsuit: ClothingUniformJumpsuitAncient | ||
|
||
# Back | ||
- type: loadout | ||
id: CommonBackpack | ||
equipment: CommonBackpack | ||
|
||
- type: startingGear | ||
id: CommonBackpack | ||
equipment: | ||
back: ClothingBackpack | ||
|
||
- type: loadout | ||
id: CommonSatchel | ||
equipment: CommonSatchel | ||
|
||
- type: startingGear | ||
id: CommonSatchel | ||
equipment: | ||
back: ClothingBackpackSatchel | ||
|
||
- type: loadout | ||
id: CommonDuffel | ||
equipment: CommonDuffel | ||
|
||
- type: startingGear | ||
id: CommonDuffel | ||
equipment: | ||
back: ClothingBackpackDuffel | ||
|
||
# Gloves | ||
- type: loadout | ||
id: PassengerGloves | ||
equipment: FingerlessInsulatedGloves | ||
effects: | ||
- !type:GroupLoadoutEffect | ||
proto: GreyTider | ||
|
||
- type: startingGear | ||
id: FingerlessInsulatedGloves | ||
equipment: | ||
gloves: ClothingHandsGlovesFingerlessInsulated | ||
|
||
# Outerclothing | ||
- type: loadout | ||
id: PassengerWintercoat | ||
equipment: PassengerWintercoat | ||
|
||
- type: startingGear | ||
id: PassengerWintercoat | ||
equipment: | ||
outerClothing: ClothingOuterWinterCoat | ||
|
||
# Shoes | ||
- type: loadout | ||
id: BlackShoes | ||
equipment: BlackShoes | ||
|
||
- type: startingGear | ||
id: BlackShoes | ||
equipment: | ||
shoes: ClothingShoesColorBlack | ||
|
||
- type: loadout | ||
id: WinterBoots | ||
equipment: WinterBoots | ||
|
||
- type: startingGear | ||
id: WinterBoots | ||
equipment: | ||
shoes: ClothingShoesBootsWinter |
Empty file.
File renamed without changes.
Oops, something went wrong.