--
This commit is contained in:
parent
5ed977788c
commit
f500279abd
93 changed files with 1893 additions and 1198 deletions
|
|
@ -3,7 +3,7 @@
|
|||
(function (global) {
|
||||
// External audio replacement point. Add files and edit paths here; audio.js consumes this pack at startup.
|
||||
global.TARINAI_SOUND_PACK = Object.freeze({
|
||||
version: "1.3",
|
||||
version: "1.4",
|
||||
categoryGain: { voice: 3.2, notify: 18.0, ops: 16.0 },
|
||||
idGain: {
|
||||
sfx_notify: 2.60,
|
||||
|
|
@ -23,6 +23,10 @@
|
|||
sfx_firecracker_explode: 1.70,
|
||||
sfx_shoot: 0.725,
|
||||
sfx_bolt_action: 1.35,
|
||||
voice_major_damage_01: 1.0,
|
||||
voice_major_damage_02: 1.0,
|
||||
voice_major_damage_03: 1.0,
|
||||
voice_major_damage_04: 1.0,
|
||||
},
|
||||
idMinGap: {
|
||||
sfx_ui_click: 0.030,
|
||||
|
|
@ -35,6 +39,10 @@
|
|||
voice_sunbath: 0.95,
|
||||
sfx_shoot: 0.045,
|
||||
sfx_bolt_action: 0.10,
|
||||
voice_major_damage_01: 0.45,
|
||||
voice_major_damage_02: 0.45,
|
||||
voice_major_damage_03: 0.45,
|
||||
voice_major_damage_04: 0.45,
|
||||
},
|
||||
samplePaths: {
|
||||
voice_hau: "assets/sounds/voice_001_hau.wav",
|
||||
|
|
@ -46,7 +54,11 @@
|
|||
voice_sunbath: "assets/sounds/voice_007_sunbath_pokapoka.wav",
|
||||
sfx_firecracker_explode: "assets/sounds/firecracker_explosion.mp3",
|
||||
sfx_shoot: "assets/sounds/shoot_pistol.mp3",
|
||||
sfx_bolt_action: "assets/sounds/shoot_bolt_action.mp3"
|
||||
sfx_bolt_action: "assets/sounds/shoot_bolt_action.mp3",
|
||||
voice_major_damage_01: "assets/sounds/major_damage_01.wav",
|
||||
voice_major_damage_02: "assets/sounds/major_damage_02.wav",
|
||||
voice_major_damage_03: "assets/sounds/major_damage_03.wav",
|
||||
voice_major_damage_04: "assets/sounds/major_damage_04.wav"
|
||||
},
|
||||
categories: {
|
||||
voice: "\u305f\u308a\u306a\u3044\u306e\u58f0",
|
||||
|
|
@ -55,6 +67,7 @@
|
|||
},
|
||||
soundMap: {
|
||||
voice_hau: "voice", voice_flee: "voice", voice_poop: "voice", voice_stress: "voice", voice_sunbath: "voice",
|
||||
voice_major_damage_01: "voice", voice_major_damage_02: "voice", voice_major_damage_03: "voice", voice_major_damage_04: "voice",
|
||||
sfx_eat: "voice", sfx_sleep: "voice", sfx_wake: "voice", sfx_birth: "voice", sfx_death: "voice",
|
||||
sfx_damage_soft: "voice", sfx_damage_heavy: "voice", sfx_fight_hit: "voice", sfx_fight_finish: "voice",
|
||||
sfx_disease: "voice", sfx_heal: "voice", sfx_ant_drag: "voice", sfx_ant_die: "voice", sfx_queen_ant: "voice",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue