-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ShatteredSwords/loadouts-to-floof-folder
Loadouts to floof folder
- Loading branch information
Showing
12 changed files
with
194 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
Resources/Prototypes/Floof/Entities/Clothing/Eyes/glasses.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.