Skip to content

Commit

Permalink
Merge pull request #288 from Schrodinger71/new_sounds
Browse files Browse the repository at this point in the history
New sounds for cyborg
  • Loading branch information
Schrodinger71 authored Jan 7, 2024
2 parents 1a1ffff + b4ce089 commit 7b769cc
Show file tree
Hide file tree
Showing 26 changed files with 50 additions and 5 deletions.
Binary file added Resources/Audio/ADT/Footsteps/boots1.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/boots2.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/boots3.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/borg_deathsound.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/combine/die1.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/combine/die2.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/combine/die3.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/combine/die4.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/gear1.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/gear2.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/gear3.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/gear4.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/gear5.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/gear6.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/off.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/off1.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/off2.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/off3.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/say/off1.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/say/off2.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/say/off3.ogg
Binary file not shown.
Binary file added Resources/Audio/ADT/Footsteps/say/off4.ogg
Binary file not shown.
2 changes: 1 addition & 1 deletion Resources/Locale/ru-RU/ADT/Objects/Mobs/cyborg_sec.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ ent-ADTEmitterBoltCyb = кинетический выстрел
.desc = { ent-BaseBullet.desc }
ent-ADtWeaponSecCyborg = Импульсный пистолет киборга
.desc = Импульсный пистолет, который входит в снаряжение киборга Службы Безопасности. Украшен яркими энергетическими всплеска, а также присутствует способность самостоятельно перезаряжаться с течением времени.
.desc = Импульсный пистолет, который входит в снаряжение киборга Службы Безопасности. Присутствует несколько режимов стрельбы. Украшен яркими энергетическими всплеска, а также присутствует способность самостоятельно перезаряжаться с течением времени.
ent-ADTClothingBackpackSecurityCyb = рюкзак киборга
.desc = Вместительный рюкзак с множеством карманов.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- type: Clothing
sprite: ADT/Mobs/Silicon/Cyborg/cyb_gun.rsi
- type: Gun
fireRate: 2
fireRate: 1.7
soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg
- type: ProjectileBatteryAmmoProvider
Expand All @@ -34,11 +34,11 @@
- type: BatteryWeaponFireModes
fireModes:
- proto: BulletDisabler
fireCost: 60
fireCost: 70
- proto: ADTEmitterBoltCyb
fireCost: 100
fireCost: 200
- proto: ADTAnomalousParticleOmegaStrongCyb
fireCost: 100
fireCost: 200
- type: Battery
maxCharge: 2220
startingCharge: 2220
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,18 @@
nameSegments: [names_sec_cyb]
- type: Damageable
damageModifierSet: ADTSecurityCybDamagModSet
- type: TriggerOnMobstateChange
mobState:
- Critical
- type: EmitSoundOnTrigger
sound:
collection: SoldierDeath
- type: Speech
speechSounds: Metrocop
soundCooldownTime: 0.5
# - type: Speech
# speechSounds: Combine
# soundCooldownTime: 0.1

- type: entity
save: false
Expand Down
33 changes: 33 additions & 0 deletions Resources/Prototypes/ADT/Entities/Mobs/SecurityCyborg/sounds.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
- type: speechSounds
id: Metrocop
saySound:
path: /Audio/ADT/Footsteps/say/off2.ogg
askSound:
path: /Audio/ADT/Footsteps/say/off1.ogg
exclaimSound:
path: /Audio/ADT/Footsteps/say/off3.ogg

- type: speechSounds
id: Combine
saySound:
path: /Audio/ADT/Footsteps/off2.ogg
askSound:
path: /Audio/ADT/Footsteps/off3.ogg
exclaimSound:
path: /Audio/ADT/Footsteps/off1.ogg

- type: soundCollection
id: Metrocop
files:
- /Audio/ADT/Footsteps/say/off1.ogg
- /Audio/ADT/Footsteps/say/off2.ogg
- /Audio/ADT/Footsteps/say/off3.ogg
- /Audio/ADT/Footsteps/say/off4.ogg

- type: soundCollection
id: SoldierDeath
files:
- /Audio/ADT/Footsteps/combine/die1.ogg
- /Audio/ADT/Footsteps/combine/die2.ogg
- /Audio/ADT/Footsteps/combine/die3.ogg
- /Audio/ADT/Footsteps/combine/die4.ogg

0 comments on commit 7b769cc

Please sign in to comment.