-
Notifications
You must be signed in to change notification settings - Fork 18
/
assets.json
88 lines (88 loc) · 3.11 KB
/
assets.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"genres": ["romance", "fantasy", "horror", "sci-fi", "crime"],
"player": {
"images": {
"neutral": "https://assets.chatvisualnovel.com/00144-1619487309.png",
"happy": "https://assets.chatvisualnovel.com/00089-1619487309.png",
"sad": "https://assets.chatvisualnovel.com/00091-1619487309.png",
"surprised": "https://assets.chatvisualnovel.com/00093-1619487309.png",
"closed_eyes": "https://assets.chatvisualnovel.com/00095-1619487309.png"
}
},
"playerGender": "male",
"girls": [
{
"images": {
"neutral": "https://assets.chatvisualnovel.com/00055-3317647877.png",
"happy": "https://assets.chatvisualnovel.com/00057-3317647877.png",
"sad": "https://assets.chatvisualnovel.com/00059-3317647877.png",
"closed_eyes": "https://assets.chatvisualnovel.com/00061-3317647877.png",
"surprised": "https://assets.chatvisualnovel.com/00063-3317647877.png"
}
},
{
"images": {
"neutral": "https://assets.chatvisualnovel.com/00063-3415190727.png",
"happy": "https://assets.chatvisualnovel.com/00065-3415190727.png",
"sad": "https://assets.chatvisualnovel.com/00067-3415190727.png",
"surprised": "https://assets.chatvisualnovel.com/00071-3415190727.png",
"closed_eyes": "https://assets.chatvisualnovel.com/00073-3415190727.png"
}
},
{
"images": {
"neutral": "https://assets.chatvisualnovel.com/00073-645522131.png",
"happy": "https://assets.chatvisualnovel.com/00075-645522131.png",
"sad": "https://assets.chatvisualnovel.com/00077-645522131.png",
"surprised": "https://assets.chatvisualnovel.com/00079-645522131.png",
"closed_eyes": "https://assets.chatvisualnovel.com/00081-645522131.png"
}
}
],
"places": {
"street": {
"image": "https://assets.chatvisualnovel.com/00024-3109134467.png"
},
"room": {
"image": "https://assets.chatvisualnovel.com/00115-1693129910.png"
},
"lobby": {
"image": "https://assets.chatvisualnovel.com/00007-2952547515.png"
},
"garden": {
"image": "https://assets.chatvisualnovel.com/00117-1865753899.png"
},
"restaurant": {
"image": "https://assets.chatvisualnovel.com/00146-2156326714.png"
},
"school": {
"image": "https://assets.chatvisualnovel.com/00068-792831435.png"
}
},
"imageSettings": {
"left": "50%",
"transform": "translate(-50%, 0)",
"bottom": "100%",
"maxWidth": "70vw",
"maxHeight": "70vh"
},
"tts": {
"default": {
"method": "HuggingFaceSpace",
"url": "https://plachta-vits-umamusume-voice-synthesizer.hf.space",
"ws": {
"url": "wss://plachta-vits-umamusume-voice-synthesizer.hf.space/queue/join",
"data": ["text", "voice", "localeLanguage", "speed", "phonemeInput"]
},
"voices": {
"male": ["重云 Chongyun (Genshin Impact)"],
"female": [
"甘雨 Ganyu (Genshin Impact)",
"宵宫 Yoimiya (Genshin Impact)",
"珊瑚宫心海 Sangonomiya Kokomi (Genshin Impact)"
]
}
}
},
"modes": ["classic", "free"]
}