Shuttle guns new sounds (#24714)

* new sounds

* fix

* fix sound

* some tweak
This commit is contained in:
Ed
2024-01-30 16:28:16 +03:00
committed by GitHub
parent 14a4b5a171
commit 60c5797807
6 changed files with 14 additions and 19 deletions

View File

@@ -22,3 +22,8 @@
license: "CC-BY-SA-3.0" license: "CC-BY-SA-3.0"
copyright: "Taken from tgstation" copyright: "Taken from tgstation"
source: "https://github.com/tgstation/tgstation/tree/88d7dbfc105fbf40284d7b7c4587f8d23c0ac3ac" source: "https://github.com/tgstation/tgstation/tree/88d7dbfc105fbf40284d7b7c4587f8d23c0ac3ac"
- files: ["ship_duster.ogg", "ship_friendship.ogg", "ship_svalinn.ogg", "ship_perforator.ogg"]
license: "CC0-1.0"
copyright: "Created by MIXnikita for Space Station 14"
source: "https://github.com/MIXnikita"

Binary file not shown.

Binary file not shown.

View File

@@ -15,6 +15,9 @@
bodyType: Static bodyType: Static
- type: ContainerContainer - type: ContainerContainer
- type: Gun - type: Gun
selectedMode: SemiAuto
availableModes:
- SemiAuto
- type: Fixtures - type: Fixtures
fixtures: fixtures:
fix1: fix1:
@@ -82,11 +85,8 @@
- type: Gun - type: Gun
fireRate: 5 fireRate: 5
useKey: false useKey: false
selectedMode: SemiAuto
availableModes:
- SemiAuto
soundGunshot: soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg path: /Audio/Weapons/Guns/Gunshots/ship_svalinn.ogg
params: params:
variation: 0.05 variation: 0.05
- type: MagazineVisuals - type: MagazineVisuals
@@ -137,12 +137,8 @@
acts: ["Destruction"] acts: ["Destruction"]
- type: Gun - type: Gun
fireRate: 1 fireRate: 1
useKey: false
selectedMode: SemiAuto
availableModes:
- SemiAuto
soundGunshot: soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/laser_cannon2.ogg path: /Audio/Weapons/Guns/Gunshots/ship_perforator.ogg
params: params:
variation: 0.05 variation: 0.05
- type: MagazineVisuals - type: MagazineVisuals
@@ -195,15 +191,12 @@
acts: ["Destruction"] acts: ["Destruction"]
- type: Gun - type: Gun
projectileSpeed: 80 projectileSpeed: 80
fireRate: 4 fireRate: 1
angleDecay: 45 angleDecay: 45
minAngle: 0 minAngle: 0
maxAngle: 15 maxAngle: 15
selectedMode: FullAuto
availableModes:
- FullAuto
soundGunshot: soundGunshot:
path: /Audio/Items/Mining/fultext_launch.ogg path: /Audio/Weapons/Guns/Gunshots/ship_friendship.ogg
params: params:
pitch: 0.8 pitch: 0.8
soundEmpty: soundEmpty:
@@ -252,11 +245,8 @@
- type: Gun - type: Gun
projectileSpeed: 40 projectileSpeed: 40
fireRate: 0.3 fireRate: 0.3
selectedMode: FullAuto
availableModes:
- FullAuto
soundGunshot: soundGunshot:
path: /Audio/Items/Mining/fultext_launch.ogg path: /Audio/Weapons/Guns/Gunshots/ship_duster.ogg
params: params:
variation: 0.05 variation: 0.05
pitch: 0.8 pitch: 0.8