Skip to content

Commit

Permalink
サンプルボイス追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jan 13, 2024
1 parent b266b51 commit 0a9bb24
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
Binary file modified src/audios/zundamon-herohero-002.wav
Binary file not shown.
Binary file modified src/audios/zundamon-herohero-003.wav
Binary file not shown.
Binary file modified src/audios/zundamon-namidame-001.wav
Binary file not shown.
Binary file modified src/audios/zundamon-namidame-003.wav
Binary file not shown.
16 changes: 15 additions & 1 deletion src/hooks/useDetailedCharacterInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ export const useDetailedCharacterInfo = () => {
{ name: "セクシー", id: "sexy" },
{ name: "ささやき", id: "whis" },
{ name: "ヒソヒソ", id: "hiso" },
{ name: "ヘロヘロ", id: "herohero" },
{ name: "なみだめ", id: "namidame" },
],
春日部つむぎ: [{ name: "ノーマル", id: "normal" }],
雨晴はう: [{ name: "ノーマル", id: "normal" }],
Expand All @@ -121,7 +123,15 @@ export const useDetailedCharacterInfo = () => {
{ name: "びくびく", id: "biku" },
{ name: "びえーん", id: "cry" },
],
青山龍星: [{ name: "ノーマル", id: "normal" }],
青山龍星: [
{ name: "ノーマル", id: "normal" },
{ name: "熱血", id: "eager" },
{ name: "不機嫌", id: "grumpy" },
{ name: "喜び", id: "happy" },
{ name: "しっとり", id: "mellow" },
{ name: "かなしみ", id: "sad" },
{ name: "囁き", id: "whisper" },
],
冥鳴ひまり: [{ name: "ノーマル", id: "normal" }],
九州そら: [
{ name: "ノーマル", id: "normal" },
Expand All @@ -133,6 +143,10 @@ export const useDetailedCharacterInfo = () => {
モチノキョウコ: [
{ name: "ノーマル", id: "normal" },
{ name: "セクシー/あん子", id: "sexy" },
{ name: "泣き", id: "cry" },
{ name: "怒り", id: "angry" },
{ name: "喜び", id: "joy" },
{ name: "のんびり", id: "relax" },
],
剣崎雌雄: [{ name: "ノーマル", id: "normal" }],
WhiteCUL: [
Expand Down

0 comments on commit 0a9bb24

Please sign in to comment.