Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Shackles #140

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
]
}
Loading