diff --git a/Assets/Audio/synth.ogg b/Assets/Audio/synth.ogg new file mode 100644 index 0000000..6c1814b Binary files /dev/null and b/Assets/Audio/synth.ogg differ diff --git a/Assets/Audio/synth.wav b/Assets/Audio/synth.wav deleted file mode 100644 index fa09a60..0000000 Binary files a/Assets/Audio/synth.wav and /dev/null differ diff --git a/index.html b/index.html index e51222e..7b6d8e5 100644 --- a/index.html +++ b/index.html @@ -97,13 +97,15 @@ transform: translateX(-50%) translateY(-50%); }sound.ambient.youmu.url: 'Assets/Audio/youmu.ogg' sound.ambient.youmu.description: 'Youmu theme is playing.' +sound.ambient.reimu.url: 'Assets/Audio/reimu.ogg' +sound.ambient.reimu.description: 'Reimu theme is playing.' sound.ambient.youmu2.url: 'Assets/Audio/youmu2.ogg' sound.ambient.youmu2.description: 'Youmu theme is playing.' sound.ambient.suika.url: 'Assets/Audio/suika.ogg' sound.ambient.suika.description: 'Suika theme is playing.' sound.ambient.badapple.url: 'Assets/Audio/bad apple.ogg' sound.ambient.badapple.description: 'Bad Apple is playing.' -sound.effect.synth.url: 'Assets/Audio/synth.wav' +sound.effect.synth.url: 'Assets/Audio/synth.ogg' config.footer.left: story.name config.footer.center: "" config.header.center: " " @@ -901,7 +903,7 @@ DIOTIMA: [[As I was sayin—|INTERLUDE 1]] } [continued]DIOTIMA: And then I found myself in what I have no reference to compare to. It was as if I was being pulled by a great thousands of storms, rushing, pulling, screaming in my ear. -DIOTIMA: Then, strange as it sounds, I felt one of the storms... staring at me. I was then hurtling into that particular storm then a quiet darkness surrounded me. +DIOTIMA: Then, strange as it sounds, I felt one of the storms... staring at me. I was then hurtling into that particular storm and a quiet darkness surrounded me. DIOTIMA: I opened my eyes, then I was [[here.|INTERLUDE 2]] @@ -1199,6 +1201,7 @@ Have you decided? [continued]cred: cred - 1 -- +{ambient sound: 'reimu'} REIMU: What is it? DIOTIMA: I was wondering if could ask something of you. @@ -1237,9 +1240,23 @@ REIMU: Hmm. I'll indulge you. [[Here's what I think of love.|REIMU 2]] background-repeat: no-repeat; background-size: cover; } -[continued]Love as master servant relation, predefined, predestinedcred: cred - 1 +[continued]cred: cred - 1 -- +{ambient sound: 'youmu2'} + +YOUMU: ...fine. [[Here's what I think|YOUMU 2]] + +[CSS] +#backdrop { + background-image: url("Assets/Images/shrine.jpg"); + background-repeat: no-repeat; + background-size: cover; +} +[continued]cred: cred - 1 +-- + +{ambient sound: 'suika'} SUIKA: Whaddya want? DIOTIMA: I was wondering if could ask something of you. @@ -1258,7 +1275,15 @@ SUIKA: No, you think you do. I can see through you and your facade of ignorance. DIOTIMA: I have no such facade. -SUIKA: You're a proud one alright. Just not honest about it. [[Let me show you how honesty's done.|SUIKA 2]]positive: false +SUIKA: You're a proud one alright. Just not honest about it. [[Let me show you how honesty's done.|SUIKA 2]] + +[CSS] +#backdrop { + background-image: url("Assets/Images/shrine.jpg"); + background-repeat: no-repeat; + background-size: cover; +} +[continued]positive: false positive (answer2 == "is"): true positive (answer2 == "can be"): true positive (answer2 == "probably is"): true @@ -1370,7 +1395,9 @@ Your credibility is UNDOUBTABLE. } [continued]cred: cred - 1 -- - +[if cred < 0] +{embed passage: 'HUB LOSS'} +[continued] Diotima focuses her ghostly energies on Suika... doing so takes a toll on her and she'll lose her presence while trying. Her will is far from weak but she appears to be nursing some emotional wounds. She might be vulnerable if you can just push through her strength. @@ -1413,16 +1440,18 @@ Your credibility is UNDOUBTABLE. } [continued]cred: cred - 2 -- - +[if cred < 0] +{embed passage: 'HUB LOSS'} +[continued] Diotima focuses her ghostly energies on Youmu... doing so takes a toll on her and she'll lose her presence while trying. -She appears to be fearful of Diotima. She'd be easy to enter but fighting off her phantom half be very, very draining. It'd be best to end things fast. +She appears to be fearful of Diotima. She'd be easy to enter but fighting off her phantom half be VERY, VERY draining. It'd be best to end things fast. **Pick an idea to attack her with.** <ul> [JavaScript] inventory.forEach(function(value, index){ - if(value == "Love appears differently in many ways." || value = "Love is a wild, ultimately transient state.") + if(value == "Love appears differently in many ways." || value == "Love is a wild, ultimately transient state.") { write("<li><a href=\"javascript:void(0)\" data-cb-go=\"YOUMU CLUES\">" + value + "</a></li>"); } @@ -1864,8 +1893,6 @@ This is all invisible characters. cred: cred + 1 ReimuComplete: true -- -[align center] - DIOTIMA: Reimu, I do agree with you on many things regarding love. DIOTIMA: But I believe Suika raised a good point when I spoke with her. @@ -1926,7 +1953,7 @@ var newItem = "Examples of love cannot explain what is love."; inventory.indexOf(newItem) === -1 ? inventory.push(newItem) : console.log("This idea already exists"); if (inventory.indexOf("Love is a wild, ultimately transient state.") > -1) { - inventory.splice(index, 1); // 2nd parameter means remove one item only + inventory.splice(inventory.indexOf("Love is a wild, ultimately transient state."), 1); // 2nd parameter means remove one item only } [continued]Entering into Youmu's mind (or soul, Diotima isn't really sure which), she finds herself in a peaceful, tranquil place. It's dead silent. @@ -2137,7 +2164,7 @@ SUIKA: It means being vulnerable and opening up to risks. <ul> [JavaScript] inventory.forEach(function(value, index){ - if((progressReimuA != 0 && value == "Humans cope with danger by setting boundaries.") || (progressReimuA != 0 && value == "We all wear facades.")) + if(value == "Humans cope with danger by setting boundaries." || value == "We all wear facades.") { write("<li><a href=\"javascript:void(0)\" data-cb-go=\"SUIKA 4\">" + value + "</a></li>"); } @@ -2232,7 +2259,7 @@ SUIKA: You can't love while wearing a facade! Love is authentic and it can b <ul> [JavaScript] inventory.forEach(function(value, index){ - if((progressReimuA != 0 && value == "Humans cope with danger by setting boundaries.") || (progressReimuA != 0 && value == "We all wear facades.")) + if(value == "Humans cope with danger by setting boundaries." || value == "We all wear facades.") { write("<li><a href=\"javascript:void(0)\" data-cb-go=\"SUIKA 4\">" + value + "</a></li>"); } @@ -2340,7 +2367,10 @@ inventory.forEach(function(value, index){ background-repeat: no-repeat; background-size: cover; } -[continued]DIOTIMA: Suika, do you truly believe that loving without boundaries is the only form of love? +[continued]cred: cred + 1 +ReimuComplete: true +-- +DIOTIMA: Suika, do you truly believe that loving without boundaries is the only form of love? The two sit in silence. Suika pauses from her drinking and stares at the ground. @@ -2394,19 +2424,32 @@ SUIKA: Yeah, yeah I guess so. [[Return.|HUB]] +~~You've gained credibility.~~ + [todo] Figure out which of the two possible ideas were used by saving it in a variable and then clear it (POST-JAM) [continued] *** +[if cred == 1] +Your credibility is ABYSMAL. +[if cred == 2] +Your credibility is LOW. +[if cred == 3] +Your credibility is SHAKY. +[if cred == 4] +Your credibility is SOLID. +[if cred == 5] +Your credibility is UNDOUBTABLE. + [JavaScript] if (inventory.indexOf("Humans cope with danger by setting boundaries.") > -1) { - inventory.splice(index, 1); + inventory.splice(inventory.indexOf("Humans cope with danger by setting boundaries."), 1); } if (inventory.indexOf("We all wear facades.") > -1) { - inventory.splice(index, 1); + inventory.splice(inventory.indexOf("We all wear facades."), 1); } [continued] @@ -2416,7 +2459,7 @@ if (inventory.indexOf("We all wear facades.") > -1) { background-repeat: no-repeat; background-size: cover; } -[continued]