Skip to content

Commit

Permalink
Merge pull request #450 from Memeji/Nikko-Shackles
Browse files Browse the repository at this point in the history
Metal Shackles and a Quick Fix for the Witch Outfit.
  • Loading branch information
Fansana authored and sleepyyapril committed Jan 8, 2025
1 parent 4f5d565 commit 1d77b4b
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# smiles
- type: characterItemGroup
id: LoadoutOuter2
items:
- type: loadout
id: LoadoutClothingOuterShackles
- type: loadout
id: LoadoutClothingOuterSuitWitchRobes
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,14 @@
sprite: Floof/Clothing/OuterClothing/WinterCoats/cyberjacketwhite.rsi
- type: Clothing
sprite: Floof/Clothing/OuterClothing/WinterCoats/cyberjacketwhite.rsi

- type: entity
parent: ClothingOuterBase
id: ClothingOuterShackles
name: shackles
description: metal shackles, cold to the touch.
components:
- type: Sprite
sprite: Floof/Clothing/OuterClothing/Misc/shackles.rsi
- type: Clothing
sprite: Floof/Clothing/OuterClothing/Misc/shackles.rsi
12 changes: 11 additions & 1 deletion Resources/Prototypes/Floof/Loadouts/outerClothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,14 @@
- ClothingOuterSuitWitchRobes
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutOuter
group: LoadoutOuter2

- type: loadout
id: LoadoutClothingOuterShackles
category: Outer
cost: 1
items:
- ClothingOuterShackles
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutOuter2
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": "Taken from Splurtstation (https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13).",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
}
]
}

0 comments on commit 1d77b4b

Please sign in to comment.