Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various Floofstation Ports. #716

Merged
merged 9 commits into from
Aug 12, 2024
33 changes: 33 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,36 @@
- type: Clothing
sprite: Clothing/Eyes/Glasses/ninjavisor.rsi
- type: FlashImmunity

- type: entity #Fake goggles, the latest in anti-valid hunting technology
parent: ClothingEyesBase
id: ClothingEyesGlassesThermalBudget
name: red goggles
description: These don't have any real function, but they do look cool!
components:
- type: Sprite
sprite: Clothing/Eyes/Glasses/thermal.rsi
- type: Clothing
sprite: Clothing/Eyes/Glasses/thermal.rsi

- type: entity
parent: ClothingEyesBase
id: ClothingEyesGlassesChemicalBudget
name: purple goggles
description: These don't have any real function, but they do look cool!
components:
- type: Sprite
sprite: Clothing/Eyes/Glasses/science.rsi
- type: Clothing
sprite: Clothing/Eyes/Glasses/science.rsi

- type: entity
parent: ClothingEyesBase
id: ClothingEyesGlassesMesonBudget
name: green goggles
description: These don't have any real function, but they do look cool!
components:
- type: Sprite
sprite: Clothing/Eyes/Glasses/meson.rsi
- type: Clothing
sprite: Clothing/Eyes/Glasses/meson.rsi
14 changes: 14 additions & 0 deletions Resources/Prototypes/Loadouts/Jobs/science.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,20 @@
items:
- ClothingOuterCoatLabSeniorResearcher

- type: loadout
id: LoadoutScienceOuterExplorerLabcoat
category: Jobs
cost: 2
exclusive: true
requirements:
- !type:CharacterJobRequirement
jobs:
- Scientist
- ResearchAssistant
- ResearchDirector
items:
- ClothingOuterExplorerCoat

- type: loadout
id: LoadoutScienceHatBeret
category: Jobs
Expand Down
5 changes: 0 additions & 5 deletions Resources/Prototypes/Loadouts/eyes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
id: LoadoutEyesGlasses
category: Eyes
cost: 1
requirements:
- !type:CharacterTraitRequirement
inverted: true
traits:
- Nearsighted
items:
- ClothingEyesGlasses

Expand Down
56 changes: 56 additions & 0 deletions Resources/Prototypes/Loadouts/head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,54 @@
departments:
- Security

- type: loadout
id: LoadoutHeadHatCowboyBrown
category: Head
cost: 2
exclusive: true
items:
- ClothingHeadHatCowboyBrown

- type: loadout
id: LoadoutHeadHatCowboyBlack
category: Head
cost: 2
exclusive: true
items:
- ClothingHeadHatCowboyBlack

- type: loadout
id: LoadoutHeadHatCowboyGrey
category: Head
cost: 2
exclusive: true
items:
- ClothingHeadHatCowboyGrey

- type: loadout
id: LoadoutHeadHatCowboyRed
category: Head
cost: 2
exclusive: true
items:
- ClothingHeadHatCowboyRed

- type: loadout
id: LoadoutHeadHatCowboyWhite
category: Head
cost: 2
exclusive: true
items:
- ClothingHeadHatCowboyWhite

- type: loadout
id: LoadoutHeadHatCowboyBountyHunter
category: Head
cost: 3
exclusive: true
items:
- ClothingHeadHatCowboyBountyHunter

- type: loadout
id: LoadoutHeadTinfoil
category: Head
Expand All @@ -107,6 +155,14 @@
items:
- ClothingHeadHatBellhop

- type: loadout
id: LoadoutHeadPoppy
category: Head
cost: 1
exclusive: true
items:
- FoodPoppy

# Color Hats
- type: loadout
id: LoadoutHeadHatBluesoft
Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/Loadouts/items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@
- Security
- Medical
- Engineering
- Epistemics
- !type:CharacterJobRequirement
inverted: true
jobs:
Expand Down
Loading