Skip to content

Commit

Permalink
maintainer maintaining the unmaintained code (#134)
Browse files Browse the repository at this point in the history
# 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
Guloveos authored Jan 9, 2025
2 parents 1c669f5 + 514a0f4 commit e13f26a
Show file tree
Hide file tree
Showing 41 changed files with 142 additions and 142 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/_Arc/job/job-names.ftl
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
1 change: 0 additions & 1 deletion Resources/Locale/en-US/job/job-names.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ job-name-ertjanitor = ERT Janitor
job-name-boxer = Boxer
job-name-zookeeper = Zookeeper
job-name-visitor = Visitor
job-name-NTPDop = NTPD operative
# unused jobs
# these are required for the agent ID job icon tooltips
Expand Down
Empty file.
Empty file.

This file was deleted.

Empty file.
Empty file.
113 changes: 0 additions & 113 deletions Resources/Prototypes/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1468,116 +1468,3 @@
- Cartridge
- type: ClothingAddFaction
faction: Syndicate

# 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: NTPD operative
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
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.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
- WhitelistChameleon
- HighRiskItem
- type: StaticPrice
price: 1000
price: 1000
112 changes: 112 additions & 0 deletions Resources/Prototypes/_Arc/Entities/Objects/Devices/pda.yml
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
21 changes: 21 additions & 0 deletions Resources/Prototypes/_Arc/Entities/clothing/Head/hats.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatNTPD
name: NTPD hat
description: Tip a hat to universal stability.
components:
- type: Sprite
sprite: Arcadis_station/Clothing/Head/hats/NTPDcap.rsi
- type: Clothing
sprite: Arcadis_station/Clothing/Head/hats/NTPDcap.rsi

- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatNTPDberet
name: NTPD hat
description: Tip a beret to universal stability.
components:
- type: Sprite
sprite: Arcadis_station/Clothing/Head/hats/NTPDberet.rsi
- type: Clothing
sprite: Arcadis_station/Clothing/Head/hats/NTPDberet.rsi

- type: entity
parent: ClothingHeadBase
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,6 @@
methods: [Touch]
effects:
- !type:WashCreamPieReaction
- type: Reflect
enabled: false
reflectProb: 0
- type: Body
prototype: Human
requiredLegs: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- type: Item
heldPrefix: blue
- type: IdCard
jobTitle: Game enjoyer
jobTitle: job-name-game-enjoyer
jobIcon: JobIconNanotrasen
- type: Access
groups:
Expand Down Expand Up @@ -116,7 +116,7 @@
- state: default
- state: roboticist
- type: IdCard
jobTitle: The detecivte
jobTitle: job-name-the-detective
- type: Access
groups:
- TrueAllAccess
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/_Arc/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- type: Tag
id: Durathread # trying to fix yaml fail

0 comments on commit e13f26a

Please sign in to comment.