Skip to content

Commit

Permalink
add some wedding essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Fansana committed Nov 18, 2024
1 parent e183e33 commit 1f97b99
Show file tree
Hide file tree
Showing 8 changed files with 69 additions and 0 deletions.
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.
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.
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 1f97b99

Please sign in to comment.