lag r
This commit is contained in:
parent
d875df8600
commit
2741b93dea
31 changed files with 751 additions and 546 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.1",
|
||||
version: "1.2",
|
||||
categoryGain: { voice: 3.2, notify: 18.0, ops: 16.0 },
|
||||
idGain: {
|
||||
sfx_notify: 2.60,
|
||||
|
|
@ -30,6 +30,7 @@
|
|||
sfx_ant_die: 0.14,
|
||||
sfx_notify: 0.10,
|
||||
sfx_log_push: 0.10,
|
||||
voice_sunbath: 0.95,
|
||||
},
|
||||
samplePaths: {
|
||||
voice_hau: "assets/sounds/voice_001_hau.wav",
|
||||
|
|
@ -38,6 +39,7 @@
|
|||
sfx_eat: "assets/sounds/voice_004_eat.wav",
|
||||
voice_stress: "assets/sounds/voice_005_stress.wav",
|
||||
sfx_sleep: "assets/sounds/voice_006_sleep.wav",
|
||||
voice_sunbath: "assets/sounds/voice_007_sunbath_pokapoka.wav",
|
||||
sfx_firecracker_explode: "assets/sounds/firecracker_explosion.mp3"
|
||||
},
|
||||
categories: {
|
||||
|
|
@ -46,7 +48,7 @@
|
|||
ops: "\u64cd\u4f5c"
|
||||
},
|
||||
soundMap: {
|
||||
voice_hau: "voice", voice_flee: "voice", voice_poop: "voice", voice_stress: "voice",
|
||||
voice_hau: "voice", voice_flee: "voice", voice_poop: "voice", voice_stress: "voice", voice_sunbath: "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