From: K-Dynamic <20566341+K-Dynamic@users.noreply.github.com> Date: Thu, 10 Jul 2025 12:42:02 +0000 (+1200) Subject: Minigun inhands + HMG multihand and slow move speed (#35344) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5427d386ce5731882b832ef6783e190e114943f9;p=space-station-14.git Minigun inhands + HMG multihand and slow move speed (#35344) * hmg move speed * minigun inhands * even better inhands * touch-up --- diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/HMGs/hmgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/HMGs/hmgs.yml index e1de308b12..cbed4c7760 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/HMGs/hmgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/HMGs/hmgs.yml @@ -8,6 +8,11 @@ - type: Sprite - type: Item size: Ginormous + - type: MultiHandedItem + - type: ClothingSpeedModifier + walkModifier: 0.8 + sprintModifier: 0.8 + - type: HeldSpeedModifier - type: Gun fireRate: 20 selectedMode: FullAuto diff --git a/Resources/Textures/Objects/Weapons/Guns/HMGs/minigun.rsi/inhand-left.png b/Resources/Textures/Objects/Weapons/Guns/HMGs/minigun.rsi/inhand-left.png new file mode 100644 index 0000000000..b11cd62b30 Binary files /dev/null and b/Resources/Textures/Objects/Weapons/Guns/HMGs/minigun.rsi/inhand-left.png differ diff --git a/Resources/Textures/Objects/Weapons/Guns/HMGs/minigun.rsi/inhand-right.png b/Resources/Textures/Objects/Weapons/Guns/HMGs/minigun.rsi/inhand-right.png new file mode 100644 index 0000000000..39f1a90079 Binary files /dev/null and b/Resources/Textures/Objects/Weapons/Guns/HMGs/minigun.rsi/inhand-right.png differ diff --git a/Resources/Textures/Objects/Weapons/Guns/HMGs/minigun.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/HMGs/minigun.rsi/meta.json index 54fc2938ce..fc09537d25 100644 --- a/Resources/Textures/Objects/Weapons/Guns/HMGs/minigun.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/HMGs/minigun.rsi/meta.json @@ -1,31 +1,39 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/tgstation/tgstation/commit/a39e3f3f1f351e3be5ae955c4de3a2e8889e191b", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "holstered" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Assets taken from /tg/station 13 at https://github.com/tgstation/tgstation/commit/a39e3f3f1f351e3be5ae955c4de3a2e8889e191b. inhand-left, inhand-right by K-Dynamic (github).", + "size": { + "x": 32, + "y": 32 }, - { - "name": "notholstered" - }, - { - "name": "base", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "icon" - } - ] -} \ No newline at end of file + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "holstered" + }, + { + "name": "notholstered" + }, + { + "name": "base", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +}