Skip to content

Commit

Permalink
adds bobbys patron shoes and loadout
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed Jul 31, 2024
1 parent 9a66c06 commit efc50b9
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Resources/Prototypes/_ds14/Entities/Clothing/Shoes/misc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity
parent: ClothingShoesBase
id: DS14ClothingShoesSneakers
name: sneakers
description: A pair of sporty sneakers with the name "Bobby" written in the tongue.
components:
- type: Sprite
sprite: _ds14/Clothing/Shoes/sneakers.rsi
- type: Clothing
sprite: _ds14/Clothing/Shoes/sneakers.rsi
7 changes: 7 additions & 0 deletions Resources/Prototypes/_ds14/Loadouts/shoes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Patron Items
- type: loadout
id: LoadoutShoesDS14Sneakers
category: Shoes
cost: 1
items:
- DS14ClothingShoesSneakers
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.
26 changes: 26 additions & 0 deletions Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made for murdume on discord as a Patron benefit.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit efc50b9

Please sign in to comment.