Skip to content

Commit

Permalink
Merge pull request #23 from felikatze/mira-friendquest-stuff
Browse files Browse the repository at this point in the history
wip dagger page
  • Loading branch information
felikatze authored May 15, 2024
2 parents f916f17 + 23afdb6 commit 99bf7d8
Show file tree
Hide file tree
Showing 5 changed files with 376 additions and 4 deletions.
70 changes: 70 additions & 0 deletions public/random/dagger.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Dagger</title>

<link href="/styletest.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>

<h1>Your Dagger</h1>
<p><i>All text relating to the Dagger item.</i></p>
<p><b>Sources:</b> Common Events 67 (ITEM_suicide), 104 (LOOP_loopbackDialogue), 162 (Loop PreDialogue), 163

<br>

<p><b>This page contains descriptions of self-harm and suicide.</b></p>

<br>

<h1>Index</h1>

<ul>
<li><a href="#obtain">Obtaining</a></li>
<li><a href="#usage">Usage</a></li>
<li><a href="#loop">Other Loop conversations</a>
<ul>
<li>PreDialogue Dagger 2 (next loop after obtaining)</li>
<li>Chatting dagger 1</li>
<li>Chatting dagger 2</li>
<li>Chatting dagger 3</li>
</ul>
</li>
</ul>
<p class="dialogue-note">
<br>

<h1 id="obtain">Obtaining</h1>
PreDialogue Dagger 1

<h1 id="usage">Usage</h1>
CE 67 for usage, CE 104 for wake up

<h1 id="loop">Other Loop conversations</h1>
Predialogue dagger 2
Chatting dagger 1-3


</main>

<foot-er></foot-er>

</div>

</body>

</html>
4 changes: 2 additions & 2 deletions public/random/deaths.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ <h3>Third time onwards, ACT 4</h3>
<ul>
<li class="dialogue-option">
(You wonder if you'll ever be able to stomach bananas again.)</li>
<li class="dialogue-option">(You'll never be able to stomach the scent of bananas without throwing up.)"</li>
<li class="dialogue-option">(You'll never be able to stomach the scent of bananas without throwing up.)</li>
<li class="dialogue-option">(Hahaha! He fell and broke his neck again! Hilarious!!!)</li>
</ul>

Expand Down Expand Up @@ -2935,7 +2935,7 @@ <h2 id="name">What's her name?</h2>
<span class="dialogue-name">Loop</span>
<span class="dialogue-expression">(well2)</span>
</span>
"You always wondered if it was fine to call her by a nickname when she only calls you "Siffrin", but always figured it was too late to ask.
You always wondered if it was fine to call her by a nickname when she only calls you "Siffrin", but always figured it was too late to ask.
</p>

<p class="dialogue-line">
Expand Down
11 changes: 10 additions & 1 deletion public/random/souvenirs1.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,18 @@
<h1>Souvenirs 1</h1>

<p><i>Page 1 of Souvenirs. Includes Bell Pendant to Friendship Doodle.</i></p>
<p><i>For the rest, see <a href="/random/souvenirs2.html">Souvenirs 2</a>, <a href="/random/silvercoin.html">Silver Coin</a>, and <a href="/random/brightflower.html">Bright Flower</a>.</i></p>
<p><i>Thank you to JoyKirbs for helping with these.</i></p>


<h3>Other Souvenir pages:</h3>

<ul>
<li><a href="/random/souvenirs2.html">Souvenirs 2</a></li>
<li><a href="/random/brightflower.html">Bright Flower</a></li>
<li><a href="/random/dagger.html">Your Dagger</a></li>
<li><a href="/random/silvercoin.html">Silver Coin</a></li>
</ul>

<br>

<h1>Index</h1>
Expand Down
8 changes: 7 additions & 1 deletion public/random/souvenirs2.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<h1>Souvenirs 2</h1>

<p><i>Page 2 of Souvenirs. Includes Long Thingy-Thing to Short Gizmo-Gadget.</i></p>
<p><i>For the rest, see <a href="/random/souvenirs1.html">Souvenirs 1</a>, <a href="/random/silvercoin.html">Silver Coin</a>, and <a href="/random/brightflower.html">Bright Flower</a>.</i></p>
<p><i>Thank you to JoyKirbs for helping with these.</i></p>
<p>WIP</p>

Expand All @@ -34,6 +33,13 @@ <h1>Souvenirs 2</h1>

<br>

<ul>
<li><a href="/random/souvenirs1.html">Souvenirs 1</a></li>
<li><a href="/random/brightflower.html">Bright Flower</a></li>
<li><a href="/random/dagger.html">Your Dagger</a></li>
<li><a href="/random/silvercoin.html">Silver Coin</a></li>
</ul>

<h1>Index</h1>

<ul>
Expand Down
Loading

0 comments on commit 99bf7d8

Please sign in to comment.