diff --git a/Resources/Prototypes/_ds14/Entities/Clothing/Shoes/misc.yml b/Resources/Prototypes/_ds14/Entities/Clothing/Shoes/misc.yml new file mode 100644 index 0000000000..68caee46e9 --- /dev/null +++ b/Resources/Prototypes/_ds14/Entities/Clothing/Shoes/misc.yml @@ -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 \ No newline at end of file diff --git a/Resources/Prototypes/_ds14/Loadouts/shoes.yml b/Resources/Prototypes/_ds14/Loadouts/shoes.yml new file mode 100644 index 0000000000..f01a73f4f1 --- /dev/null +++ b/Resources/Prototypes/_ds14/Loadouts/shoes.yml @@ -0,0 +1,7 @@ +# Patron Items +- type: loadout + id: LoadoutShoesDS14Sneakers + category: Shoes + cost: 1 + items: + - DS14ClothingShoesSneakers \ No newline at end of file diff --git a/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/equipped-FEET.png b/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/equipped-FEET.png new file mode 100644 index 0000000000..3e3b72eade Binary files /dev/null and b/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/icon.png b/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/icon.png new file mode 100644 index 0000000000..efff57125e Binary files /dev/null and b/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/icon.png differ diff --git a/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/inhand-left.png b/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/inhand-left.png new file mode 100644 index 0000000000..03bdacf9fb Binary files /dev/null and b/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/inhand-left.png differ diff --git a/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/inhand-right.png b/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/inhand-right.png new file mode 100644 index 0000000000..f00d861ca5 Binary files /dev/null and b/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/inhand-right.png differ diff --git a/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/meta.json b/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/meta.json new file mode 100644 index 0000000000..0f0356e9d5 --- /dev/null +++ b/Resources/Textures/_ds14/Clothing/Shoes/sneakers.rsi/meta.json @@ -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 + } + ] +}