Skip to content

Commit

Permalink
Merge pull request #1 from ShatteredSwords/loadouts-to-floof-folder
Browse files Browse the repository at this point in the history
Loadouts to floof folder
  • Loading branch information
ShatteredSwords authored Aug 11, 2024
2 parents f993cb8 + 8c44b56 commit 6478ec3
Show file tree
Hide file tree
Showing 12 changed files with 194 additions and 198 deletions.
34 changes: 0 additions & 34 deletions Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,37 +234,3 @@
- type: Clothing
sprite: Clothing/Eyes/Glasses/ninjavisor.rsi
- type: FlashImmunity

# Cosmetic Goggles FloofStation
- type: entity
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
33 changes: 33 additions & 0 deletions Resources/Prototypes/Floof/Entities/Clothing/Eyes/glasses.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Cosmetic Goggles FloofStation
- type: entity
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
26 changes: 26 additions & 0 deletions Resources/Prototypes/Floof/Loadouts/eyes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Cosmetic Goggles FloofStation

- type: loadout
id: LoadoutEyesThermalBudget
category: Eyes
cost: 2
exclusive: true
items:
- ClothingEyesGlassesThermalBudget

- type: loadout
id: LoadoutEyesChemicalBudget
category: Eyes
cost: 2
exclusive: true
items:
- ClothingEyesGlassesChemicalBudget


- type: loadout
id: LoadoutEyesMesonBudget
category: Eyes
cost: 2
exclusive: true
items:
- ClothingEyesGlassesMesonBudget
7 changes: 7 additions & 0 deletions Resources/Prototypes/Floof/Loadouts/hands.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- type: loadout #FloofStation
id: LoadoutHandsGlovesTacticalMaid
category: Hands
cost: 2
exclusive: true
items:
- ClothingHandsTacticalMaidGloves
22 changes: 22 additions & 0 deletions Resources/Prototypes/Floof/Loadouts/head.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- type: loadout # FloofStation
id: LoadoutFoodPoppy
category: Head
cost: 1
exclusive: true
items:
- FoodPoppy

- type: loadout #FloofStation
id: LoadoutTacticalMaidHeadband
category: Head
cost: 2
exclusive: true
items:
- ClothingHeadHatTacticalMaidHeadband
requirements:
- !type:CharacterDepartmentRequirement
inverted: true
departments:
- Security
- Command

64 changes: 64 additions & 0 deletions Resources/Prototypes/Floof/Loadouts/mask.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Costume Masks FloofStation
- type: loadout
id: LoadoutMaskPlague
category: Mask
cost: 2
exclusive: true
items:
- ClothingMaskPlague

- type: loadout
id: LoadoutMaskRat
category: Mask
cost: 2
exclusive: true
items:
- ClothingMaskRat

- type: loadout
id: LoadoutMaskFox
category: Mask
cost: 2
exclusive: true
items:
- ClothingMaskFox

- type: loadout
id: LoadoutMaskBee
category: Mask
cost: 2
exclusive: true
items:
- ClothingMaskBee

- type: loadout
id: LoadoutMaskBear
category: Mask
cost: 2
exclusive: true
items:
- ClothingMaskBear

- type: loadout
id: LoadoutMaskRaven
category: Mask
cost: 2
exclusive: true
items:
- ClothingMaskRaven

- type: loadout
id: LoadoutMaskJackal
category: Mask
cost: 2
exclusive: true
items:
- ClothingMaskJackal

- type: loadout
id: LoadoutMaskBat
category: Mask
cost: 2
exclusive: true
items:
- ClothingMaskBat
42 changes: 42 additions & 0 deletions Resources/Prototypes/Floof/Loadouts/uniform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,45 @@
exclusive: true
items:
- ClothingUniformLoinCloth

- type: loadout #FloofStation
id: LoadoutUniformJumpskirtTacticalMaid
category: Uniform
cost: 3
exclusive: true
items:
- ClothingUniformJumpskirtTacticalMaid
requirements:
- !type:CharacterDepartmentRequirement
inverted: true
departments:
- Security
- Command

- type: loadout #FloofStation
id: LoadoutUniformJumpskirtJanimaid
category: Uniform
cost: 3
exclusive: true
items:
- ClothingUniformJumpskirtJanimaid
requirements:
- !type:CharacterDepartmentRequirement
inverted: true
departments:
- Security
- Command

- type: loadout #FloofStation
id: LoadoutUniformJumpskirtJanimaidmini
category: Uniform
cost: 3
exclusive: true
items:
- ClothingUniformJumpskirtJanimaidmini
requirements:
- !type:CharacterDepartmentRequirement
inverted: true
departments:
- Security
- Command
28 changes: 0 additions & 28 deletions Resources/Prototypes/Loadouts/eyes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,31 +50,3 @@
exclusive: true
items:
- ClothingEyesGlassesSunglasses

# Cosmetic Goggles FloofStation

- type: loadout
id: LoadoutEyesThermalBudget
category: Eyes
cost: 2
exclusive: true
items:
- ClothingEyesGlassesThermalBudget

- type: loadout
id: LoadoutEyesChemicalBudget
category: Eyes
cost: 2
exclusive: true
items:
- ClothingEyesGlassesChemicalBudget


- type: loadout
id: LoadoutEyesMesonBudget
category: Eyes
cost: 2
exclusive: true
items:
- ClothingEyesGlassesMesonBudget

7 changes: 0 additions & 7 deletions Resources/Prototypes/Loadouts/hands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,3 @@
items:
- ClothingHandsGlovesFingerless

- type: loadout #FloofStation
id: LoadoutHandsGlovesTacticalMaid
category: Hands
cost: 2
exclusive: true
items:
- ClothingHandsTacticalMaidGloves
22 changes: 0 additions & 22 deletions Resources/Prototypes/Loadouts/head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,6 @@
items:
- ClothingHeadHatBellhop

- type: loadout # FloofStation
id: LoadoutFoodPoppy
category: Head
cost: 1
exclusive: true
items:
- FoodPoppy

# Color Hats
- type: loadout
id: LoadoutHeadHatBluesoft
Expand Down Expand Up @@ -503,20 +495,6 @@
items:
- ClothingHeadHatBowlerHat

- type: loadout #FloofStation
id: LoadoutTacticalMaidHeadband
category: Head
cost: 2
exclusive: true
items:
- ClothingHeadHatTacticalMaidHeadband
requirements:
- !type:CharacterDepartmentRequirement
inverted: true
departments:
- Security
- Command

# Flatcaps
- type: loadout
id: LoadoutHeadGreyFlatcap
Expand Down
65 changes: 0 additions & 65 deletions Resources/Prototypes/Loadouts/mask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,68 +141,3 @@
exclusive: true
items:
- ClothingMaskNeckGaiterRed

# Costume Masks FloofStation
- type: loadout
id: LoadoutMaskPlague
category: Mask
cost: 2
exclusive: true
items:
- ClothingMaskPlague

- type: loadout
id: LoadoutMaskRat
category: Mask
cost: 2
exclusive: true
items:
- ClothingMaskRat

- type: loadout
id: LoadoutMaskFox
category: Mask
cost: 2
exclusive: true
items:
- ClothingMaskFox

- type: loadout
id: LoadoutMaskBee
category: Mask
cost: 2
exclusive: true
items:
- ClothingMaskBee

- type: loadout
id: LoadoutMaskBear
category: Mask
cost: 2
exclusive: true
items:
- ClothingMaskBear

- type: loadout
id: LoadoutMaskRaven
category: Mask
cost: 2
exclusive: true
items:
- ClothingMaskRaven

- type: loadout
id: LoadoutMaskJackal
category: Mask
cost: 2
exclusive: true
items:
- ClothingMaskJackal

- type: loadout
id: LoadoutMaskBat
category: Mask
cost: 2
exclusive: true
items:
- ClothingMaskBat
Loading

0 comments on commit 6478ec3

Please sign in to comment.