This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
forked from Fansana/floofstation1
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Fansana:master' into master
- Loading branch information
Showing
38 changed files
with
1,751 additions
and
618 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
character-item-group-LoadoutEyes2 = Civilian Eyewear | ||
character-item-group-LoadoutGloves2 = Civilian Gloves | ||
character-item-group-LoadoutHead2 = Civilian Headgear | ||
character-item-group-LoadoutMasks2 = Civilian Masks | ||
character-item-group-LoadoutNeck2 = Civilian Neckwear | ||
character-item-group-LoadoutOuter2 = Civilian Outerwear | ||
character-item-group-LoadoutShoes2 = Civilian Shoes | ||
character-item-group-LoadoutUniformsCivilian2 = Civilian Uniforms |
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
25 changes: 25 additions & 0 deletions
25
Resources/Prototypes/Floof/CharacterItemGroups/eyesGroup.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,25 @@ | ||
- type: characterItemGroup | ||
id: LoadoutEyes2 | ||
items: | ||
- type: loadout | ||
id: LoadoutEyesEyepatch | ||
- type: loadout | ||
id: LoadoutEyesGlasses | ||
- type: loadout | ||
id: LoadoutEyesGlassesJamjar | ||
- type: loadout | ||
id: LoadoutEyesGlassesJensen | ||
- type: loadout | ||
id: LoadoutEyesBlindfold | ||
- type: loadout | ||
id: LoadoutItemCheapSunglasses | ||
- type: loadout | ||
id: LoadoutItemSunglasses | ||
- type: loadout | ||
id: LoadoutItemBlindfoldFake | ||
- type: loadout | ||
id: LoadoutEyesThermalBudget | ||
- type: loadout | ||
id: LoadoutEyesChemicalBudget | ||
- type: loadout | ||
id: LoadoutEyesMesonBudget |
47 changes: 47 additions & 0 deletions
47
Resources/Prototypes/Floof/CharacterItemGroups/gloveGroup.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,47 @@ | ||
- type: characterItemGroup | ||
id: LoadoutGloves2 | ||
items: | ||
- type: loadout | ||
id: LoadoutHandsColorPurple | ||
- type: loadout | ||
id: LoadoutHandsColorRed | ||
- type: loadout | ||
id: LoadoutHandsColorBlack | ||
- type: loadout | ||
id: LoadoutHandsColorBlue | ||
- type: loadout | ||
id: LoadoutHandsColorBrown | ||
- type: loadout | ||
id: LoadoutHandsColorGray | ||
- type: loadout | ||
id: LoadoutHandsColorGreen | ||
- type: loadout | ||
id: LoadoutHandsColorLightBrown | ||
- type: loadout | ||
id: LoadoutHandsColorOrange | ||
- type: loadout | ||
id: LoadoutHandsColorWhite | ||
- type: loadout | ||
id: LoadoutHandsColorYellowBudget | ||
- type: loadout | ||
id: LoadoutHandsGlovesLeather | ||
- type: loadout | ||
id: LoadoutHandsGlovesPowerglove | ||
- type: loadout | ||
id: LoadoutHandsGlovesRobohands | ||
- type: loadout | ||
id: LoadoutHandsGlovesFingerless | ||
- type: loadout | ||
id: LoadoutHandsGlovesTacticalMaid | ||
- type: loadout | ||
id: LoadoutClothingHandsPlainWarmers | ||
- type: loadout | ||
id: LoadoutClothingHandsStripePurpleWarmers | ||
- type: loadout | ||
id: LoadoutClothingHandsStripeRainbowWarmers | ||
- type: loadout | ||
id: LoadoutClothingHandsCoderWarmers | ||
- type: loadout | ||
id: LoadoutClothingHandsCoderValidWarmers | ||
- type: loadout | ||
id: LoadoutClothingHandsBeeWarmers |
Oops, something went wrong.