diff --git a/Resources/Locale/ru-RU/white/ebal-parameda.ftl b/Resources/Locale/ru-RU/white/ebal-parameda.ftl new file mode 100644 index 0000000000..c8d53cdb7b --- /dev/null +++ b/Resources/Locale/ru-RU/white/ebal-parameda.ftl @@ -0,0 +1,3 @@ +ent-ClothingBeltMedicalRig = медицинский РПС + .desc = Ременно-поясная система тактических ремней, которую носят фельдшеры НТ. + .suffix = { "" } diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/lawdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/lawdrobe.yml index 1d386b825c..8ec391aaca 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/lawdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/lawdrobe.yml @@ -14,6 +14,7 @@ ClothingShoesBootsLaceup: 2 ClothingHeadsetService: 2 ClothingNeckLawyerbadge: 2 + Eftpos: 3 RubberStampLawyer: 1 emaggedInventory: CyberPen: 1 diff --git a/Resources/Prototypes/White/Entities/Clothing/Belt/paramedwebbing.yml b/Resources/Prototypes/White/Entities/Clothing/Belt/paramedwebbing.yml new file mode 100644 index 0000000000..c7a66020be --- /dev/null +++ b/Resources/Prototypes/White/Entities/Clothing/Belt/paramedwebbing.yml @@ -0,0 +1,9 @@ +- type: entity + parent: ClothingBeltStorageBase + id: ClothingBeltMedicalRig + name: medical webbing + components: + - type: Sprite + sprite: White/Clothing/Belt/paramedwebbing.rsi + - type: Clothing + sprite: White/Clothing/Belt/paramedwebbing.rsi diff --git a/Resources/Textures/White/Clothing/Belt/paramedwebbing.rsi/equipped-BELT.png b/Resources/Textures/White/Clothing/Belt/paramedwebbing.rsi/equipped-BELT.png new file mode 100644 index 0000000000..ecb44a1d9c Binary files /dev/null and b/Resources/Textures/White/Clothing/Belt/paramedwebbing.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/White/Clothing/Belt/paramedwebbing.rsi/icon.png b/Resources/Textures/White/Clothing/Belt/paramedwebbing.rsi/icon.png new file mode 100644 index 0000000000..9c626c4082 Binary files /dev/null and b/Resources/Textures/White/Clothing/Belt/paramedwebbing.rsi/icon.png differ diff --git a/Resources/Textures/White/Clothing/Belt/paramedwebbing.rsi/inhand-left.png b/Resources/Textures/White/Clothing/Belt/paramedwebbing.rsi/inhand-left.png new file mode 100644 index 0000000000..ea8de8bb1d Binary files /dev/null and b/Resources/Textures/White/Clothing/Belt/paramedwebbing.rsi/inhand-left.png differ diff --git a/Resources/Textures/White/Clothing/Belt/paramedwebbing.rsi/inhand-right.png b/Resources/Textures/White/Clothing/Belt/paramedwebbing.rsi/inhand-right.png new file mode 100644 index 0000000000..7974a30112 Binary files /dev/null and b/Resources/Textures/White/Clothing/Belt/paramedwebbing.rsi/inhand-right.png differ diff --git a/Resources/Textures/White/Clothing/Belt/paramedwebbing.rsi/meta.json b/Resources/Textures/White/Clothing/Belt/paramedwebbing.rsi/meta.json new file mode 100644 index 0000000000..44cbd7f4e6 --- /dev/null +++ b/Resources/Textures/White/Clothing/Belt/paramedwebbing.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Modification by discord user with ID 720879793645551697 for White Dream. Modified sprite based on Jackal298 modification. Original: https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}