diff --git a/Resources/Audio/Backmen/Weapons/Energy/Resources_Audio_DeltaV_Weapons_Guns_Gunshots_laser.ogg b/Resources/Audio/Backmen/Weapons/Energy/Resources_Audio_DeltaV_Weapons_Guns_Gunshots_laser.ogg new file mode 100644 index 00000000000..e50201e403d Binary files /dev/null and b/Resources/Audio/Backmen/Weapons/Energy/Resources_Audio_DeltaV_Weapons_Guns_Gunshots_laser.ogg differ diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/guns/battery/battery_guns.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/guns/battery/battery_guns.ftl index 84e1b56bf63..af6fe3f17f7 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/guns/battery/battery_guns.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/guns/battery/battery_guns.ftl @@ -50,3 +50,5 @@ ent-WeaponBehonkerLaser = eye of a behonker .desc = The eye of a behonker, it fires a laser when squeezed. ent-WeaponEnergyShotgun = energy shotgun .desc = A one-of-a-kind prototype energy weapon that uses various shotgun configurations. It offers the possibility of both lethal and non-lethal shots, making it a versatile weapon. +ent-WeaponMultiphaseEnergyGun = X-01 multiphase energy gun + .desc = Nanotrasen's first attempt to remake the Antique Laser Gun. Has more firing modes on offer but lacks the ability to self-recharge. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/backmen/entities/objects/weapons/guns/battery/X01.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/backmen/entities/objects/weapons/guns/battery/X01.ftl new file mode 100644 index 00000000000..8f9492a2b73 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/backmen/entities/objects/weapons/guns/battery/X01.ftl @@ -0,0 +1,2 @@ +ent-WeaponMultiphaseEnergyGun = мультифазная энергетическая пушка X-01 + .desc = Первая попытка Nanotrasen переделать антикварный лазерный пистолет. Имеет больше режимов стрельбы, но не имеет возможности самозарядки. diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml index 24c554842d4..66eefe238c1 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml @@ -577,10 +577,13 @@ - type: Clothing sprite: Objects/Weapons/Guns/Battery/antiquelasergun.rsi - type: Gun + projectileSpeed: 40 #Backmen edit soundGunshot: - path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg - - type: HitscanBatteryAmmoProvider - proto: RedMediumLaser + path: /Audio/Backmen/Weapons/Energy/Resources_Audio_DeltaV_Weapons_Guns_Gunshots_laser.ogg #Backmen edit + params: + volume: -2 + - type: ProjectileBatteryAmmoProvider #Backmen edit + proto: BulletEnergyGunLaserMk2 fireCost: 100 - type: BatterySelfRecharger autoRecharge: true @@ -596,7 +599,7 @@ - Sidearm - WeaponAntiqueLaser - type: StaticPrice - price: 750 + price: 5750 #Backmen edit - type: StealTarget stealGroup: WeaponAntiqueLaser - type: SentienceTarget # I hope this is only the captain's gun diff --git a/Resources/Prototypes/_Backmen/Entities/Objects/Weapons/Guns/Energy/hitscan.yml b/Resources/Prototypes/_Backmen/Entities/Objects/Weapons/Guns/Energy/hitscan.yml index 2d917b87d55..4f399bea5e5 100644 --- a/Resources/Prototypes/_Backmen/Entities/Objects/Weapons/Guns/Energy/hitscan.yml +++ b/Resources/Prototypes/_Backmen/Entities/Objects/Weapons/Guns/Energy/hitscan.yml @@ -15,15 +15,19 @@ - type: Clothing sprite: Backmen/Objects/Weapons/Guns/Energy/x01.rsi - type: Gun - projectileSpeed: 75 + projectileSpeed: 40 + soundGunshot: + path: /Audio/Backmen/Weapons/Energy/Resources_Audio_DeltaV_Weapons_Guns_Gunshots_laser.ogg + params: + volume: -2 - type: Item size: SmallNormal - type: ProjectileBatteryAmmoProvider - proto: X01Attack + proto: BulletEnergyGunLaserMk2 fireCost: 100 - type: BatteryWeaponFireModes fireModes: - - proto: X01Attack + - proto: BulletEnergyGunLaserMk2 fireCost: 100 - proto: BulletDisabler fireCost: 75 @@ -37,7 +41,7 @@ - type: Appearance - type: StaticPrice price: 5750 - + - type: entity name: лазерная пуля id: X01Attack @@ -54,6 +58,53 @@ types: Heat: 22 +- type: entity + name: лазерная пуля + id: BulletEnergyGunLaserMk2 + parent: EmitterBolt + categories: [ HideSpawnMenu ] + components: + - type: Reflective + reflective: + - Energy + - type: FlyBySound + sound: + collection: EnergyMiss + params: + volume: 5 + - type: Sprite + sprite: Objects/Weapons/Guns/Projectiles/projectiles_tg.rsi + layers: + - state: omnilaser_greyscale + shader: unshaded + color: red + - type: Projectile + impactEffect: BulletImpactEffectRedDisabler + damage: + types: + Heat: 20 # Slightly more damage than the 17heat from the Captain's Hitscan lasgun + soundHit: + collection: MeatLaserImpact + +- type: entity + id: BulletImpactEffectRedDisabler + categories: [ HideSpawnMenu ] + components: + - type: TimedDespawn + lifetime: 0.2 + - type: Sprite + drawdepth: Effects + layers: + - shader: unshaded + map: ["enum.EffectLayers.Unshaded"] + sprite: Objects/Weapons/Guns/Projectiles/projectiles_tg.rsi + state: impact_laser_greyscale + color: red + - type: EffectVisuals + - type: Tag + tags: + - HideContextMenu + - type: entity name: 45MW.TRG parent: BaseWeaponBatterySmall diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/base.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/base.png index 50d2f7838ba..49f49671314 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/base.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/base.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 00000000000..a4d64471de7 Binary files /dev/null and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/equipped-SUITSTORAGE.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/icon.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/icon.png index 1a295cd7f87..8ae87096bd6 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/icon.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left-0.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left-0.png index 73d17f58e70..76f2e158c64 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left-0.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left-0.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left-1.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left-1.png index 73d17f58e70..b795aabccb4 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left-1.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left-1.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left-2.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left-2.png index 73d17f58e70..81070389ffd 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left-2.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left-2.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left-3.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left-3.png index 73d17f58e70..79eac99f9c1 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left-3.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left-3.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left.png index 73d17f58e70..35e871459df 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right-0.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right-0.png index a6b053d617f..7233f04157e 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right-0.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right-0.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right-1.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right-1.png index a6b053d617f..f0de2171388 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right-1.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right-1.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right-2.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right-2.png index a6b053d617f..38745aeb601 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right-2.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right-2.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right-3.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right-3.png index a6b053d617f..754bb3ff12c 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right-3.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right-3.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right.png index a6b053d617f..0f537a48196 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-0.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-0.png index 0282360aeed..262cc20fed6 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-0.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-0.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-1.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-1.png index 4b7196773ec..dba4e722d93 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-1.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-1.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-2.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-2.png index de3f621f484..e07e85a4cb7 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-2.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-2.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-3.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-3.png index b0c11d67937..2754811fb70 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-3.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-3.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-4.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-4.png index c1ed2e9efd7..b5b97de4ef3 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-4.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/mag-unshaded-4.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/meta.json b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/meta.json index b923e958ce4..7f0cdb17b87 100644 --- a/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/meta.json +++ b/Resources/Textures/Backmen/Objects/Weapons/Guns/Energy/x01.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "taken from tg station at commit https://github.com/tgstation/tgstation/pull/44216", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/484fcb08e8e2058b81059424fb5aa77034a3fcf1. Multiphase variant spriyed by Agronomist", "size": { "x": 32, "y": 32 @@ -13,15 +13,17 @@ { "name": "base" }, - { - "name": "mag-unshaded-0", + { + "name": "mag-unshaded-0", "delays": [ - [ - 0.5, - 0.5 - ] + [ + 0.1, + 0.1, + 0.1, + 0.1 + ] ] - }, + }, { "name": "mag-unshaded-1" }, @@ -36,11 +38,47 @@ }, { "name": "inhand-left-0", - "directions": 4 + "directions": 4, + "delays": [ + [ + 0.3, + 0.3 + ], + [ + 0.3, + 0.3 + ], + [ + 0.3, + 0.3 + ], + [ + 0.3, + 0.3 + ] + ] }, { "name": "inhand-right-0", - "directions": 4 + "directions": 4, + "delays": [ + [ + 0.3, + 0.3 + ], + [ + 0.3, + 0.3 + ], + [ + 0.3, + 0.3 + ], + [ + 0.3, + 0.3 + ] + ] }, { "name": "inhand-left-1", @@ -78,6 +116,10 @@ "name": "equipped-BELT", "directions": 4 }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + }, { "name": "redtrac" } diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/base.png b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/base.png index 003858cf9d9..398032cf36c 100644 Binary files a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/base.png and b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/base.png differ diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/icon.png b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/icon.png index 88be89b3780..5aa2e21ce18 100644 Binary files a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/icon.png and b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-0.png b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-0.png index 042d52f5d74..262cc20fed6 100644 Binary files a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-0.png and b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-0.png differ diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-1.png b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-1.png index 5e64562bdc3..c73a59a863b 100644 Binary files a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-1.png and b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-1.png differ diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-2.png b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-2.png index df4767bff9f..d0f1fbfec69 100644 Binary files a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-2.png and b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-2.png differ diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-3.png b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-3.png index fcbbc48af1a..ecf2375729d 100644 Binary files a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-3.png and b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-3.png differ diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-4.png b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-4.png index 40e557d736c..9ae2c3610a1 100644 Binary files a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-4.png and b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/mag-unshaded-4.png differ diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/meta.json index 5a5612d76ae..3f3d4bc1dcf 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/meta.json @@ -1,80 +1,124 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "icon by RiceMar1244 based on icon taken from tg station at commit https://github.com/tgstation/tgstation/commit/8b7f8ba6a3327c7381967c550f185dffafd11a57", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "base" - }, - { - "name": "mag-unshaded-0" - }, - { - "name": "mag-unshaded-1" - }, - { - "name": "mag-unshaded-2" - }, - { - "name": "mag-unshaded-3" - }, - { - "name": "mag-unshaded-4" - }, - { - "name": "inhand-left-0", - "directions": 4 - }, - { - "name": "inhand-right-0", - "directions": 4 - }, - { - "name": "inhand-left-1", - "directions": 4 - }, - { - "name": "inhand-right-1", - "directions": 4 - }, - { - "name": "inhand-left-2", - "directions": 4 - }, - { - "name": "inhand-right-2", - "directions": 4 - }, - { - "name": "inhand-left-3", - "directions": 4 - }, - { - "name": "inhand-right-3", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-BELT", - "directions": 4 - }, - { - "name": "equipped-SUITSTORAGE", - "directions": 4 - } - ] - } + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/484fcb08e8e2058b81059424fb5aa77034a3fcf1", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "base" + }, + { + "name": "mag-unshaded-0", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "mag-unshaded-1" + }, + { + "name": "mag-unshaded-2" + }, + { + "name": "mag-unshaded-3" + }, + { + "name": "mag-unshaded-4" + }, + { + "name": "inhand-left-0", + "directions": 4, + "delays": [ + [ + 0.3, + 0.3 + ], + [ + 0.3, + 0.3 + ], + [ + 0.3, + 0.3 + ], + [ + 0.3, + 0.3 + ] + ] + }, + { + "name": "inhand-right-0", + "directions": 4, + "delays": [ + [ + 0.3, + 0.3 + ], + [ + 0.3, + 0.3 + ], + [ + 0.3, + 0.3 + ], + [ + 0.3, + 0.3 + ] + ] + }, + { + "name": "inhand-left-1", + "directions": 4 + }, + { + "name": "inhand-right-1", + "directions": 4 + }, + { + "name": "inhand-left-2", + "directions": 4 + }, + { + "name": "inhand-right-2", + "directions": 4 + }, + { + "name": "inhand-left-3", + "directions": 4 + }, + { + "name": "inhand-right-3", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + } + ] +}