diff --git a/Resources/Locale/ru-RU/_NF/store/uplink-catalog.ftl b/Resources/Locale/ru-RU/_NF/store/uplink-catalog.ftl index 2f54c01b4c2..7aea267fde4 100644 --- a/Resources/Locale/ru-RU/_NF/store/uplink-catalog.ftl +++ b/Resources/Locale/ru-RU/_NF/store/uplink-catalog.ftl @@ -52,6 +52,8 @@ uplink-security-energysword-name = Энергетический меч uplink-security-energysword-desc = Юридически одобренный энергетический меч. Повышает ваши шансы отразить снаряды и выглядеть круто. uplink-security-wt550-name = WT 550 uplink-security-wt550-desc = Полностью автоматический пистолет-пулемёт. Использует специальные верхние магазины для быстрой перезарядки в пылу битвы. Калибр .35 авто. +uplink-security-ks23-name = Дробовик KS23 +uplink-security-ks23-desc = Особый дробовик, который из-за специального строения механизма может стрелять как обычными снарядами дробовика, так и светошумовыми и газовыми. uplink-security-energygun-name = Энергетическое оружие uplink-security-energygun-desc = Полуавтоматический энергопистолет, способный стрелять как несмертельными парализующими, так и смертоносными энергетическими зарядами. Имеет встроенный аккумулятор, но требует подзарядки на специальной станции. uplink-security-emprpg-name = РПГ-7 @@ -70,6 +72,10 @@ uplink-security-key-name = Ключи шифрования ДСБФ uplink-security-key-desc = Коробка с 4 ключами шифрования, дающими доступ к радиоканалу ДСБФ. uplink-security-emprocket-name = ЭМИ-ракета uplink-security-emprocket-desc = ЭМИ-ракета для РПГ-7. Гарантированно испортит день любому пирату. +uplink-security-magazineks23flashbang-name = Светошумовые патроны для KS23 +uplink-security-magazineks23flashbang-desc = Коробка со светошумовыми патронами для дробовика KS23. +uplink-security-magazineks23smoke-name = Газовые патроны для KS23 +uplink-security-magazineks23smoke-desc = Коробка с газовыми патронами для дробовика KS23. uplink-security-thrusterkit-name = Набор для Апгрейда Двигателей uplink-security-thrusterkit-desc = Содержит 12 суперконденсаторов. Идеально подходит для улучшения корабельных двигателей. uplink-security-magazinepistol-name = Магазины для пистолета калибра .35 авто @@ -200,4 +206,4 @@ uplink-pirate-redgrenade-desc = Граната, горячая на ощупь. uplink-pirate-greengrenade-name = Зелёная граната uplink-pirate-greengrenade-desc = Граната с отвратным газом, от которой в голове становится мутно. uplink-pirate-graygrenade-name = Серая граната -uplink-pirate-graygrenade-desc = Тяжёлая граната, словно пушечное ядро в руке. \ No newline at end of file +uplink-pirate-graygrenade-desc = Тяжёлая граната, словно пушечное ядро в руке. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/catalog/fills/boxes/ammunition.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/catalog/fills/boxes/ammunition.ftl new file mode 100644 index 00000000000..bbe859a65cb --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/catalog/fills/boxes/ammunition.ftl @@ -0,0 +1,4 @@ +ent-BoxMagazineKS23Flashbang = коробка с светошумовыми патронами (.90) + .desc = Содержит 3 светоумовых патрона для дробовика KS23. +ent-BoxMagazineKS23Smoke = коробка с газовыми патронами (.90) + .desc = Содержит 3 газовых патрона со слезоточивым газом для дробовика KS23. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/weapons/guns/ammunition/cartridges/ks23.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/weapons/guns/ammunition/cartridges/ks23.ftl new file mode 100644 index 00000000000..31236fd6975 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/weapons/guns/ammunition/cartridges/ks23.ftl @@ -0,0 +1,4 @@ +ent-ShellKS23Flashbang = ружейный патрон (.90 светошумовой) +ent-ShellKS23Smoke = ружейный патрон (.90 газовый) +ent-ShellKS23Beanbag = ружейный патрон (.90 травматический) +ent-ShellKS23Base = ружейный патрон (.90 картечь) diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/weapons/guns/ammunition/projectiles/shotguns/ks23.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/weapons/guns/ammunition/projectiles/shotguns/ks23.ftl new file mode 100644 index 00000000000..52cbc49bdf7 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/weapons/guns/ammunition/projectiles/shotguns/ks23.ftl @@ -0,0 +1,4 @@ +ent-PelletKS23Flashbang = светошумовой (.90) +ent-PelletKS23Smoke = газовый (.90) +ent-PelletKS23Base = картечь (.90) +ent-PelletKS23Beanbag = травматический (.90) diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/weapons/guns/shotguns/shotguns.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/weapons/guns/shotguns/shotguns.ftl new file mode 100644 index 00000000000..e9394010530 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/weapons/guns/shotguns/shotguns.ftl @@ -0,0 +1,2 @@ +ent-WeaponShotgunKS23 = дробовик KS23 + .desc = Особый дробовик, который из-за специального строения механизма может стрелять как обычными снарядами дробовика, такими как пуля или травмат, так и особыми - светошумовыми и газовыми. diff --git a/Resources/Prototypes/Corvax/Catalog/Fills/Boxes/ammunition.yml b/Resources/Prototypes/Corvax/Catalog/Fills/Boxes/ammunition.yml new file mode 100644 index 00000000000..ee82cca72e5 --- /dev/null +++ b/Resources/Prototypes/Corvax/Catalog/Fills/Boxes/ammunition.yml @@ -0,0 +1,21 @@ +- type: entity + name: box of flash cartridges (.90) + parent: BoxMagazine + id: BoxMagazineKS23Flashbang + description: Contains 3 flash cartridges for the KS 23 shotgun + components: + - type: StorageFill + contents: + - id: ShellKS23Flashbang + amount: 3 + +- type: entity + name: box of tear gas cartridges (.90) + parent: BoxMagazine + id: BoxMagazineKS23Smoke + description: Contains 3 tear gas cartridges for the KS 23 shotgun + components: + - type: StorageFill + contents: + - id: ShellKS23Smoke + amount: 3 diff --git a/Resources/Prototypes/Corvax/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/ks23.yml b/Resources/Prototypes/Corvax/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/ks23.yml new file mode 100644 index 00000000000..45996e7c435 --- /dev/null +++ b/Resources/Prototypes/Corvax/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/ks23.yml @@ -0,0 +1,77 @@ +- type: entity + id: BaseShellKS23 + name: shell (.90) + parent: BaseCartridge + abstract: true + components: + - type: Tag + tags: + - Cartridge + - ShellKS23 + - type: CartridgeAmmo + soundEject: + collection: ShellEject + - type: Appearance + - type: SpentAmmoVisuals + - type: StaticPrice + price: 1 + +- type: entity + id: ShellKS23Flashbang + name: shell (.90 flashbang) + parent: BaseShellKS23 + components: + - type: Sprite + sprite: /Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi + layers: + - state: flashbang + map: [ "enum.AmmoVisualLayers.Base" ] + - type: CartridgeAmmo + proto: PelletKS23Flashbang + - type: SpentAmmoVisuals + state: "flashbang" + +- type: entity + id: ShellKS23Smoke + name: shell (.90 smoke) + parent: BaseShellKS23 + components: + - type: Sprite + sprite: /Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi + layers: + - state: smoke + map: [ "enum.AmmoVisualLayers.Base" ] + - type: CartridgeAmmo + proto: PelletKS23Smoke + - type: SpentAmmoVisuals + state: "smoke" + +- type: entity + id: ShellKS23Beanbag + name: shell (.90 beanbag) + parent: BaseShellKS23 + components: + - type: Sprite + sprite: /Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi + layers: + - state: beanbag + map: [ "enum.AmmoVisualLayers.Base" ] + - type: CartridgeAmmo + proto: PelletKS23Beanbag + - type: SpentAmmoVisuals + state: "beanbag" + +- type: entity + id: ShellKS23Base + name: shell (.90) + parent: BaseShellKS23 + components: + - type: Sprite + sprite: /Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi + layers: + - state: base + map: [ "enum.AmmoVisualLayers.Base" ] + - type: CartridgeAmmo + proto: PelletKS23BaseSpread + - type: SpentAmmoVisuals + state: "base" diff --git a/Resources/Prototypes/Corvax/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml b/Resources/Prototypes/Corvax/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml new file mode 100644 index 00000000000..a4e06d6c576 --- /dev/null +++ b/Resources/Prototypes/Corvax/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml @@ -0,0 +1,85 @@ +- type: entity + id: PelletKS23Flashbang + name: flashbang (.90) + noSpawn: true + parent: [ BaseBullet, BaseBulletTrigger ] + components: + - type: Sprite + sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi + state: slug + - type: FlashOnTrigger + range: 3 + - type: SpawnOnTrigger + proto: GrenadeFlashEffect + - type: ActiveTimerTrigger + timeRemaining: 1 + - type: DeleteOnTrigger + - type: Projectile + damage: + types: + Heat: 15 + +- type: entity + id: PelletKS23Smoke + name: smoke (.90) + noSpawn: true + parent: [ BaseBullet, BaseBulletTrigger ] + components: + - type: Sprite + sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi + state: slug + - type: SmokeOnTrigger + duration: 5 + smokePrototype: Smoke + solution: + reagents: + - ReagentId: TearGas + Quantity: 50 + spreadAmount: 1 + - type: ActiveTimerTrigger + timeRemaining: 1 + - type: DeleteOnTrigger + - type: Projectile + damage: + types: + Blunt: 10 + +- type: entity + id: PelletKS23Base + name: (.90) + noSpawn: true + parent: BaseBullet + components: + - type: Sprite + sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi + state: buckshot + - type: Projectile + damage: + types: + Piercing: 10 + +- type: entity + id: PelletKS23BaseSpread + noSpawn: true + parent: PelletKS23Base + components: + - type: ProjectileSpread + proto: PelletKS23Base + count: 6 + spread: 15 + +- type: entity + id: PelletKS23Beanbag + name: beanbag (.90) + noSpawn: true + parent: BaseBullet + components: + - type: Sprite + sprite: Objects/Weapons/Guns/Projectiles/projectiles2.rsi + state: buckshot + - type: Projectile + damage: + types: + Blunt: 10 + - type: StaminaDamageOnCollide + damage: 60 diff --git a/Resources/Prototypes/Corvax/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml b/Resources/Prototypes/Corvax/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml new file mode 100644 index 00000000000..8d4810b8c6b --- /dev/null +++ b/Resources/Prototypes/Corvax/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml @@ -0,0 +1,23 @@ +- type: entity + parent: BaseWeaponShotgun + id: WeaponShotgunKS23 + name: Shotgun KS23 + components: + - type: Sprite + sprite: /Textures/Corvax/Objects/Weapons/Guns/Shotguns/ks23.rsi + scale: 0.8, 0.8 + state: icon + - type: Item + size: Normal + shape: + - 0,0,3,0 + - type: Clothing + sprite: /Textures/Corvax/Objects/Weapons/Guns/Shotguns/ks23.rsi + - type: Gun + fireRate: 1 + - type: BallisticAmmoProvider + whitelist: + tags: + - ShellKS23 + capacity: 3 + proto: ShellKS23Base \ No newline at end of file diff --git a/Resources/Prototypes/Corvax/Recipes/Lathes/security.yml b/Resources/Prototypes/Corvax/Recipes/Lathes/security.yml new file mode 100644 index 00000000000..2ee9d49d502 --- /dev/null +++ b/Resources/Prototypes/Corvax/Recipes/Lathes/security.yml @@ -0,0 +1,37 @@ +- type: latheRecipe + id: ShellKS23Flashbang + result: ShellKS23Flashbang + category: Ammo + completetime: 1 + materials: + Steel: 40 + Plastic: 40 + Glass: 20 + +- type: latheRecipe + id: ShellKS23Smoke + result: ShellKS23Smoke + category: Ammo + completetime: 1 + materials: + Steel: 20 + Plastic: 30 + Glass: 20 + +- type: latheRecipe + id: ShellKS23Beanbag + result: ShellKS23Beanbag + category: Ammo + completetime: 1 + materials: + Steel: 30 + Plastic: 20 + +- type: latheRecipe + id: ShellKS23Base + result: ShellKS23Base + category: Ammo + completetime: 1 + materials: + Steel: 20 + Plastic: 10 \ No newline at end of file diff --git a/Resources/Prototypes/Corvax/tags.yml b/Resources/Prototypes/Corvax/tags.yml index d6d7fa8dadb..069d9ee5e3c 100644 --- a/Resources/Prototypes/Corvax/tags.yml +++ b/Resources/Prototypes/Corvax/tags.yml @@ -23,4 +23,7 @@ id: ShuttleMagnumRifleAmmoBox - type: Tag - id: Postman \ No newline at end of file + id: Postman + +- type: Tag + id: ShellKS23 \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 7351c2a6d87..7cfd36ff751 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -434,6 +434,10 @@ - WeaponXrayCannon # Frontier - SpeedLoaderRifleHeavyIncendiary # Frontier - SpeedLoaderRifleHeavyUranium # Frontier + - ShellKS23Smoke # Corvax-Frontier + - ShellKS23Flashbang # Corvax-Frontier + - ShellKS23Beanbag # Corvax-Frontier + - ShellKS23Base # Corvax-Frontier - MagazineBoxVector22Incendiary #Corvax-Frontier - MagazineBoxVector22Uranium #Corvax-Frontier - MagazineVector22Incendiary #Corvax-Frontier @@ -842,6 +846,8 @@ - MagazineVector45Empty - MagazineVector22 - MagazineVector22Empty + - ShellKS23Beanbag # Corvax-Frontier + - ShellKS23Base # Corvax-Frontier - ClothingOuterHardsuitSecurity - ClothingOuterHardsuitWarden - ClothingOuterHardsuitBrigmedic @@ -930,6 +936,8 @@ - ShuttleSmgRifleAmmoBox - ShuttleRifleAmmoBox - ShuttleMagnumRifleAmmoBox + - ShellKS23Smoke # Corvax-Frontier + - ShellKS23Flashbang # Corvax-Frontier #Corvax-Frontier End - type: MaterialStorage whitelist: @@ -984,6 +992,8 @@ - SpeedLoaderMagnumEmpty - SpeedLoaderRifleHeavy # Frontier - SpeedLoaderRifleHeavyEmpty # Frontier + - ShellKS23Beanbag # Corvax-Frontier + - ShellKS23Base # Corvax-Frontier - 10roundmagazine #frontier by VividPups - 10roundmagazineempty #frontier by VividPups - MagazineBoxVector45 #CorvaxFrontier diff --git a/Resources/Prototypes/Research/arsenal.yml b/Resources/Prototypes/Research/arsenal.yml index 61ce445f667..4fd8d9d672a 100644 --- a/Resources/Prototypes/Research/arsenal.yml +++ b/Resources/Prototypes/Research/arsenal.yml @@ -73,7 +73,9 @@ - MagazineBoxLightRifleRubber # Frontier - MagazineBoxMagnumRubber # Frontier - MagazineBoxPistolRubber # Frontier - - MagazineBoxRifleRubber # Frontier + - MagazineBoxRifleRubber # Frontier + - ShellKS23Smoke # Corvax-Frontier + - ShellKS23Flashbang # Corvax-Frontier - MagazineBoxVector22Practice #CorvaxFrontier - MagazineVector22Practice #CorvaxFrontier - MagazineBoxVector45Practice #CorvaxFrontier @@ -249,4 +251,4 @@ - ShuttleRifleAmmoBox - ShuttleMagnumRifleAmmoBox technologyPrerequisites: - - BasicShuttleArmament \ No newline at end of file + - BasicShuttleArmament diff --git a/Resources/Prototypes/_NF/Catalog/security_uplink_catalog.yml b/Resources/Prototypes/_NF/Catalog/security_uplink_catalog.yml index 0a87806389a..07e0b88fb20 100644 --- a/Resources/Prototypes/_NF/Catalog/security_uplink_catalog.yml +++ b/Resources/Prototypes/_NF/Catalog/security_uplink_catalog.yml @@ -421,6 +421,26 @@ whitelist: - Sheriff +- type: listing + id: UplinkSecurityKS23 + name: uplink-security-ks23-name + description: uplink-security-ks23-desc + productEntity: WeaponShotgunKS23 + icon: { sprite: /Textures/Corvax/Objects/Weapons/Guns/Shotguns/ks23.rsi, state: icon } + cost: + FrontierUplinkCoin: 3 + categories: + - UplinkSecurityWeapons + conditions: + - !type:StoreWhitelistCondition + whitelist: + tags: + - SecurityUplink + - !type:BuyerJobCondition + whitelist: + - Bailiff + - SeniorOfficer + - Sheriff - type: listing id: UplinkSecurityHolo @@ -564,6 +584,38 @@ tags: - SecurityUplink +- type: listing + id: UplinkSecurityKS23Flashbang + name: uplink-security-magazineks23flashbang-name + description: uplink-security-magazineks23flashbang-desc + productEntity: BoxMagazineKS23Flashbang + icon: { sprite: Objects/Storage/boxes.rsi, state: box } + cost: + FrontierUplinkCoin: 2 + categories: + - UplinkSecurityAmmo + conditions: + - !type:StoreWhitelistCondition + whitelist: + tags: + - SecurityUplink + +- type: listing + id: UplinkSecurityKS23Smoke + name: uplink-security-magazineks23smoke-name + description: uplink-security-magazineks23smoke-desc + productEntity: BoxMagazineKS23Smoke + icon: { sprite: Objects/Storage/boxes.rsi, state: box } + cost: + FrontierUplinkCoin: 2 + categories: + - UplinkSecurityAmmo + conditions: + - !type:StoreWhitelistCondition + whitelist: + tags: + - SecurityUplink + - type: listing id: UplinkSecurity20RifleMagazine name: uplink-security-20riflemagazine-name diff --git a/Resources/Prototypes/_NF/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/_NF/Entities/Structures/Machines/lathe.yml index 5526bd07386..45c81aeb1a2 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Machines/lathe.yml @@ -501,6 +501,8 @@ - MagazineBoxLightRifle - MagazineBoxPistol - MagazineBoxRifle + - ShellKS23Beanbag # Corvax-Frontier + - ShellKS23Base # Corvax-Frontier ## Mags / Speedloaders / Clips - MagazineNovaliteC1Empty - MagazineNovaliteC1 @@ -592,6 +594,8 @@ - MagazineBoxPistolRubber - MagazineBoxRifleRubber - MagazineShotgunBeanbag + - ShellKS23Smoke # Corvax-Frontier + - ShellKS23Flashbang # Corvax-Frontier - type: entity id: MercenaryTechFabHacked @@ -793,4 +797,4 @@ - MagazineBoxLightRifleUranium - MagazineBoxMagnumUranium - MagazineBoxPistolUranium - - MagazineBoxRifleUranium \ No newline at end of file + - MagazineBoxRifleUranium diff --git a/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/base-spent.png b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/base-spent.png new file mode 100644 index 00000000000..a30455ee819 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/base-spent.png differ diff --git a/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/base.png b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/base.png new file mode 100644 index 00000000000..a30455ee819 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/base.png differ diff --git a/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/beanbag-spent.png b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/beanbag-spent.png new file mode 100644 index 00000000000..7bf8dc55a14 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/beanbag-spent.png differ diff --git a/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/beanbag.png b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/beanbag.png new file mode 100644 index 00000000000..7bf8dc55a14 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/beanbag.png differ diff --git a/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/flashbang-spent.png b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/flashbang-spent.png new file mode 100644 index 00000000000..78ee323eb36 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/flashbang-spent.png differ diff --git a/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/flashbang.png b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/flashbang.png new file mode 100644 index 00000000000..78ee323eb36 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/flashbang.png differ diff --git a/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/meta.json b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/meta.json new file mode 100644 index 00000000000..bf2c0d3eede --- /dev/null +++ b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/meta.json @@ -0,0 +1,35 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by FireFoxPhoenix", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "smoke-spent" + }, + { + "name": "flashbang" + }, + { + "name": "flashbang-spent" + }, + { + "name": "smoke" + }, + { + "name": "beanbag-spent" + }, + { + "name": "beanbag" + }, + { + "name": "base-spent" + }, + { + "name": "base" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/smoke-spent.png b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/smoke-spent.png new file mode 100644 index 00000000000..75ed00ce83d Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/smoke-spent.png differ diff --git a/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/smoke.png b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/smoke.png new file mode 100644 index 00000000000..75ed00ce83d Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Weapons/Guns/Ammunition/Casings/ks23_shell.rsi/smoke.png differ diff --git a/Resources/Textures/Corvax/Objects/Weapons/Guns/Shotguns/ks23.rsi/equipped-BACKPACK.png b/Resources/Textures/Corvax/Objects/Weapons/Guns/Shotguns/ks23.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..79fe8aa7cd2 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Weapons/Guns/Shotguns/ks23.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Corvax/Objects/Weapons/Guns/Shotguns/ks23.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Corvax/Objects/Weapons/Guns/Shotguns/ks23.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 00000000000..79fe8aa7cd2 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Weapons/Guns/Shotguns/ks23.rsi/equipped-SUITSTORAGE.png differ diff --git a/Resources/Textures/Corvax/Objects/Weapons/Guns/Shotguns/ks23.rsi/icon.png b/Resources/Textures/Corvax/Objects/Weapons/Guns/Shotguns/ks23.rsi/icon.png new file mode 100644 index 00000000000..46549af21b7 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Weapons/Guns/Shotguns/ks23.rsi/icon.png differ diff --git a/Resources/Textures/Corvax/Objects/Weapons/Guns/Shotguns/ks23.rsi/meta.json b/Resources/Textures/Corvax/Objects/Weapons/Guns/Shotguns/ks23.rsi/meta.json new file mode 100644 index 00000000000..f5019700d61 --- /dev/null +++ b/Resources/Textures/Corvax/Objects/Weapons/Guns/Shotguns/ks23.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by Terka", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + } + ] +} \ No newline at end of file