h
This commit is contained in:
parent
e00bfd8879
commit
f941200504
70 changed files with 1856 additions and 429 deletions
|
|
@ -26,6 +26,8 @@
|
|||
voice_major_damage_02: 1.0,
|
||||
voice_major_damage_03: 1.0,
|
||||
voice_major_damage_04: 1.0,
|
||||
voice_temp_cold: 1.0,
|
||||
voice_temp_hot: 1.0,
|
||||
},
|
||||
idMinGap: {
|
||||
sfx_ui_click: 0.030,
|
||||
|
|
@ -41,6 +43,8 @@
|
|||
voice_major_damage_02: 0.45,
|
||||
voice_major_damage_03: 0.45,
|
||||
voice_major_damage_04: 0.45,
|
||||
voice_temp_cold: 1.20,
|
||||
voice_temp_hot: 1.20,
|
||||
},
|
||||
samplePaths: {
|
||||
voice_hau: "assets/sounds/voice_001_hau.wav",
|
||||
|
|
@ -56,7 +60,9 @@
|
|||
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"
|
||||
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"
|
||||
},
|
||||
categories: {
|
||||
voice: "\u305f\u308a\u306a\u3044\u306e\u58f0",
|
||||
|
|
@ -66,6 +72,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",
|
||||
voice_temp_cold: "voice", voice_temp_hot: "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