-
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 #390 from Memeji/Nikko-Loadout
Nikko Loadout Changes (+ Extras)
- Loading branch information
Showing
121 changed files
with
787 additions
and
22 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+17.7 KB
Resources/Audio/Floof/Announcements/RoundEnd/iwishtherewassomethingmore.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
16 changes: 16 additions & 0 deletions
16
Resources/Prototypes/Floof/Entities/Clothing/Head/hoods.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,16 @@ | ||
- type: entity | ||
parent: ClothingHeadBase | ||
id: ClothingHeadHatHoodRedHood | ||
name: Red Hood | ||
description: A hood of a red cloak, made to keep the harsh light out of a traveler's eyes. Sometimes it sparkles in the light of the sun. | ||
components: | ||
- type: Sprite | ||
sprite: Floof/Clothing/Head/Hoods/redhood.rsi | ||
- type: Clothing | ||
sprite: Floof/Clothing/Head/Hoods/redhood.rsi | ||
- type: Tag | ||
tags: | ||
- WhitelistChameleon | ||
- type: HideLayerClothing | ||
slots: | ||
- Hair |
16 changes: 16 additions & 0 deletions
16
Resources/Prototypes/Floof/Entities/Clothing/Neck/cloaks.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,16 @@ | ||
- type: entity | ||
parent: ClothingNeckBase | ||
id: ClothingNeckCloakRedHood | ||
name: Red Cloak | ||
description: A cloak made for travel and comfort. Slightly smells of cherry pie? | ||
components: | ||
- type: Sprite | ||
sprite: Floof/Clothing/Neck/Cloaks/redhood.rsi | ||
- type: ToggleableClothing | ||
clothingPrototype: ClothingHeadHatHoodRedHood | ||
requiredSlot: | ||
- neck | ||
slot: head | ||
- type: ContainerContainer | ||
containers: | ||
toggleable-clothing: !type:ContainerSlot {} |
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/Floof/Entities/Clothing/OuterClothing/suits.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,10 @@ | ||
- type: entity # From Upstream | ||
parent: ClothingOuterBase | ||
id: ClothingOuterSuitWitchRobes | ||
name: witch robes | ||
description: Magic is all about the spell power, ZE! | ||
components: | ||
- type: Sprite | ||
sprite: Floof/Clothing/OuterClothing/Suits/witchrobe.rsi | ||
- type: Clothing | ||
sprite: Floof/Clothing/OuterClothing/Suits/witchrobe.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
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
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/_NF/Entities/Clothing/Neck/cloaks.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,10 @@ | ||
- type: entity | ||
parent: ClothingNeckBase | ||
id: ClothingNeckCloakJanitor | ||
name: janitor's cloak | ||
description: An exquisite cloak fitting for those who save the station from messes and slips. The unsung heroes who work thanklessly while we make a mess over the bar. Pure angels of patience and an iron will! ...It's also waterproof! | ||
components: | ||
- type: Sprite | ||
sprite: _NF/Clothing/Neck/Cloaks/janitor.rsi | ||
- type: Clothing | ||
sprite: _NF/Clothing/Neck/Cloaks/janitor.rsi |
Oops, something went wrong.