From: Skarletto <122584947+Skarletto@users.noreply.github.com> Date: Fri, 17 Feb 2023 01:04:39 +0000 (-0500) Subject: Added honkcult robe (#14088) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3549dad2a4df1d8cd949990720225942db1fb617;p=space-station-14.git Added honkcult robe (#14088) --- diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index 72b82541d3..f7d176a176 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml @@ -22,7 +22,7 @@ sprite: Objects/Specific/Service/vending_machine_restock.rsi state: base product: CrateVendingMachineRestockClothesFilled - cost: 4000 + cost: 4200 category: Service group: market diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml index 61de068af8..e6a506fc1c 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml @@ -35,5 +35,6 @@ ClothingUniformJumpsuitDameDane: 2 ClothingShoesDameDane: 2 ClothingOuterDameDane: 2 + ClothingOuterClownPriest: 1 emaggedInventory: ClothingShoesBling: 1 diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml index f445e28860..992604a328 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml @@ -164,3 +164,15 @@ sprite: Clothing/OuterClothing/Coats/damedanecoat.rsi - type: Clothing sprite: Clothing/OuterClothing/Coats/damedanecoat.rsi + +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterClownPriest + name: robes of the honkmother + description: Meant for a clown of the cloth. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Coats/clownpriest.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Coats/clownpriest.rsi + \ No newline at end of file diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/clownpriest.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/clownpriest.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..f795429f50 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/clownpriest.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/clownpriest.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/clownpriest.rsi/icon.png new file mode 100644 index 0000000000..1e7c5f706a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/clownpriest.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/clownpriest.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/clownpriest.rsi/inhand-left.png new file mode 100644 index 0000000000..d3c0f91adf Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/clownpriest.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/clownpriest.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/clownpriest.rsi/inhand-right.png new file mode 100644 index 0000000000..a5d456e744 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/clownpriest.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/clownpriest.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/clownpriest.rsi/meta.json new file mode 100644 index 0000000000..bacde82361 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Coats/clownpriest.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Yogstation at https://github.com/yogstation13/Yogstation/commit/18ab2203bc47b7590f2c72b5f7969eafa723f033", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file