Skip to content

Commit

Permalink
Merge pull request #4 from felikatze/mira-friendquest-stuff
Browse files Browse the repository at this point in the history
Mira Dormont Talk + Wips
  • Loading branch information
felikatze authored May 1, 2024
2 parents 1de9d27 + fc8cf2e commit 2819210
Show file tree
Hide file tree
Showing 29 changed files with 2,816 additions and 30 deletions.
32 changes: 32 additions & 0 deletions 1template.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>(displaytitle)</title>

<link href="/style.css" rel="stylesheet" type="text/css" media="all">

<link href="https://felicitations.neocities.org/feed.txt" rel="alternate" type="application/rss+xml" title="ISAT Script RSS Feed!">

<script src="https://felicitations.neocities.org/bars.js" defer></script>

</head>

<body>

<div id="container">

<head-er></head-er>

<main>

</main>

<foot-er></foot-er>

</div>

</body>

</html>
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Changes made to the main branch will automatically reflect to the neocities page

When creating or updating a page, please remember to:

- follow appropriate HTML formatting practises. Compare with other pages for reference. Please use the file [`1template.html`](https://github.com/felikatze/isat-script-project/blob/main/public/1template.html) to base a page off of.
- Update the Index ([`index.html`](https://github.com/felikatze/isat-script-project/blob/main/public/index.html)) in the "New Events" section with a link to the appropriate page.
- Update the RSS feed ([`feed.txt`](https://github.com/felikatze/isat-script-project/blob/main/public/feed.txt)) with a link and short blurb of the page.
- follow appropriate HTML formatting practises. Compare with other pages for reference. Please use the file 1template.html to base a page off of.
- credit yourself on the page, please! Just a short text of "This page was created by..." under the title heading. Be proud of what you did, I don't want to steal anyone's thunder.
- Update the Index (index.html) in the "New Events" section with a link to the appropriate page.
- Update the RSS feed (feed.txt) with a link and short blurb of the page.

I (felikatze) reserve the right to veto any changes, because this site is my baby. Thank you!
23 changes: 0 additions & 23 deletions public/1template.html

This file was deleted.

1 change: 1 addition & 0 deletions public/bars.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class Header extends HTMLElement {
<li><a href="https://felicitations.neocities.org/about.html">About</a></li>
<li><a href="https://felicitations.neocities.org/feed.txt">RSS Feed</a></li>
<li><a href="https://felicitations.neocities.org/portraits">Dialogue portrait names</a></li>
<li>Want to contribute? Check out <a href="https://github.com/felikatze/isat-script-project">github</a>!
<li>For questions and requests, reach out on <a href="https://isat-script-project.tumblr.com/">Tumblr.</a></li>
</ul>
</aside>
Expand Down
14 changes: 13 additions & 1 deletion public/feed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,22 @@
<description>Keep up to date with the In Stars And Time Script Project!</description>
<link>https://felicitations.neocities.org/</link>
<lastBuildDate>
Thu, 11 Apr 2024 20:42:32 +0200
Wed, 01 May 2024 10:29:00 +0200
</lastBuildDate>
<ttl>20000</ttl>

<item>
<title>Mirabelle Beginning Talk</title>
<description>
Dialogue with Mirabelle in Dormont, both from entering town and talking to her on the bench.
</description>
<link>https://felicitations.neocities.org/miratalk</link>
<pubDate>
Wed, 01 May 2024 10:29:00 +0200
</pubDate>
</item>


<item>
<title>Game files to wiki Portrait names</title>
<description>
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ <h2>Script blog back in action!</h2>
<h2>New Events</h2>
<p>Recently finished stuff!</p>
<ol>
<li><a href="/rooms/dormont/miratalk.html">Mirabelle Beginning Talk</a></li>
<li><a href="/events/confession.html">Confession & Bad Touch</a>
<li><a href="/rooms/end/isaend.html">Isabeau End Talk</a>
<li><a href="/acts/act3-4/intro3.html">ACT 3 Intro</a></li>
Expand All @@ -57,7 +58,6 @@ <h2>New Events</h2>
<li><a href="/rooms/dormont/odiletalk.html">Odile Beginning Talk</a></li>
<li><a href="/rooms/dormont/itemshop.html">Item Shop</a></li>
<li><a href="/events/touchtherapy.html">Touch Therapy</a></li>
<li><a href="/rooms/loop/chats.html">Loop Chats</a></li>
</ol>

<h2>Priority List</h2>
Expand Down
1 change: 1 addition & 0 deletions public/overview/rooms.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ <h1>Dormont</h1>
<ul>
<li>Friend talks
<ul>
<li><a href="/rooms/dormont/miratalk.html">Mirabelle</a></li>
<li><a href="/rooms/dormont/odiletalk.html">Odile</a></li>
</ul>
</li>
Expand Down
4 changes: 2 additions & 2 deletions public/rooms/dormont/miratalk.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>(displaytitle)</title>
<title>Mirabelle Beginning Talk</title>

<link href="/styletest.css" rel="stylesheet" type="text/css" media="all">
<link href="/style.css" rel="stylesheet" type="text/css" media="all">

<link href="https://felicitations.neocities.org/feed.txt" rel="alternate" type="application/rss+xml" title="ISAT Script RSS Feed!">

Expand Down
Binary file added spreadsheets/Kingquest variables (COMPLETE).ods
Binary file not shown.
Binary file not shown.
Binary file added spreadsheets/The Quest Against Common Events.ods
Binary file not shown.
Binary file added spreadsheets/common events.ods
Binary file not shown.
Binary file added spreadsheets/random variables.ods
Binary file not shown.
Binary file added spreadsheets/sidequest variables.ods
Binary file not shown.
5 changes: 5 additions & 0 deletions spreadsheets/spreadsheets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
These are spreadsheets used to track variables across the game. They're primarily useful when figuring out the order of events within files and to structure pages.

They are created using Libre Office Calc. This means they can't be opened using Excel. But also, change to Libre Office. Come on.

"The Quest against Common Events" is a list of all Common Events in the game that have script-worthy text, as well as whether they've been added to a page, and which page this is.
68 changes: 68 additions & 0 deletions wip pages/act5.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ACT 5</title>

<link href="/style.css" rel="stylesheet" type="text/css" media="all">

<script src="https://felicitations.neocities.org/bars.js" defer></script>

</head>

<body>

<div id="container">

<head-er></head-er>

<main>

<p>Tryna lay out all the act 5 stuff brb</p>

<ul>
<li>Waking up</li>
<li>Friend talks
<ul>
<li>Mirabelle</li>
<li>Odile</li>
<li>Bonnie</li>
<li>Isabeau</li>
<li>Loop</li>
</ul>
</li>
<li>The House
<ul>
<li>Floor 1</li>
<li>Floor 2</li>
<li>Floor 3</li>
</ul>
</li>
<li>King Fight</li>
<li>Mal du Pays</li>
<li>King Victory</li>
<li>End Start (last room up to battle start)</li>
<li>Vs Friends</li>
<li>Tell us your wish</li>
<li>Last room starting dialogue</li>
</ul>

After that is ACT 6.

weh weh
So for VS Friends I'll cover everything from battle start to ACT 6.

WHEN MAKING ACT 5 FLOOR PAGES: ADD LINKS TO SECTION FOR REGULAR ROOMS AND VICE VERSA

Friendtalks ACT 5 collects from other pages and needs to be linked on regular friend talk / friend quest pages.

</main>

<foot-er></foot-er>

</div>

</body>

</html>
156 changes: 156 additions & 0 deletions wip pages/brightflower.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>(displaytitle)</title>

<link href="/style.css" rel="stylesheet" type="text/css" media="all">

<script src="https://felicitations.neocities.org/bars.js" defer></script>

</head>

<body>

<div id="container">

<head-er></head-er>

<main>

<h1>Bright Flower</h1>

<p><i>All text for the Bright Flower, including the funny stuff that happens when you give it to people.</i></p>
<p>WIP: Missing a lot of stuff.</p>

<h1>Index</h1>

<ul>
<li><a href="#desc">Description</a></li>
<li><a href="#use">Usage</a></li>
<li><a href="#bonnie">Bonnie</a></li>
<li><a href="#isa">Isabeau</a></li>
<li><a href="#mira">Mirabelle</a></li>
<li><a href="#odile">Odile</a></li>
<li><a href="#king">The King</a></li>
<li><a href="#euphie">Euphrasie</a></li>
</ul>

<br>

<h1 id="desc">Description</h1>
<p>A four-petal flower full of hidden meaning.</p>
<p>You can gift it to your [friends/allies/family members].</p>


<br>
<h1 id="use">Usage</h1>

<h1 id="bonnie">Bonnie</h1>

<h1 id="isa">Isabeau</h1>

<h1 id="mira">Mirabelle</h1>

<p>"Flower for you."</p>

<br>

<p><b>Mirabelle (happy2):</b> Oh! For me? Thank you, Siffrin!</p>
<p><b>Mirabelle (happy1):</b> Hehehe, this is a nice gift... I'll make sure to press it in a book so I can keep it forever!</p>

<br>

<p><i>(She seems happy.)</i></p>

<br>

<h1 id="odile">Odile</h1>
<p><b>Source:</b> Map062 (Shop)</p>
<p><b>Full page:</b> <a href="/rooms/dormont/odiletalk.html">Odile Beginning Talk</a>.</p>

<p>"Flower for you!"</p>

<br>

<p><b>Odile (gimme1):</b> For me? Where did that come from?</p>
<p><b>Odile (lol3):</b> . . .</p>
<p><b>Odile (lol4):</b> Well, nonetheless... Thank you, Siffrin.</p>
<p><b>Odile (lol2):</b> It's not like you to be so thoughtful, so I'll definitely keep it as proof.</p>

<br>

<p><i>(Proof of what...?)</i></p>
<p><i>(Well, anyway... She seems happy.)</i></p>

<br>

<h1 id="king">The King</h1>

<p>"Flower for you."</p>

<br>

<p><i>(You offer the Bright Flower to the King.)</i></p>

<br>

<p><b>King:</b> ......</p>
<p><b>Odile (hm1):</b> What.</p>
<p><b>Mirabelle (awawa1):</b> Siffrin?!?</p>
<p><b>Isabeau (hahaaa1):</b> Uh, Sif, I don't know how it works where you're from...</p>
<p><b>Isabeau (hahaaa1):</b> But in Vaugarde, we only give flowers to people we, um... Actually like.</p>
<p><b>Siffrin (tired1):</b> <i>(...)</i> "I remember that you can give flowers to whoever you want, as long as they're..."</p>
<p><b>King:</b> ......Important.</p>
<p><b>King:</b> Friends, family, rivals...... Enemies......</p>

<br>

<p><i>(The King takes a step forward, and gently takes the flower from your hand.)</i></p>

<br>

<p><b>King:</b> ......</p>
<p><b>King:</b> Bright one...... No matter how this battle ends......</p>
<p><b>King:</b> Will you remember me......?</p>

<br>

<p><b>Siffrin (hide1):</b> <i>(...)</i></p>

<ul>
<li>"Yes."</li>
<li>"No."</li>
</ul>

<br>

<h3>"Yes."</h3>

<p><b>King:</b> ......</p>
<p><b>King:</b> Ha......</p>
<p><b>King:</b> Let us make this battle a moment truly worth remembering, then!</p>

<br>

<h3>"No."</h3>

<p><b>King:</b> Ha.</p>
<p><b>King:</b> ......</p>
<p><b>King:</b> If it's any consolation......</p>
<p><b>King:</b> I'll remember you after I defeat you, bright one.</p>

<br>

<h1 id="euphie">Euphrasie</h1>

</main>

<foot-er></foot-er>

</div>

</body>

</html>
Loading

0 comments on commit 2819210

Please sign in to comment.