hm
This commit is contained in:
parent
129c07183a
commit
5ed977788c
49 changed files with 1084 additions and 392 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.2",
|
||||
version: "1.3",
|
||||
categoryGain: { voice: 3.2, notify: 18.0, ops: 16.0 },
|
||||
idGain: {
|
||||
sfx_notify: 2.60,
|
||||
|
|
@ -21,6 +21,8 @@
|
|||
sfx_ground_rumble: 1.75,
|
||||
sfx_firecracker_fuse: 1.55,
|
||||
sfx_firecracker_explode: 1.70,
|
||||
sfx_shoot: 0.725,
|
||||
sfx_bolt_action: 1.35,
|
||||
},
|
||||
idMinGap: {
|
||||
sfx_ui_click: 0.030,
|
||||
|
|
@ -31,6 +33,8 @@
|
|||
sfx_notify: 0.10,
|
||||
sfx_log_push: 0.10,
|
||||
voice_sunbath: 0.95,
|
||||
sfx_shoot: 0.045,
|
||||
sfx_bolt_action: 0.10,
|
||||
},
|
||||
samplePaths: {
|
||||
voice_hau: "assets/sounds/voice_001_hau.wav",
|
||||
|
|
@ -40,7 +44,9 @@
|
|||
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"
|
||||
sfx_firecracker_explode: "assets/sounds/firecracker_explosion.mp3",
|
||||
sfx_shoot: "assets/sounds/shoot_pistol.mp3",
|
||||
sfx_bolt_action: "assets/sounds/shoot_bolt_action.mp3"
|
||||
},
|
||||
categories: {
|
||||
voice: "\u305f\u308a\u306a\u3044\u306e\u58f0",
|
||||
|
|
@ -56,6 +62,7 @@
|
|||
sfx_ui_click: "ops", sfx_ui_fold: "ops", sfx_place: "ops", sfx_delete: "ops", sfx_poke: "ops",
|
||||
sfx_grab: "ops", sfx_drop: "ops", sfx_water_hose: "ops", sfx_water_clean: "ops", sfx_drink: "ops",
|
||||
sfx_ball_hit: "ops", sfx_stone_impact: "ops", sfx_firecracker_fuse: "ops", sfx_firecracker_explode: "ops",
|
||||
sfx_shoot: "ops", sfx_bolt_action: "ops",
|
||||
sfx_genkotsu_fall: "ops", sfx_genkotsu_impact: "ops", sfx_ground_rumble: "ops", sfx_grass: "ops",
|
||||
sfx_zunchi: "ops", sfx_ant_nest: "ops"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue