Skip to content

Commit

Permalink
Various Floofstation Ports. (#716)
Browse files Browse the repository at this point in the history
# Description

Various minor yaml and QOL ports from Floofstation.

Changelog entries go in order of author. I'm considering just copying
over the changelog at some point.

# Changelog

:cl: AeraAuling, ShatteredSwords and Cynical24
- add: Added the Explorer's Labcoat and a Hairflower into Loadouts.
- fix: Fixed Epistemics being unable to take Survival Boxes
- fix: Fixed the NearSighted trait making you unable to take glasses in
your loadout
- add: Added a variety of Cowboy Hats into loadouts.
  • Loading branch information
DangerRevolution authored Aug 12, 2024
1 parent 572123e commit feb5529
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 6 deletions.
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

0 comments on commit feb5529

Please sign in to comment.