-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feat/leash
- Loading branch information
Showing
291 changed files
with
3,415 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# 2024-08-16 Floof Only Please message @FracturedSwords on discord if there are any merge conflicts upcoming | ||
SpawnMobArcticFoxSiobhan: SpawnMobArcticFoxSeb | ||
MobArcticFoxSiobhan: MobArcticFoxSeb |
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
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
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
135 changes: 135 additions & 0 deletions
135
Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.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,135 @@ | ||
- type: entity | ||
parent: ClothingHandsBase | ||
id: ClothingHandsPlainWarmers | ||
name: plain arm-warmers | ||
description: A pair of rather plain arm-warmers | ||
components: | ||
- type: Sprite | ||
sprite: Floof/Clothing/Under/Gloves/plainwarmer.rsi | ||
- type: Clothing | ||
sprite: Floof/Clothing/Under/Gloves/plainwarmer.rsi | ||
- type: Fiber | ||
fiberMaterial: fibers-synthetic | ||
fiberColor: fibers-black | ||
- type: FingerprintMask | ||
|
||
- type: entity | ||
parent: ClothingHandsBase | ||
id: ClothingHandsBeeWarmers | ||
name: bee arm-warmers | ||
description: A pair of rather buzzy arm-warmers | ||
components: | ||
- type: Sprite | ||
sprite: Floof/Clothing/Under/Gloves/beewarmer.rsi | ||
- type: Clothing | ||
sprite: Floof/Clothing/Under/Gloves/beewarmer.rsi | ||
- type: Fiber | ||
fiberMaterial: fibers-synthetic | ||
fiberColor: fibers-yellow | ||
- type: FingerprintMask | ||
|
||
- type: entity | ||
parent: ClothingHandsBase | ||
id: ClothingHandsCoderWarmers | ||
name: coder arm-warmers | ||
description: A pair of rather nice arm-warmers | ||
components: | ||
- type: Sprite | ||
sprite: Floof/Clothing/Under/Gloves/coderwarmer.rsi | ||
- type: Clothing | ||
sprite: Floof/Clothing/Under/Gloves/coderwarmer.rsi | ||
- type: Fiber | ||
fiberMaterial: fibers-synthetic | ||
fiberColor: fibers-white | ||
- type: FingerprintMask | ||
|
||
- type: entity | ||
parent: ClothingHandsBase | ||
id: ClothingHandsCoderValidWarmers | ||
name: coder valid arm-warmers | ||
description: A pair of rather nice arm-warmers | ||
components: | ||
- type: Sprite | ||
sprite: Floof/Clothing/Under/Gloves/codervalidwarmer.rsi | ||
- type: Clothing | ||
sprite: Floof/Clothing/Under/Gloves/codervalidwarmer.rsi | ||
- type: Fiber | ||
fiberMaterial: fibers-synthetic | ||
fiberColor: fibers-red | ||
- type: FingerprintMask | ||
|
||
- type: entity | ||
parent: ClothingHandsBase | ||
id: ClothingHandsStripeWhiteWarmers | ||
name: striped white arm-warmers | ||
description: A pair of rather nice arm-warmers | ||
components: | ||
- type: Sprite | ||
sprite: Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi | ||
- type: Clothing | ||
sprite: Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi | ||
- type: Fiber | ||
fiberMaterial: fibers-synthetic | ||
fiberColor: fibers-white | ||
- type: FingerprintMask | ||
|
||
- type: entity | ||
parent: ClothingHandsBase | ||
id: ClothingHandsStripePurpleWarmers | ||
name: striped purple arm-warmers | ||
description: A pair of rather nice arm-warmers | ||
components: | ||
- type: Sprite | ||
sprite: Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi | ||
- type: Clothing | ||
sprite: Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi | ||
- type: Fiber | ||
fiberMaterial: fibers-synthetic | ||
fiberColor: fibers-purple | ||
- type: FingerprintMask | ||
|
||
- type: entity | ||
parent: ClothingHandsBase | ||
id: ClothingHandsStripeRainbowWarmers | ||
name: striped rainbow arm-warmers | ||
description: A pair of rather nice arm-warmers | ||
components: | ||
- type: Sprite | ||
sprite: Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi | ||
- type: Clothing | ||
sprite: Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi | ||
- type: Fiber | ||
fiberMaterial: fibers-synthetic | ||
fiberColor: fibers-colorful | ||
- type: FingerprintMask | ||
|
||
- type: entity | ||
parent: ClothingHandsBase | ||
id: ClothingHandsSexCompGlovesRed | ||
name: red sex competition gloves | ||
description: It looks like it should be part of a competition. | ||
components: | ||
- type: Sprite | ||
sprite: Floof/Clothing/Under/Gloves/sexcompredgloves.rsi | ||
- type: Clothing | ||
sprite: Floof/Clothing/Under/Gloves/sexcompredgloves.rsi | ||
- type: Fiber | ||
fiberMaterial: fibers-synthetic | ||
fiberColor: fibers-red | ||
- type: FingerprintMask | ||
|
||
- type: entity | ||
parent: ClothingHandsBase | ||
id: ClothingHandsSexCompGlovesBlue | ||
name: blue sex competition gloves | ||
description: It looks like it should be part of a competition. | ||
components: | ||
- type: Sprite | ||
sprite: Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi | ||
- type: Clothing | ||
sprite: Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi | ||
- type: Fiber | ||
fiberMaterial: fibers-synthetic | ||
fiberColor: fibers-blue | ||
- type: FingerprintMask | ||
|
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.