From: Jackal298 <129199891+Jackal298@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:19:58 +0000 (+0300) Subject: (Add) black cap and some contraband (#23933) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=13c91c405c7c9db0e28b08e4890f20685e3c4074;p=space-station-14.git (Add) black cap and some contraband (#23933) * Add black cap and some contraband * Bot fix * bot fix 2 * Price increases --- diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index 56db79484d..2e8d7dc46f 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml @@ -33,7 +33,7 @@ sprite: Objects/Specific/Service/vending_machine_restock.rsi state: base product: CrateVendingMachineRestockClothesFilled - cost: 4670 + cost: 4750 category: Service group: market diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 05177a4e4c..2b64a9d0a9 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -64,6 +64,7 @@ ClothingHeadHatGreensoft: 2 ClothingHeadHatOrangesoft: 2 ClothingHeadHatRedsoft: 2 + ClothingHeadHatBlacksoft: 2 ClothingHeadHatPurplesoft: 2 ClothingHeadHatCorpsoft: 2 ClothingHeadFishCap: 2 @@ -81,5 +82,6 @@ ClothingHandsGlovesColorOrange: 2 ClothingHandsGlovesColorPurple: 2 contrabandInventory: + ClothingMaskNeckGaiter: 2 ClothingUniformJumpsuitTacticool: 1 ClothingUniformJumpskirtTacticool: 1 diff --git a/Resources/Prototypes/Entities/Clothing/Head/soft.yml b/Resources/Prototypes/Entities/Clothing/Head/soft.yml index b8594c841f..50be724c41 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/soft.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/soft.yml @@ -113,6 +113,28 @@ - type: Clothing sprite: Clothing/Head/Soft/greensoft_flipped.rsi +- type: entity + parent: ClothingHeadBaseButcherable + id: ClothingHeadHatBlacksoft + name: black cap + description: "It's a baseball hat in a tasteless black colour." + components: + - type: Sprite + sprite: Clothing/Head/Soft/blacksoft.rsi + - type: Clothing + sprite: Clothing/Head/Soft/blacksoft.rsi + +- type: entity + parent: ClothingHeadBaseButcherable + id: ClothingHeadHatBlacksoftFlipped + name: black cap flipped + description: "It's a baseball hat in a tasteless black colour. Flipped." + components: + - type: Sprite + sprite: Clothing/Head/Soft/blacksoft_flipped.rsi + - type: Clothing + sprite: Clothing/Head/Soft/blacksoft_flipped.rsi + - type: entity parent: ClothingHeadBaseButcherable id: ClothingHeadHatGreysoft diff --git a/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..76a49f5e70 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/icon.png b/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/icon.png new file mode 100644 index 0000000000..598173190e Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/inhand-left.png new file mode 100644 index 0000000000..ceafb3e3ff Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/inhand-right.png new file mode 100644 index 0000000000..c0d82a6cc1 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/meta.json b/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/meta.json new file mode 100644 index 0000000000..a470e00944 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Soft/blacksoft_flipped.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Soft/blacksoft_flipped.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..a7e6099722 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/blacksoft_flipped.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Soft/blacksoft_flipped.rsi/icon.png b/Resources/Textures/Clothing/Head/Soft/blacksoft_flipped.rsi/icon.png new file mode 100644 index 0000000000..0d61aa6bac Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/blacksoft_flipped.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Soft/blacksoft_flipped.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Soft/blacksoft_flipped.rsi/inhand-left.png new file mode 100644 index 0000000000..31ebadff94 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/blacksoft_flipped.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Soft/blacksoft_flipped.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Soft/blacksoft_flipped.rsi/inhand-right.png new file mode 100644 index 0000000000..be5b3f17d5 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Soft/blacksoft_flipped.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Soft/blacksoft_flipped.rsi/meta.json b/Resources/Textures/Clothing/Head/Soft/blacksoft_flipped.rsi/meta.json new file mode 100644 index 0000000000..a470e00944 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Soft/blacksoft_flipped.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}