больше
@@ -801,6 +801,7 @@
|
|||||||
id: WeaponEgun
|
id: WeaponEgun
|
||||||
description: Egun
|
description: Egun
|
||||||
components:
|
components:
|
||||||
|
- type: WeaponModules
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Weapons/Guns/Battery/egun.rsi
|
sprite: Objects/Weapons/Guns/Battery/egun.rsi
|
||||||
layers:
|
layers:
|
||||||
@@ -812,6 +813,10 @@
|
|||||||
- state: mag-twomode2-4
|
- state: mag-twomode2-4
|
||||||
map: ["enum.GunVisualLayers.TwoModeSecond"]
|
map: ["enum.GunVisualLayers.TwoModeSecond"]
|
||||||
shader: unshaded
|
shader: unshaded
|
||||||
|
- state: aim_module
|
||||||
|
visible: false
|
||||||
|
sprite: White/Objects/Weapons/modulesOnEGUN.rsi
|
||||||
|
map: [ "enum.ModuleVisualState.AimModule" ]
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Objects/Weapons/Guns/Battery/egun.rsi
|
sprite: Objects/Weapons/Guns/Battery/egun.rsi
|
||||||
quickEquip: false
|
quickEquip: false
|
||||||
@@ -842,3 +847,16 @@
|
|||||||
size: Large
|
size: Large
|
||||||
shape:
|
shape:
|
||||||
- 0, 0, 3, 1
|
- 0, 0, 3, 1
|
||||||
|
- type: ItemSlots
|
||||||
|
slots:
|
||||||
|
aim_module:
|
||||||
|
name: Aim Module
|
||||||
|
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
|
||||||
|
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
|
||||||
|
priority: 3
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- HolographicAimModule
|
||||||
|
- type: ContainerContainer
|
||||||
|
containers:
|
||||||
|
aim_module: !type:ContainerSlot
|
||||||
|
|||||||
@@ -304,12 +304,22 @@
|
|||||||
description: The sidearm of any self respecting officer. Comes in .45 magnum, the lord's caliber.
|
description: The sidearm of any self respecting officer. Comes in .45 magnum, the lord's caliber.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Weapons/Guns/Pistols/N1984.rsi
|
sprite: White/Objects/Weapons/Guns/Pistols/N1984.rsi
|
||||||
layers:
|
layers:
|
||||||
- state: base
|
- state: base
|
||||||
map: ["enum.GunVisualLayers.Base"]
|
map: ["enum.GunVisualLayers.Base"]
|
||||||
- state: mag-0
|
- state: mag-0
|
||||||
map: ["enum.GunVisualLayers.Mag"]
|
map: ["enum.GunVisualLayers.Mag"]
|
||||||
|
- state: barrel_module
|
||||||
|
visible: false
|
||||||
|
map: [ "enum.ModuleVisualState.BarrelModule" ]
|
||||||
|
- state: handguard_module
|
||||||
|
visible: false
|
||||||
|
map: [ "enum.ModuleVisualState.HandGuardModule" ]
|
||||||
|
- state: aim_module
|
||||||
|
visible: false
|
||||||
|
sprite: White/Objects/Weapons/modulesOnPistols.rsi
|
||||||
|
map: [ "enum.ModuleVisualState.AimModule" ]
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Objects/Weapons/Guns/Pistols/N1984.rsi
|
sprite: Objects/Weapons/Guns/Pistols/N1984.rsi
|
||||||
- type: Gun
|
- type: Gun
|
||||||
@@ -322,6 +332,7 @@
|
|||||||
- SemiAuto
|
- SemiAuto
|
||||||
soundGunshot:
|
soundGunshot:
|
||||||
path: /Audio/Weapons/Guns/Gunshots/mk58.ogg
|
path: /Audio/Weapons/Guns/Gunshots/mk58.ogg
|
||||||
|
- type: WeaponModules
|
||||||
- type: ItemSlots
|
- type: ItemSlots
|
||||||
slots:
|
slots:
|
||||||
gun_magazine:
|
gun_magazine:
|
||||||
@@ -329,7 +340,7 @@
|
|||||||
startingItem: MagazineMagnum
|
startingItem: MagazineMagnum
|
||||||
insertSound: /Audio/Weapons/Guns/MagIn/pistol_magin.ogg
|
insertSound: /Audio/Weapons/Guns/MagIn/pistol_magin.ogg
|
||||||
ejectSound: /Audio/Weapons/Guns/MagOut/pistol_magout.ogg
|
ejectSound: /Audio/Weapons/Guns/MagOut/pistol_magout.ogg
|
||||||
priority: 2
|
priority: 4
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- MagazineMagnum
|
- MagazineMagnum
|
||||||
@@ -340,6 +351,41 @@
|
|||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- CartridgeMagnum
|
- CartridgeMagnum
|
||||||
|
barrel_module:
|
||||||
|
name: Barrel Module
|
||||||
|
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
|
||||||
|
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
|
||||||
|
priority: 3
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- BaseBarrelModule
|
||||||
|
handguard_module:
|
||||||
|
name: Handguard Module
|
||||||
|
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
|
||||||
|
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
|
||||||
|
priority: 3
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- BaseHandGuardModule
|
||||||
|
aim_module:
|
||||||
|
name: Aim Module
|
||||||
|
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
|
||||||
|
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
|
||||||
|
priority: 3
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- HolographicAimModule
|
||||||
|
- type: ContainerContainer
|
||||||
|
containers:
|
||||||
|
gun_magazine: !type:ContainerSlot
|
||||||
|
gun_chamber: !type:ContainerSlot
|
||||||
|
handguard_module: !type:ContainerSlot
|
||||||
|
barrel_module: !type:ContainerSlot
|
||||||
|
aim_module: !type:ContainerSlot
|
||||||
|
- type: PointLight
|
||||||
|
enabled: false
|
||||||
|
autoRot: true
|
||||||
|
- type: Appearance
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: N1984
|
name: N1984
|
||||||
@@ -354,7 +400,7 @@
|
|||||||
startingItem: MagazineMagnumRubber
|
startingItem: MagazineMagnumRubber
|
||||||
insertSound: /Audio/Weapons/Guns/MagIn/pistol_magin.ogg
|
insertSound: /Audio/Weapons/Guns/MagIn/pistol_magin.ogg
|
||||||
ejectSound: /Audio/Weapons/Guns/MagOut/pistol_magout.ogg
|
ejectSound: /Audio/Weapons/Guns/MagOut/pistol_magout.ogg
|
||||||
priority: 2
|
priority: 4
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- MagazineMagnum
|
- MagazineMagnum
|
||||||
@@ -365,3 +411,27 @@
|
|||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- CartridgeMagnum
|
- CartridgeMagnum
|
||||||
|
barrel_module:
|
||||||
|
name: Barrel Module
|
||||||
|
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
|
||||||
|
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
|
||||||
|
priority: 3
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- BaseBarrelModule
|
||||||
|
handguard_module:
|
||||||
|
name: Handguard Module
|
||||||
|
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
|
||||||
|
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
|
||||||
|
priority: 3
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- BaseHandGuardModule
|
||||||
|
aim_module:
|
||||||
|
name: Aim Module
|
||||||
|
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
|
||||||
|
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
|
||||||
|
priority: 3
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- HolographicAimModule
|
||||||
|
|||||||
@@ -77,6 +77,16 @@
|
|||||||
map: ["enum.GunVisualLayers.Base"]
|
map: ["enum.GunVisualLayers.Base"]
|
||||||
- state: mag-0
|
- state: mag-0
|
||||||
map: ["enum.GunVisualLayers.Mag"]
|
map: ["enum.GunVisualLayers.Mag"]
|
||||||
|
- state: barrel_module
|
||||||
|
visible: false
|
||||||
|
map: [ "enum.ModuleVisualState.BarrelModule" ]
|
||||||
|
- state: handguard_module
|
||||||
|
visible: false
|
||||||
|
map: [ "enum.ModuleVisualState.HandGuardModule" ]
|
||||||
|
- state: aim_module
|
||||||
|
visible: false
|
||||||
|
sprite: White/Objects/Weapons/modulesOnAtreides.rsi
|
||||||
|
map: [ "enum.ModuleVisualState.AimModule" ]
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: White/Objects/Weapons/Guns/SMG/atreides-inhands.rsi
|
sprite: White/Objects/Weapons/Guns/SMG/atreides-inhands.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
@@ -85,10 +95,63 @@
|
|||||||
fireRate: 10
|
fireRate: 10
|
||||||
soundGunshot:
|
soundGunshot:
|
||||||
path: /Audio/Weapons/Guns/Gunshots/atreides.ogg
|
path: /Audio/Weapons/Guns/Gunshots/atreides.ogg
|
||||||
|
- type: WeaponModules
|
||||||
|
- type: ItemSlots
|
||||||
|
slots:
|
||||||
|
gun_magazine:
|
||||||
|
name: Magazine
|
||||||
|
startingItem: MagazinePistolSubMachineGun
|
||||||
|
insertSound: /Audio/Weapons/Guns/MagIn/smg_magin.ogg
|
||||||
|
ejectSound: /Audio/Weapons/Guns/MagOut/smg_magout.ogg
|
||||||
|
priority: 4
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- MagazinePistolSubMachineGun
|
||||||
|
gun_chamber:
|
||||||
|
name: Chamber
|
||||||
|
startingItem: CartridgePistol
|
||||||
|
priority: 1
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- CartridgePistol
|
||||||
|
barrel_module:
|
||||||
|
name: Barrel Module
|
||||||
|
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
|
||||||
|
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
|
||||||
|
priority: 3
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- BaseBarrelModule
|
||||||
|
handguard_module:
|
||||||
|
name: Handguard Module
|
||||||
|
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
|
||||||
|
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
|
||||||
|
priority: 3
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- BaseHandGuardModule
|
||||||
|
aim_module:
|
||||||
|
name: Aim Module
|
||||||
|
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
|
||||||
|
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
|
||||||
|
priority: 3
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- HolographicAimModule
|
||||||
|
- type: ContainerContainer
|
||||||
|
containers:
|
||||||
|
gun_magazine: !type:ContainerSlot
|
||||||
|
gun_chamber: !type:ContainerSlot
|
||||||
|
handguard_module: !type:ContainerSlot
|
||||||
|
barrel_module: !type:ContainerSlot
|
||||||
|
aim_module: !type:ContainerSlot
|
||||||
- type: MagazineVisuals
|
- type: MagazineVisuals
|
||||||
magState: mag
|
magState: mag
|
||||||
steps: 1
|
steps: 1
|
||||||
zeroVisible: true
|
zeroVisible: true
|
||||||
|
- type: PointLight
|
||||||
|
enabled: false
|
||||||
|
autoRot: true
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -254,14 +317,24 @@
|
|||||||
description: An excellent fully automatic Heavy SMG. Uses .45 magnum ammo.
|
description: An excellent fully automatic Heavy SMG. Uses .45 magnum ammo.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Weapons/Guns/SMGs/vector.rsi
|
sprite: White/Objects/Weapons/Guns/SMG/vector.rsi
|
||||||
layers:
|
layers:
|
||||||
- state: base
|
- state: base
|
||||||
map: ["enum.GunVisualLayers.Base"]
|
map: ["enum.GunVisualLayers.Base"]
|
||||||
- state: mag-0
|
- state: mag-0
|
||||||
map: ["enum.GunVisualLayers.Mag"]
|
map: ["enum.GunVisualLayers.Mag"]
|
||||||
|
- state: barrel_module
|
||||||
|
visible: false
|
||||||
|
map: [ "enum.ModuleVisualState.BarrelModule" ]
|
||||||
|
- state: handguard_module
|
||||||
|
visible: false
|
||||||
|
map: [ "enum.ModuleVisualState.HandGuardModule" ]
|
||||||
|
- state: aim_module
|
||||||
|
visible: false
|
||||||
|
sprite: White/Objects/Weapons/modulesOnVector.rsi
|
||||||
|
map: [ "enum.ModuleVisualState.AimModule" ]
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Objects/Weapons/Guns/SMGs/vector.rsi
|
sprite: White/Objects/Weapons/Guns/SMG/vector.rsi
|
||||||
- type: Gun
|
- type: Gun
|
||||||
fireRate: 6
|
fireRate: 6
|
||||||
selectedMode: FullAuto
|
selectedMode: FullAuto
|
||||||
@@ -269,6 +342,7 @@
|
|||||||
path: /Audio/Weapons/Guns/Gunshots/atreides.ogg
|
path: /Audio/Weapons/Guns/Gunshots/atreides.ogg
|
||||||
availableModes:
|
availableModes:
|
||||||
- FullAuto
|
- FullAuto
|
||||||
|
- type: WeaponModules
|
||||||
- type: ItemSlots
|
- type: ItemSlots
|
||||||
slots:
|
slots:
|
||||||
gun_magazine:
|
gun_magazine:
|
||||||
@@ -276,7 +350,7 @@
|
|||||||
startingItem: MagazineMagnumSubMachineGun
|
startingItem: MagazineMagnumSubMachineGun
|
||||||
insertSound: /Audio/Weapons/Guns/MagIn/smg_magin.ogg
|
insertSound: /Audio/Weapons/Guns/MagIn/smg_magin.ogg
|
||||||
ejectSound: /Audio/Weapons/Guns/MagOut/smg_magout.ogg
|
ejectSound: /Audio/Weapons/Guns/MagOut/smg_magout.ogg
|
||||||
priority: 2
|
priority: 4
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- MagazineMagnumSubMachineGun
|
- MagazineMagnumSubMachineGun
|
||||||
@@ -287,10 +361,44 @@
|
|||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- CartridgeMagnum
|
- CartridgeMagnum
|
||||||
|
barrel_module:
|
||||||
|
name: Barrel Module
|
||||||
|
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
|
||||||
|
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
|
||||||
|
priority: 3
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- BaseBarrelModule
|
||||||
|
handguard_module:
|
||||||
|
name: Handguard Module
|
||||||
|
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
|
||||||
|
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
|
||||||
|
priority: 3
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- BaseHandGuardModule
|
||||||
|
aim_module:
|
||||||
|
name: Aim Module
|
||||||
|
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
|
||||||
|
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
|
||||||
|
priority: 3
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- BaseAimModule
|
||||||
|
- type: ContainerContainer
|
||||||
|
containers:
|
||||||
|
gun_magazine: !type:ContainerSlot
|
||||||
|
gun_chamber: !type:ContainerSlot
|
||||||
|
handguard_module: !type:ContainerSlot
|
||||||
|
barrel_module: !type:ContainerSlot
|
||||||
|
aim_module: !type:ContainerSlot
|
||||||
- type: MagazineVisuals
|
- type: MagazineVisuals
|
||||||
magState: mag
|
magState: mag
|
||||||
steps: 1
|
steps: 1
|
||||||
zeroVisible: true
|
zeroVisible: true
|
||||||
|
- type: PointLight
|
||||||
|
enabled: false
|
||||||
|
autoRot: true
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -474,3 +582,27 @@
|
|||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- CartridgeMagnum
|
- CartridgeMagnum
|
||||||
|
barrel_module:
|
||||||
|
name: Barrel Module
|
||||||
|
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
|
||||||
|
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
|
||||||
|
priority: 3
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- BaseBarrelModule
|
||||||
|
handguard_module:
|
||||||
|
name: Handguard Module
|
||||||
|
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
|
||||||
|
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
|
||||||
|
priority: 3
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- BaseHandGuardModule
|
||||||
|
aim_module:
|
||||||
|
name: Aim Module
|
||||||
|
insertSound: /Audio/White/Gun/Modules/insertmodule.ogg
|
||||||
|
ejectSound: /Audio/White/Gun/Modules/ejectmodule.ogg
|
||||||
|
priority: 3
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- BaseAimModule
|
||||||
|
|||||||
|
After Width: | Height: | Size: 216 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 581 B |
|
After Width: | Height: | Size: 574 B |
|
After Width: | Height: | Size: 252 B |
|
After Width: | Height: | Size: 252 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 233 B |
|
After Width: | Height: | Size: 587 B |
|
After Width: | Height: | Size: 422 B |
|
After Width: | Height: | Size: 417 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 153 B |
@@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Created by IProduceWidgets (github) to make the style of desertrose at https://github.com/DesertRose2/desertrose/commit/120961e254d7f83a6e00a02c76e734f9e5019345, https://github.com/DesertRose2/desertrose/blob/master/icons/obj/guns/projectile.dmi",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "base"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "bolt-open"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mag-0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BELT",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "silencer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "light"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "laser"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "flamehider"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "accelerator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "barrel_module"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "handguard_module"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 220 B After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 207 B |
|
Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 232 B |
|
After Width: | Height: | Size: 253 B |
|
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 1.5 KiB |
@@ -21,6 +21,24 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "silencer"
|
"name": "silencer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "light"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "laser"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "flamehider"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "accelerator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "barrel_module"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "handguard_module"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 357 B |
|
After Width: | Height: | Size: 346 B |
|
After Width: | Height: | Size: 853 B |
|
After Width: | Height: | Size: 853 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 380 B |
|
After Width: | Height: | Size: 334 B |
|
After Width: | Height: | Size: 339 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 175 B |
@@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken/modified vgstation at https://github.com/vgstation-coders/vgstation13/pull/20330/commits/1604c9cc61a48585e25b5f9eba3e179c06362372, backpack sprite by Peptide (copy of Atreides), backpack sling sprite edited by Boaz1111",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "base"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "bolt-open"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mag-0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BACKPACK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "silencer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "light"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "laser"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "flamehider"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "accelerator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "barrel_module"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "handguard_module"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "made by Aviu",
|
||||||
|
"size": {
|
||||||
|
"x": 48,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "holographic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "telescopic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aim_module"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 183 B |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "made by Aviu",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "holographic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "telescopic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aim_module"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "made by Aviu",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "holographic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "telescopic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aim_module"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |