This commit is contained in:
33333-33333 2026-07-18 22:15:26 +09:00
commit d163ceb291
76 changed files with 1385 additions and 524 deletions

View file

@ -7,6 +7,7 @@
categoryGain: { voice: 3.2, notify: 18.0, ops: 16.0 },
idGain: {
sfx_notify: 2.60,
sfx_achievement_unlock: 1.00,
sfx_ui_click: 2.35,
sfx_ui_fold: 2.20,
sfx_place: 2.10,
@ -36,6 +37,7 @@
sfx_zunchi: 0.14,
sfx_ant_die: 0.14,
sfx_notify: 0.10,
sfx_achievement_unlock: 0.35,
voice_sunbath: 0.95,
sfx_shoot: 0.045,
sfx_bolt_action: 0.10,
@ -62,7 +64,8 @@
voice_major_damage_03: "assets/sounds/major_damage_03.wav",
voice_major_damage_04: "assets/sounds/major_damage_04.wav",
voice_temp_cold: "assets/sounds/voice_008_temperature_buruburu.wav",
voice_temp_hot: "assets/sounds/voice_009_temperature_achui.wav"
voice_temp_hot: "assets/sounds/voice_009_temperature_achui.wav",
sfx_achievement_unlock: "assets/sounds/achievement_unlock.mp3"
},
categories: {
voice: "\u305f\u308a\u306a\u3044\u306e\u58f0",
@ -76,7 +79,7 @@
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",
sfx_notify: "notify", sfx_phase: "notify",
sfx_notify: "notify", sfx_phase: "notify", sfx_achievement_unlock: "notify",
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",