This commit is contained in:
33333-33333 2026-07-20 14:36:59 +09:00
commit f6d7412744
94 changed files with 3836 additions and 1226 deletions

View file

@ -23,6 +23,7 @@
sfx_firecracker_explode: 1.70,
sfx_shoot: 0.725,
sfx_bolt_action: 1.35,
sfx_bell: 1.00,
voice_major_damage_01: 1.0,
voice_major_damage_02: 1.0,
voice_major_damage_03: 1.0,
@ -59,6 +60,7 @@
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_bell: "assets/sounds/bicycle_bell.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",
@ -83,7 +85,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_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_shoot: "ops", sfx_bolt_action: "ops", sfx_bell: "ops",
sfx_genkotsu_fall: "ops", sfx_genkotsu_impact: "ops", sfx_ground_rumble: "ops", sfx_grass: "ops",
sfx_zunchi: "ops", sfx_ant_nest: "ops"
}