forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maintainer maintaining the unmaintained code (#134)
# Description trying to fix yaml fails and move any arcadis content i find into the _Arc folder so its easier to find in the future. # TODO - [x] fix NTPD pda fail - [x] fix magboots fail - [x] fix durathread fail - [x] fix game enjoyer fail - [x] fix detective fail - [ ] fix trio reflect fail no cl no fun (no player facing changes)
- Loading branch information
Showing
41 changed files
with
142 additions
and
142 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
job-name-NTPDop = NTPD operative | ||
job-name-game-enjoyer = Game Enjoyer | ||
job-name-the-detective = The Detective |
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
Empty file.
Empty file removed
0
Resources/Prototypes/Entities/Arcadis_station/Clothing/Head/hardsuit-helmets.yml
Empty file.
21 changes: 0 additions & 21 deletions
21
Resources/Prototypes/Entities/Arcadis_station/Clothing/Head/hats.yml
This file was deleted.
Oops, something went wrong.
Empty file removed
0
Resources/Prototypes/Entities/Arcadis_station/Clothing/OuterClothing/hardsuits.yml
Empty file.
Empty file.
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
2 changes: 1 addition & 1 deletion
2
Resources/Prototypes/Access/ica.yml → Resources/Prototypes/_Arc/Access/ita.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- type: accessLevel | ||
id: IRA | ||
id: ITA | ||
name: id-card-access-level-ITA |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -21,4 +21,4 @@ | |
- WhitelistChameleon | ||
- HighRiskItem | ||
- type: StaticPrice | ||
price: 1000 | ||
price: 1000 |
File renamed without changes.
File renamed without changes.
112 changes: 112 additions & 0 deletions
112
Resources/Prototypes/_Arc/Entities/Objects/Devices/pda.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,112 @@ | ||
# NTPD | ||
|
||
- type: entity | ||
parent: BasePDA | ||
id: NTPDPDA | ||
name: NTPD PDA | ||
description: an NTPD PDA, now say that five times fast. | ||
components: | ||
- type: Pda | ||
id: NTPDIDCard | ||
state: pda-ntpd | ||
- type: PdaBorderColor | ||
borderColor: "#0d2d50" | ||
accentVColor: "#0d2d50" | ||
- type: Icon | ||
state: pda-ntpd | ||
- type: CartridgeLoader | ||
preinstalled: | ||
- CrewManifestCartridge | ||
- NotekeeperCartridge | ||
- NewsReaderCartridge | ||
- CrimeAssistCartridge | ||
- SecWatchCartridge | ||
|
||
- type: entity | ||
parent: IDCardStandard | ||
id: NTPDIDCard | ||
name: NTPD operative ID card | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: NTPD | ||
- state: department | ||
color: "#0d2d50" | ||
- state: subdepartment | ||
color: "#0d2d50" | ||
- state: idcentcom | ||
- type: IdCard | ||
jobTitle: job-name-NTPDop | ||
jobIcon: JobIconNanotrasen | ||
- type: Access | ||
tags: | ||
- EmergencyShuttleRepealAll | ||
- HeadOfPersonnel | ||
- ChiefEngineer | ||
- ChiefMedicalOfficer | ||
- HeadOfSecurity | ||
- ResearchDirector | ||
- Command | ||
- Cryogenics | ||
- Security | ||
- Detective | ||
- Brig | ||
- Lawyer | ||
- Engineering | ||
- Medical | ||
- Quartermaster | ||
- Salvage | ||
- Cargo | ||
- Research | ||
- Service | ||
- Maintenance | ||
- External | ||
- Janitor | ||
- Theatre | ||
- Bar | ||
- Chemistry | ||
- Kitchen | ||
- Chapel | ||
- Hydroponics | ||
- Atmospherics | ||
- NTPD | ||
- CentralCommand | ||
|
||
# Merc | ||
|
||
- type: entity | ||
parent: BasePDA | ||
id: MERCPDA | ||
name: merc PDA | ||
description: a merc PDA. Urban Solutions standerd. | ||
components: | ||
- type: Pda | ||
id: MERCIDCard | ||
state: pda-merc | ||
- type: PdaBorderColor | ||
borderColor: "#484848" | ||
accentVColor: "#484848" | ||
- type: Icon | ||
state: pda-merc | ||
- type: CartridgeLoader | ||
preinstalled: | ||
- NotekeeperCartridge | ||
|
||
- type: entity | ||
parent: IDCardStandard | ||
id: MERCIDCard | ||
name: Mercenary ID card | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: rusty | ||
- state: department | ||
color: "#484848" | ||
- state: subdepartment | ||
color: "#484848" | ||
- state: merc | ||
- type: Access | ||
tags: | ||
- merc | ||
- Maintenance | ||
- External |
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,2 @@ | ||
- type: Tag | ||
id: Durathread # trying to fix yaml fail |