diff --git a/Resources/Locale/en-US/_prototypes/_sunrise/catalog/fills/boxes/nanotrasen.ftl b/Resources/Locale/en-US/_prototypes/_sunrise/catalog/fills/boxes/nanotrasen.ftl index 959a9b9548..121b5f4dc8 100644 --- a/Resources/Locale/en-US/_prototypes/_sunrise/catalog/fills/boxes/nanotrasen.ftl +++ b/Resources/Locale/en-US/_prototypes/_sunrise/catalog/fills/boxes/nanotrasen.ftl @@ -13,4 +13,6 @@ ent-BoxSmokeGrenade = SmokeGrenade Box ent-BoxTearGasGrenade = TearGasGrenade box .desc = 'WARNING: These devices are extremely dangerous and can cause blindness or deafness in repeated use.' ent-BoxClusterBangFull = ClusterBang box - .desc = 'WARNING: These devices are extremely dangerous and can cause blindness or deafness in repeated use.' \ No newline at end of file + .desc = 'WARNING: These devices are extremely dangerous and can cause blindness or deafness in repeated use.' +ent-BoxMiniSyringe = Mini Syringe box + .desc = A Mini Syringe-Filled Box. \ No newline at end of file diff --git a/Resources/Locale/en-US/_prototypes/_sunrise/entities/objects/weapons/guns/syringe_guns.ftl b/Resources/Locale/en-US/_prototypes/_sunrise/entities/objects/weapons/guns/syringe_guns.ftl new file mode 100644 index 0000000000..411cfb7fc3 --- /dev/null +++ b/Resources/Locale/en-US/_prototypes/_sunrise/entities/objects/weapons/guns/syringe_guns.ftl @@ -0,0 +1,15 @@ +ent-LauncherSyringeMed = syringe gun + .suffix = Standart + .desc = Load full of poisoned syringes for optimal fun. + +ent-LauncherSyringePistol = syringe pistol + .suffix = Compact + .desc = { ent-LauncherSyringeMed.desc } + +ent-LauncherSyringePistolFilled = syringe pistol + .suffix = Compact, Filled + .desc = { ent-LauncherSyringeMed.desc } + +ent-LauncherSyringeRapid = Auto syringe gun + .suffix = Auto + .desc = { ent-LauncherSyringeMed.desc } diff --git a/Resources/Locale/en-US/_strings/_sunrise/research/technologies.ftl b/Resources/Locale/en-US/_strings/_sunrise/research/technologies.ftl index 7a43934d49..7d47d549db 100644 --- a/Resources/Locale/en-US/_strings/_sunrise/research/technologies.ftl +++ b/Resources/Locale/en-US/_strings/_sunrise/research/technologies.ftl @@ -2,6 +2,8 @@ research-discipline-biochemical = Biochemical research-technology-basic-surgery = Basic surgery research-technology-basic-cyberlimbs = Basic cyberlimbs +research-technology-basic-syringegun = Basic Syringegun +research-technology-compact-syringegun = Compact Syringegun research-technology-advanced-surgery = Advanced surgery research-technology-handcraft-nvd = Кустарные ПНВ diff --git a/Resources/Locale/en-US/_strings/_sunrise/store/uplink-catalog.ftl b/Resources/Locale/en-US/_strings/_sunrise/store/uplink-catalog.ftl index 9b42f06371..653cce4ea4 100644 --- a/Resources/Locale/en-US/_strings/_sunrise/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/_strings/_sunrise/store/uplink-catalog.ftl @@ -64,5 +64,11 @@ uplink-hypo-name = Горлекс гипоспрей uplink-hypo-desc = Химический гипоспрей, произвёденный синдикатом, способный мгновенно впрыснуть до 20 ед. реагентов. Изначально пуст. uplink-polytrinic-acid-chemistry-bottle-name = Политриновая кислота uplink-polytrinic-acid-chemistry-bottle-desc = Чрезвычайно едкое химическое вещество. Сильно обжигает всех, кто вступит с ней в непосредственный контакт. +uplink-syringe-pistol-filled-name = Компактный шприцемёт +uplink-syringe-pistol-filled-desc = Сразу заполнен тремя шприцами. В шприцах: токсин немоты,карпотоктин и фризиум. +uplink-syringe-box-filled-name = коробка мини шприцов +uplink-syringe-box-filled-desc = Полная коробка мини шприцов. +uplink-syringe-rapid-name = Автоматический шприцемёт +uplink-syringe-rapid-desc = Принимает до 8ми шприцов. изначально пуст. Сделайте из Офицера СБ Ёжика!. uplink-clothing-glasses-nvg-name = NVG Sun Glasses uplink-clothing-glasses-nvg-desc = Quality made sunglasses, manufactured by Gorlax Security. Uses modular parts to improve visibility in low light conditions. Warning: The glasses will not protect your eyes from direct flashes. diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/catalog/fills/boxes/nanotrasen.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/catalog/fills/boxes/nanotrasen.ftl index 925a233ede..c5211c406b 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/catalog/fills/boxes/nanotrasen.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/catalog/fills/boxes/nanotrasen.ftl @@ -13,4 +13,6 @@ ent-BoxSmokeGrenade = Коробка дымовых гранат ent-BoxTearGasGrenade = Коробка слезоточивых гранат .desc = ВНИМАНИЕ: Эти устройства крайне опасны и могут вызвать слепоту при многократном использовании. ent-BoxClusterBangFull = Коробка кластерных светошумовых гранат - .desc = ВНИМАНИЕ: Эти устройства крайне опасны и могут вызвать слепоту или глухоту при многократном использовании. \ No newline at end of file + .desc = ВНИМАНИЕ: Эти устройства крайне опасны и могут вызвать слепоту или глухоту при многократном использовании. +ent-BoxMiniSyringe = Коробка мини-шприцов + .desc = Полная коробка мини-шприцов. Если не полная то кто-то уже забрал. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/weapons/guns/syringe_guns.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/weapons/guns/syringe_guns.ftl new file mode 100644 index 0000000000..efc13231c2 --- /dev/null +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/weapons/guns/syringe_guns.ftl @@ -0,0 +1,15 @@ +ent-LauncherSyringeMed = шприцемёт + .suffix = Стандартный + .desc = Зарядите отравленными шприцами, чтобы получить максимальное удовольствие. + +ent-LauncherSyringePistol = Компактный шприцемёт + .suffix = Компактный + .desc = Зарядите отравленными шприцами, чтобы получить максимальное удовольствие. теперь в смешном размере. + +ent-LauncherSyringePistolFilled = Компактный шприцемёт + .suffix = Компактный, Заполнен + .desc = { ent-LauncherSyringePistol.desc } + +ent-LauncherSyringeRapid = Авто-прицемёт + .suffix = Автоматический + .desc = Зарядите в пациента до 8-ми шприцов с Ипекаком, чтобы получить максимальное удовольствие. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_strings/_sunrise/research/technologies.ftl b/Resources/Locale/ru-RU/_strings/_sunrise/research/technologies.ftl index f437b6efe1..f40ba60205 100644 --- a/Resources/Locale/ru-RU/_strings/_sunrise/research/technologies.ftl +++ b/Resources/Locale/ru-RU/_strings/_sunrise/research/technologies.ftl @@ -1,6 +1,8 @@ research-discipline-biochemical = Биохимия research-technology-basic-surgery = Базовая хирургия research-technology-basic-cyberlimbs = Базовые кибер-конечности +research-technology-basic-syringegun = Базовые шприцемёты +research-technology-compact-syringegun = Компактные шприцемёты research-technology-advanced-surgery = Продвинутая хирургия research-technology-handcraft-nvd = Кустарные ПНВ research-technology-basic-nvd = Продвинутое ПНВ diff --git a/Resources/Locale/ru-RU/_strings/_sunrise/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/_strings/_sunrise/store/uplink-catalog.ftl index bc5dab1906..433d49a285 100644 --- a/Resources/Locale/ru-RU/_strings/_sunrise/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/_strings/_sunrise/store/uplink-catalog.ftl @@ -77,6 +77,12 @@ uplink-hypo-name = Горлекс гипоспрей uplink-hypo-desc = Химический гипоспрей, произвёденный синдикатом, способный мгновенно впрыснуть до 20 ед. реагентов. Изначально пуст. uplink-polytrinic-acid-chemistry-bottle-name = Политриновая кислота uplink-polytrinic-acid-chemistry-bottle-desc = Чрезвычайно едкое химическое вещество. Сильно обжигает всех, кто вступит с ней в непосредственный контакт. +uplink-syringe-pistol-filled-name = Компактный шприцемёт +uplink-syringe-pistol-filled-desc = Сразу заполнен тремя шприцами. В шприцах: токсин немоты,карпотоктин и фризиум. +uplink-syringe-box-filled-name = коробка мини шприцов +uplink-syringe-box-filled-desc = Полная коробка мини шприцов. +uplink-syringe-rapid-name = Автоматический шприцемёт +uplink-syringe-rapid-desc = Изначально пуст. Принимает до 8-ми шприцов. Сделайте из Офицера СБ Ёжика! ## Mechs equipment diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index acac5b8dfb..b8b0420654 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -229,6 +229,12 @@ #Sunrise-start - id: ClothingEyesUniversalMedicalHud - id: AdvancedDefibrillator + - id: LauncherSyringeMed + prob: 0.6 + - id: BoxMiniSyringe + prob: 0.8 + - id: BoxMiniSyringe + prob: 0.20 #Sunrise-end - id: MedicalTechFabCircuitboard - id: MedkitFilled diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml index 5279d80618..4d3c71bd55 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/medical.yml @@ -110,6 +110,14 @@ components: - type: StorageFill contents: + #Sunrise-start + - id: LauncherSyringeMed + prob: 0.25 + - id: BoxMiniSyringe + prob: 0.15 + - id: BoxMiniSyringe + prob: 0.4 + #Sunrise-end - id: BoxSyringe - id: BoxBeaker - id: BoxBeaker diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/pneumatic_cannon.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/pneumatic_cannon.yml index 63a7acd257..003963a152 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/pneumatic_cannon.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/pneumatic_cannon.yml @@ -13,12 +13,14 @@ visible: false - type: Item size: Huge + shape: #Sunrise-Edit + - 0,0,4,4 #5X5 #Sunrise-Edit - type: Clothing quickEquip: false slots: - Back - type: Gun - fireRate: 2 + fireRate: 1.5 #Sunrise-Edit selectedMode: SemiAuto availableModes: - SemiAuto diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index e9358804c9..b07871b1a1 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -1097,6 +1097,9 @@ - SawAdvanced - Hemostat - HemostatAdvanced + - LauncherSyringeMed #Sunrise-Edit + - LauncherSyringePistol #Sunrise-Edit + - MiniSyringe #Sunrise-Edit - LeftArmCyber - RightArmCyber - LeftHandCyber diff --git a/Resources/Prototypes/_Sunrise/Catalog/Fills/Boxes/nanotrasen.yml b/Resources/Prototypes/_Sunrise/Catalog/Fills/Boxes/nanotrasen.yml index 4ada31d7d0..29b92c0d1a 100644 --- a/Resources/Prototypes/_Sunrise/Catalog/Fills/Boxes/nanotrasen.yml +++ b/Resources/Prototypes/_Sunrise/Catalog/Fills/Boxes/nanotrasen.yml @@ -120,4 +120,22 @@ - type: Sprite layers: - state: box_security - - state: flashbang \ No newline at end of file + - state: flashbang + +- type: entity + name: Mini-Syringe box + parent: BoxCardboard + id: BoxMiniSyringe + description: A box full of MiniSyringe. + components: + - type: Storage + grid: + - 0,0,2,1 + - type: StorageFill + contents: + - id: MiniSyringe + amount: 6 + - type: Sprite + layers: + - state: box + - state: syringe \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml b/Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml index 7fa6f04d63..ba4076029c 100644 --- a/Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/_Sunrise/Catalog/uplink_catalog.yml @@ -813,6 +813,45 @@ categories: - UplinkChemicals +- type: listing + id: UplinkLauncherSyringePistolFilled + name: uplink-syringe-pistol-filled-name + description: uplink-syringe-pistol-filled-desc + productEntity: LauncherSyringePistolFilled + discountCategory: usualDiscounts + discountDownTo: + Telecrystal: 6 + cost: + Telecrystal: 12 + categories: + - UplinkChemicals + +- type: listing + id: UplinkBoxMiniSyringe + name: uplink-syringe-box-filled-name + description: uplink-syringe-box-filled-desc + productEntity: BoxMiniSyringe + discountCategory: veryRareDiscounts + discountDownTo: + Telecrystal: 2 + cost: + Telecrystal: 4 + categories: + - UplinkChemicals + +- type: listing + id: UplinkLauncherSyringeRapid + name: uplink-syringe-rapid-name + description: uplink-syringe-rapid-desc + productEntity: LauncherSyringeRapid + discountCategory: usualDiscounts + discountDownTo: + Telecrystal: 8 + cost: + Telecrystal: 16 + categories: + - UplinkChemicals + - type: listing id: UplinkExplosiveCollarsKit name: uplink-exp-collars-kit-name diff --git a/Resources/Prototypes/_Sunrise/Entities/Objects/Specific/Medical/chemistry.yml b/Resources/Prototypes/_Sunrise/Entities/Objects/Specific/Medical/chemistry.yml new file mode 100644 index 0000000000..443c92f373 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Objects/Specific/Medical/chemistry.yml @@ -0,0 +1,51 @@ +- type: entity + parent: MiniSyringe + id: PrefilledMiniSyringe + components: + - type: Injector + toggleState: Inject + +- type: entity + suffix: MuteToxin, MiniSyringe + parent: PrefilledMiniSyringe + id: MiniSyringeMuteToxin + components: + - type: Label + currentLabel: reagent-name-mute-toxin + - type: SolutionContainerManager + solutions: + injector: + maxVol: 15 + reagents: + - ReagentId: MuteToxin + Quantity: 15 + +- type: entity + suffix: Fresium, MiniSyringe + parent: PrefilledMiniSyringe + id: MiniSyringeFresium + components: + - type: Label + currentLabel: reagent-name-fresium + - type: SolutionContainerManager + solutions: + injector: + maxVol: 15 + reagents: + - ReagentId: Fresium + Quantity: 15 + +- type: entity + suffix: CarpoToxin, MiniSyringe + parent: PrefilledMiniSyringe + id: MiniSyringeCarpoToxin + components: + - type: Label + currentLabel: reagent-name-carpotoxin + - type: SolutionContainerManager + solutions: + injector: + maxVol: 15 + reagents: + - ReagentId: CarpoToxin + Quantity: 15 diff --git a/Resources/Prototypes/_Sunrise/Entities/Objects/Weapons/Guns/Launchers/syringe_guns.yml b/Resources/Prototypes/_Sunrise/Entities/Objects/Weapons/Guns/Launchers/syringe_guns.yml new file mode 100644 index 0000000000..c0ba54a8f3 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Objects/Weapons/Guns/Launchers/syringe_guns.yml @@ -0,0 +1,95 @@ +- type: entity + name: syringe gun + parent: [LauncherSyringe] + id: LauncherSyringeMed + suffix: Standart + components: + - type: Sprite + sprite: Objects/Weapons/Guns/Cannons/syringe_gun.rsi + layers: + - state: syringe_gun + - type: Storage + maxItemSize: Small + grid: + - 0,0,2,0 + - type: Gun + fireRate: 0.8 + - type: Item + size: Normal + shape: + - 0,0,2,1 + - 0,0,2,1 + +- type: entity + name: syringe pistol + parent: [LauncherSyringe] + id: LauncherSyringePistol + suffix: Compact + components: + - type: Sprite + sprite: _Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi + layers: + - state: syringe_gun + - type: Storage + maxItemSize: Small + grid: + - 0,0,2,0 + - type: Gun + fireRate: 0.8 + - type: Item + size: Small + shape: + - 0,0,1,0 + - 0,1,0,1 + +- type: entity + name: syringe pistol + parent: [LauncherSyringe] + id: LauncherSyringePistolFilled + suffix: Compact, Filled + components: + - type: Sprite + sprite: _Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi + layers: + - state: syringe_gun + - type: Storage + maxItemSize: Small + grid: + - 0,0,2,0 + - type: StorageFill + contents: + - id: MiniSyringeCarpoToxin + - id: MiniSyringeMuteToxin + - id: MiniSyringeFresium + - type: Gun + fireRate: 0.8 + - type: Item + size: Small + shape: + - 0,0,1,0 + - 0,1,0,1 + +- type: entity + name: Rapid syringe gun + parent: [LauncherSyringe] + id: LauncherSyringeRapid + suffix: Auto + components: + - type: Sprite + sprite: _Sunrise/Objects/Weapons/Guns/Launchers/syringe_rapidgun.rsi + layers: + - state: syringe_gun + - type: Storage + maxItemSize: Small + grid: + - 0,0,3,1 + - type: Gun + fireRate: 1.8 + selectedMode: FullAuto + availableModes: + - FullAuto + - type: Item + size: Small + shape: + - 0,0,2,1 + - 0,0,2,1 \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Recipes/Lathes/medical.yml b/Resources/Prototypes/_Sunrise/Recipes/Lathes/medical.yml index fd20019cb1..464b5c012a 100644 --- a/Resources/Prototypes/_Sunrise/Recipes/Lathes/medical.yml +++ b/Resources/Prototypes/_Sunrise/Recipes/Lathes/medical.yml @@ -69,6 +69,36 @@ materials: Steel: 200 +#SyringeGuns +- type: latheRecipe + id: LauncherSyringeMed + result: LauncherSyringeMed + category: Tools + completetime: 25 + materials: + Plastic: 200 + Steel: 800 + Glass: 300 + +- type: latheRecipe + id: LauncherSyringePistol + result: LauncherSyringePistol + category: Tools + completetime: 10 + materials: + Plastic: 200 + Steel: 1000 + Glass: 350 + +- type: latheRecipe + id: MiniSyringe + result: MiniSyringe + category: Tools + completetime: 3 + materials: + Plastic: 100 + Steel: 25 + #cyberlimbs - type: latheRecipe diff --git a/Resources/Prototypes/_Sunrise/Research/medical.yml b/Resources/Prototypes/_Sunrise/Research/medical.yml index c6eb013c0a..fcb467dfbc 100644 --- a/Resources/Prototypes/_Sunrise/Research/medical.yml +++ b/Resources/Prototypes/_Sunrise/Research/medical.yml @@ -37,6 +37,31 @@ - LeftFootCyber - RightFootCyber +- type: technology + id: BasicSyringeGun + name: research-technology-basic-syringegun + icon: + sprite: Objects/Weapons/Guns/Cannons/syringe_gun.rsi + state: syringe_gun + discipline: Biochemical + tier: 1 + cost: 5000 + recipeUnlocks: + - MiniSyringe + - LauncherSyringeMed + +- type: technology + id: CompactSyringeGun + name: research-technology-compact-syringegun + icon: + sprite: _Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi + state: syringe_gun + discipline: Biochemical + tier: 2 + cost: 7500 + recipeUnlocks: + - LauncherSyringePistol + - type: technology id: SurgeryTechAdvanced name: research-technology-advanced-surgery diff --git a/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi/inhand-left.png new file mode 100644 index 0000000000..b59a4d5268 Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi/inhand-right.png new file mode 100644 index 0000000000..6a8268d27e Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi/meta.json b/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi/meta.json new file mode 100644 index 0000000000..f636bf22a0 --- /dev/null +++ b/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vgstation13 at https://github.com/vgstation-coders/vgstation13 at f91dfe2e0dba1b7a8b9a0fa18251340920979a62, held sprite by ScarKy0,resprited by KaiserMaus", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "syringe_gun" + }, + { + "name": "inhand-left", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi/syringe_gun.png b/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi/syringe_gun.png new file mode 100644 index 0000000000..3cf74d90d8 Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_pistol.rsi/syringe_gun.png differ diff --git a/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_rapidgun.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_rapidgun.rsi/inhand-left.png new file mode 100644 index 0000000000..b59a4d5268 Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_rapidgun.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_rapidgun.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_rapidgun.rsi/inhand-right.png new file mode 100644 index 0000000000..6a8268d27e Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_rapidgun.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_rapidgun.rsi/meta.json b/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_rapidgun.rsi/meta.json new file mode 100644 index 0000000000..5fb2744760 --- /dev/null +++ b/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_rapidgun.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "sprited by KaiserMaus", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "syringe_gun" + }, + { + "name": "inhand-left", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_rapidgun.rsi/syringe_gun.png b/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_rapidgun.rsi/syringe_gun.png new file mode 100644 index 0000000000..03bc0e89bb Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/Weapons/Guns/Launchers/syringe_rapidgun.rsi/syringe_gun.png differ