1+ {
2+ "to-show" : " scratch" ,
3+ "to-show-alt" : " wraith" ,
4+
5+ "scratch" : {
6+ "background" : " blue" ,
7+ "messages" : [
8+ {
9+ "name" : " Scratch" ,
10+ "content" : " What up,<d020> I'm <cl>Scratch</c>." ,
11+ "icon" : 10
12+ },
13+ {
14+ "name" : " Scratch" ,
15+ "content" : " You can make me say anything you want!" ,
16+ "icon" : 52
17+ },
18+ {
19+ "name" : " Scratch" ,
20+ "content" : " Spawn this dialogue while holding ALT for a fancier example!" ,
21+ "icon" : 8
22+ }
23+ ]
24+ },
25+
26+ "wraith" : {
27+ "background" : " darkblue" ,
28+ "position" : " top" ,
29+ "messages" : [
30+ {
31+ "name" : " Wraith" ,
32+ "nameColor" : [200 , 128 , 255 ],
33+ "content" : " Hey it's me, <cr>The Wraith</c>." ,
34+ "icon" : 53 ,
35+ "textSound" : " sfx/s474.ogg"
36+ },
37+ {
38+ "name" : " Wraith" ,
39+ "nameColor" : [200 , 128 , 255 ],
40+ "content" : " You're not <cg>gullible</c>,<d030> are you?" ,
41+ "icon" : 55 ,
42+ "textSound" : " sfx/s474.ogg"
43+ },
44+ {
45+ "name" : " Wraith" ,
46+ "nameColor" : [200 , 128 , 255 ],
47+ "content" : " Oh,<d020> you're <cy><username></c>?" ,
48+ "icon" : 54 ,
49+ "textSound" : " sfx/s474.ogg" ,
50+ "pauseMusic" : true
51+ },
52+ {
53+ "name" : " Wraith" ,
54+ "nameColor" : [200 , 128 , 255 ],
55+ "content" : " Carry on then<...>" ,
56+ "icon" : 56 ,
57+ "scale" : 0.6 ,
58+ "textSound" : { "name" : " sfx/s474.ogg" , "volume" : 0.5 , "speed" : -2 },
59+ "pauseMusic" : false
60+ }
61+ ],
62+ "onComplete" : {
63+ "playSound" : { "name" : " secretKey.ogg" , "speed" : -1 },
64+ "spawnIcon" : { "id" : 92 , "type" : " wave" }
65+ }
66+ }
67+ }
0 commit comments