Skip to content

Commit

Permalink
Merge pull request Simple-Station#96 from ShatteredSwords/more-to-loa…
Browse files Browse the repository at this point in the history
…douts

Cosmetic Goggles and Animal Mask Loadout Options
  • Loading branch information
Fansana committed Aug 10, 2024
2 parents feeff34 + 9412036 commit ec25c6a
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 0 deletions.
34 changes: 34 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,37 @@
- 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
28 changes: 28 additions & 0 deletions Resources/Prototypes/Loadouts/eyes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,31 @@
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

65 changes: 65 additions & 0 deletions Resources/Prototypes/Loadouts/mask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,68 @@
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

0 comments on commit ec25c6a

Please sign in to comment.