Skip to content

Commit

Permalink
名前を沢山追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Oct 28, 2024
1 parent b82310e commit f8906a9
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/hooks/useDetailedCharacterInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1306,6 +1306,7 @@ const _callNameInfos: {
藍田ノエル: "あいえる",
満別花丸: "花丸",
琴詠ニア: "ニア",
Voidoll: "ボイドール",
},
白上虎太郎: {
me: ["おれ"],
Expand Down Expand Up @@ -1339,6 +1340,7 @@ const _callNameInfos: {
藍田ノエル: "あいえるちゃん",
満別花丸: "花丸ちゃん",
琴詠ニア: "ニアちゃん",
Voidoll: "ボイドールちゃん",
},
青山龍星: {
me: ["オレ"],
Expand Down Expand Up @@ -1372,6 +1374,7 @@ const _callNameInfos: {
藍田ノエル: "あいえる",
満別花丸: "花丸",
琴詠ニア: "ニア",
Voidoll: "ボイドール",
},
冥鳴ひまり: {
me: ["私"],
Expand Down Expand Up @@ -1470,6 +1473,7 @@ const _callNameInfos: {
藍田ノエル: "えるさん",
満別花丸: "花丸ちゃん",
琴詠ニア: "ニアちゃん",
Voidoll: "ぼいどーるちゃん",
},
剣崎雌雄: {
me: ["僕"],
Expand Down Expand Up @@ -1503,7 +1507,7 @@ const _callNameInfos: {
藍田ノエル: "L",
満別花丸: "まんまる",
琴詠ニア: "おことさん",
Voidoll: "ぼいどーるちゃん",
Voidoll: "おいどん",
},
WhiteCUL: {
me: ["わたし"],
Expand Down Expand Up @@ -1537,6 +1541,7 @@ const _callNameInfos: {
藍田ノエル: "あいえるさん",
満別花丸: "花丸さん",
琴詠ニア: "にあちゃん",
Voidoll: "どるちゃん",
},
後鬼: {
me: ["私/ワテ"],
Expand Down Expand Up @@ -1603,6 +1608,7 @@ const _callNameInfos: {
藍田ノエル: "あいえるさん",
満別花丸: "満別さん",
琴詠ニア: "琴詠さん",
Voidoll: "ぼいどーるさん",
},
ちび式じい: {
me: ["わし"],
Expand Down Expand Up @@ -1769,6 +1775,7 @@ const _callNameInfos: {
藍田ノエル: "あいえる殿",
満別花丸: "花丸殿",
琴詠ニア: "ニア殿",
Voidoll: "ボイ殿",
},
雀松朱司: {
me: ["僕"],
Expand Down Expand Up @@ -1802,6 +1809,7 @@ const _callNameInfos: {
藍田ノエル: "あいえるさん",
満別花丸: "花丸さん",
琴詠ニア: "ニアさん",
Voidoll: "ボイドールさん",
},
麒ヶ島宗麟: {
me: ["私"],
Expand Down Expand Up @@ -1835,6 +1843,7 @@ const _callNameInfos: {
藍田ノエル: "あいえるちゃん",
満別花丸: "花丸ちゃん",
琴詠ニア: "ニアちゃん",
Voidoll: "ボイドール殿",
},
春歌ナナ: {
me: ["ナナ", "わたし"],
Expand Down Expand Up @@ -1896,6 +1905,7 @@ const _callNameInfos: {
藍田ノエル: "えるさん",
満別花丸: "まるさん",
琴詠ニア: "にあさん",
Voidoll: "どーるさん",
},
猫使ビィ: {
me: ["ビィ", "私", "ボク"],
Expand Down Expand Up @@ -1929,6 +1939,7 @@ const _callNameInfos: {
藍田ノエル: "えるさん",
満別花丸: "まるさん",
琴詠ニア: "にあさん",
Voidoll: "どーるさん",
},
中国うさぎ: {
me: ["わたし"],
Expand Down Expand Up @@ -1993,7 +2004,10 @@ const _callNameInfos: {
猫使アル: "アルさん",
猫使ビィ: "ビィさん",
中国うさぎ: "うさぎさん",
藍田ノエル: "あいえるさん",
満別花丸: "花丸さん",
琴詠ニア: "ニアさん",
Voidoll: "ぼいどーるさん",
},
藍田ノエル: {
me: ["あいえるたん", "わたし"],
Expand Down Expand Up @@ -2027,6 +2041,7 @@ const _callNameInfos: {
栗田まろん: "まろんちゃん",
満別花丸: "花丸ちゃん",
琴詠ニア: "ニアちゃん",
Voidoll: "ボイちゃん",
},
満別花丸: {
me: ["ぼく"],
Expand Down Expand Up @@ -2060,6 +2075,7 @@ const _callNameInfos: {
栗田まろん: "栗田",
藍田ノエル: "あいえるたん",
琴詠ニア: "ニア",
Voidoll: "ぼいどーる",
},
琴詠ニア: {
me: ["私"],
Expand Down Expand Up @@ -2093,6 +2109,7 @@ const _callNameInfos: {
栗田まろん: "まろんちゃん",
藍田ノエル: "あいえるたん",
満別花丸: "花丸ちゃん",
Voidoll: "ボイドールさん",
},
Voidoll: {
me: ["ワタシ"],
Expand Down

0 comments on commit f8906a9

Please sign in to comment.