Skip to content

Commit

Permalink
Use the Floof folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Memeji committed Aug 13, 2024
1 parent d45365b commit c6b19a0
Show file tree
Hide file tree
Showing 8 changed files with 103 additions and 109 deletions.
103 changes: 103 additions & 0 deletions Resources/Prototypes/Floof/Loadouts/neck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,106 @@
exclusive: true
items:
- ClothingNeckCloakMoth

# Collars
- type: loadout
id: LoadoutCommandCapCollar
category: Jobs
cost: 1
requirements:
- !type:CharacterJobRequirement
jobs:
- Captain
items:
- ClothingNeckCollarCmd

- type: loadout
id: LoadoutCargoNeckCollar
category: Jobs
cost: 1
requirements:
- !type:CharacterJobRequirement
jobs:
- CargoTechnician
- SalvageSpecialist
- Quartermaster
items:
- ClothingNeckCollarLogi

- type: loadout
id: LoadoutEngineeringNeckCollar
category: Jobs
cost: 1
requirements:
- !type:CharacterJobRequirement
jobs:
- StationEngineer
- AtmosphericTechnician
- ChiefEngineer
items:
- ClothingNeckCollarEngi

- type: loadout
id: LoadoutMedicalNeckCollar
category: Jobs
cost: 1
requirements:
- !type:CharacterJobRequirement
jobs:
- MedicalDoctor
- Paramedic
- ChiefMedicalOfficer
- MedicalIntern
- Brigmedic
items:
- ClothingNeckCollarMed

- type: loadout
id: LoadoutScienceNeckCollar
category: Jobs
cost: 1
requirements:
- !type:CharacterJobRequirement
jobs:
- Scientist
- ResearchAssistant
- ResearchDirector
items:
- ClothingNeckCollarEpi

- type: loadout
id: LoadoutSecurityNeckCollar
category: Jobs
cost: 1
requirements:
- !type:CharacterJobRequirement
jobs:
- SecurityOfficer
- Warden
- HeadOfSecurity
items:
- ClothingNeckCollarSec

- type: loadout
id: LoadoutItemsNeckBlueCollar
category: Neck
cost: 1
exclusive: true
items:
- ClothingNeckCollarBlue

- type: loadout
id: LoadoutItemsNeckBlackCollar
category: Neck
cost: 1
exclusive: true
items:
- ClothingNeckCollarBlack

- type: loadout
id: LoadoutItemsNeckSyndieCollar
category: Neck
cost: 3
exclusive: true
items:
- ClothingNeckCollarSyndi
12 changes: 0 additions & 12 deletions Resources/Prototypes/Loadouts/Jobs/Heads/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,3 @@
- Captain
items:
- DrinkFlask

# Floofstation - Collar Addition
- type: loadout
id: LoadoutCommandCapCollar
category: Jobs
cost: 1
requirements:
- !type:CharacterJobRequirement
jobs:
- Captain
items:
- ClothingNeckCollarCmd
14 changes: 0 additions & 14 deletions Resources/Prototypes/Loadouts/Jobs/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,3 @@
min: 36000 # 10 hours
items:
- ClothingNeckCloakGoliathCloak

# Floofstation - Collar Addition
- type: loadout
id: LoadoutCargoNeckCollar
category: Jobs
cost: 1
requirements:
- !type:CharacterJobRequirement
jobs:
- CargoTechnician
- SalvageSpecialist
- Quartermaster
items:
- ClothingNeckCollarLogi
14 changes: 0 additions & 14 deletions Resources/Prototypes/Loadouts/Jobs/engineering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,17 +176,3 @@
- AtmosphericTechnician
items:
- ClothingHeadHatHardhatRed

# Floofstation - Collar Addition
- type: loadout
id: LoadoutEngineeringNeckCollar
category: Jobs
cost: 1
requirements:
- !type:CharacterJobRequirement
jobs:
- StationEngineer
- AtmosphericTechnician
- ChiefEngineer
items:
- ClothingNeckCollarEngi
16 changes: 0 additions & 16 deletions Resources/Prototypes/Loadouts/Jobs/medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -601,19 +601,3 @@
- Chemist
items:
- ClothingHandsGlovesChemist

# Floofstation - Collar Addition
- type: loadout
id: LoadoutMedicalNeckCollar
category: Jobs
cost: 1
requirements:
- !type:CharacterJobRequirement
jobs:
- MedicalDoctor
- Paramedic
- ChiefMedicalOfficer
- MedicalIntern
- Brigmedic
items:
- ClothingNeckCollarMed
14 changes: 0 additions & 14 deletions Resources/Prototypes/Loadouts/Jobs/science.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,17 +158,3 @@
- Scientist
- ResearchAssistant
- ResearchDirector

# Floofstation - Collar Addition
- type: loadout
id: LoadoutScienceNeckCollar
category: Jobs
cost: 1
requirements:
- !type:CharacterJobRequirement
jobs:
- Scientist
- ResearchAssistant
- ResearchDirector
items:
- ClothingNeckCollarEpi
14 changes: 0 additions & 14 deletions Resources/Prototypes/Loadouts/Jobs/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,17 +400,3 @@
# - Oni
# items:
# - Truncheon

# Floofstation - Collar Addition
- type: loadout
id: LoadoutSecurityNeckCollar
category: Jobs
cost: 1
requirements:
- !type:CharacterJobRequirement
jobs:
- SecurityOfficer
- Warden
- HeadOfSecurity
items:
- ClothingNeckCollarSec
25 changes: 0 additions & 25 deletions Resources/Prototypes/Loadouts/neck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,28 +406,3 @@
inverted: true
departments:
- Command

# Floofstation - Collar Addition
- type: loadout
id: LoadoutItemsNeckBlueCollar
category: Neck
cost: 1
exclusive: true
items:
- ClothingNeckCollarBlue

- type: loadout
id: LoadoutItemsNeckBlackCollar
category: Neck
cost: 1
exclusive: true
items:
- ClothingNeckCollarBlack

- type: loadout
id: LoadoutItemsNeckSyndieCollar
category: Neck
cost: 3
exclusive: true
items:
- ClothingNeckCollarSyndi

0 comments on commit c6b19a0

Please sign in to comment.