Skip to content

Commit

Permalink
Merge pull request #361 from Fansana/wedding-essentials
Browse files Browse the repository at this point in the history
Wedding Essentials
  • Loading branch information
Fansana authored Nov 23, 2024
2 parents 972c7d8 + a28b285 commit 80e0403
Show file tree
Hide file tree
Showing 11 changed files with 71 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@
ClothingUniformStripedThongWhite: 1
ClothingUniformMusicKingBlack: 2
ClothingUniformMusicKing: 2
ClothingUniformWeddingDress: 2
ClothingHandsGoldRing: 2
emaggedInventory:
ClothingShoesBling: 1
ClothingShoesBootsCowboyFancy: 1
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,14 @@
fiberColor: fibers-blue
- type: FingerprintMask

- type: entity
parent: ClothingHandsBase
id: ClothingHandsGoldRing
name: gold ring
description: a band for a special bond
components:
- type: Sprite
sprite: Floof/Clothing/Under/Gloves/goldring.rsi
- type: Clothing
sprite: Floof/Clothing/Under/Gloves/goldring.rsi

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- type: entity
parent: ClothingUniformBaseSwitch
id: ClothingUniformWeddingDress
name: wedding dress
description: a beautiful wedding dress fit for a princess
components:
- type: Sprite
sprite: Floof/Clothing/Uniforms/weddingdress.rsi
- type: Clothing
sprite: Floof/Clothing/Uniforms/weddingdress.rsi
unequipDelay: 0
- type: Tag #DeltaV, needed for species with nonhuman legs/can only wear skirts
tags:
- Skirt
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by Dzordz - Discord 'Dzordz#8811'",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HAND",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by Dzordz - Discord 'Dzordz#8811'",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 80e0403

Please sign in to comment.