<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://anarch.games/noisz/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zinga</id>
	<title>NOISZ Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://anarch.games/noisz/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zinga"/>
	<link rel="alternate" type="text/html" href="https://anarch.games/noiszwiki/Special:Contributions/Zinga"/>
	<updated>2026-04-09T02:30:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=User:Zinga&amp;diff=4304</id>
		<title>User:Zinga</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=User:Zinga&amp;diff=4304"/>
		<updated>2025-06-07T23:21:44Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Add subpages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;0 hz&lt;br /&gt;
&lt;br /&gt;
= Subpages =&lt;br /&gt;
&lt;br /&gt;
{{Special:PrefixIndex/User:Zinga/}}&lt;br /&gt;
&lt;br /&gt;
= Debug notes =&lt;br /&gt;
&lt;br /&gt;
== General issues ==&lt;br /&gt;
&lt;br /&gt;
=== CSS / styling ===&lt;br /&gt;
&lt;br /&gt;
* CSS for &amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/nowiki&amp;gt; tags is messed up, e.g. &amp;lt;code&amp;gt;this should be in monospace font&amp;lt;/code&amp;gt;&lt;br /&gt;
* Looks like blockquotes are missing the styling for the quote bar (&amp;lt;code&amp;gt;border-left&amp;lt;/code&amp;gt; CSS)&lt;br /&gt;
* CSS in general looks to be expecting a lot of stuff that isn't in the default theme. I'll wait til the fandom wiki's CSS is ported over?&lt;br /&gt;
&lt;br /&gt;
== Infobox issues ==&lt;br /&gt;
* [[Template:Song Infobox]] is totally busted.&lt;br /&gt;
* [[Template:Song]] infobox issues:&lt;br /&gt;
** It's trying to use the &amp;lt;code&amp;gt;TemplateData&amp;lt;/code&amp;gt; extension, which [[Special:Version|isn't installed]].&lt;br /&gt;
** It's using an undefined CSS class &amp;lt;code&amp;gt;article-table&amp;lt;/code&amp;gt;. The [[Template:SLSong]] infobox uses &amp;lt;code&amp;gt;wiki-table&amp;lt;/code&amp;gt;, which is why it has the black cell borders.&lt;br /&gt;
** For some reason the base pattern and character info is just posted in italics outside of the infobox.&lt;br /&gt;
* ✅ A ton of pages are under [[:Category:Templates]] even though they aren't templates, likely because of naughty infoboxes that don't put the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Category:Templates]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; directive in a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag.&lt;br /&gt;
* There's no way to avoid transcluding categories for infoboxes without modifying all of the templates. That means the infoboxes on this page that are included for demonstration purposes have put this page under [[:Category:Songs]] even though this isn't a page for a song! Consider using the [https://en.wikipedia.org/wiki/Template:Category_handler#The_%22nocat%22_parameter Template:Category_handler] template that MediaWiki has, which automatically handles the &amp;lt;code&amp;gt;nocat&amp;lt;/code&amp;gt; parameter. Unfortunately it looks like that would still require all templates to opt into using that template for their category inclusions...&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=User:Zinga/Fandom.css&amp;diff=4303</id>
		<title>User:Zinga/Fandom.css</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=User:Zinga/Fandom.css&amp;diff=4303"/>
		<updated>2025-06-07T23:10:25Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Created page with &amp;quot;/* CSS placed here will be applied to all skins */  /* CSS for SL song table (in the individual song pages) and style info  */ .song-table.Clover &amp;gt; tbody &amp;gt; tr &amp;gt; th, .Grace-style &amp;gt; tbody &amp;gt; tr &amp;gt; td &amp;gt; table &amp;gt; tbody &amp;gt; tr &amp;gt; th, .Clover-folder { 	background-color: #2ec817 !important; 	background-color: rgba(46,200,23,0.3) !important; } .song-table.Dia &amp;gt; tbody &amp;gt; tr &amp;gt; th,.song-table.Diamond &amp;gt; tbody &amp;gt; tr &amp;gt; th, .Sera-style &amp;gt; tbody &amp;gt; tr &amp;gt; td &amp;gt; table &amp;gt; tbody &amp;gt; tr &amp;gt; th, .Dia-folder {...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* CSS for SL song table (in the individual song pages) and style info  */&lt;br /&gt;
.song-table.Clover &amp;gt; tbody &amp;gt; tr &amp;gt; th, .Grace-style &amp;gt; tbody &amp;gt; tr &amp;gt; td &amp;gt; table &amp;gt; tbody &amp;gt; tr &amp;gt; th, .Clover-folder {&lt;br /&gt;
	background-color: #2ec817 !important;&lt;br /&gt;
	background-color: rgba(46,200,23,0.3) !important;&lt;br /&gt;
}&lt;br /&gt;
.song-table.Dia &amp;gt; tbody &amp;gt; tr &amp;gt; th,.song-table.Diamond &amp;gt; tbody &amp;gt; tr &amp;gt; th, .Sera-style &amp;gt; tbody &amp;gt; tr &amp;gt; td &amp;gt; table &amp;gt; tbody &amp;gt; tr &amp;gt; th, .Dia-folder {&lt;br /&gt;
	background-color: #52a1fe !important;&lt;br /&gt;
	background-color: rgba(82,161,254,0.3) !important;&lt;br /&gt;
}&lt;br /&gt;
.song-table.Heart &amp;gt; tbody &amp;gt; tr &amp;gt; th, .Sumire-style &amp;gt; tbody &amp;gt; tr &amp;gt; td &amp;gt; table &amp;gt; tbody &amp;gt; tr &amp;gt; th, .Heart-folder {&lt;br /&gt;
	background-color: #ff5558 !important;&lt;br /&gt;
	background-color: rgba(255,85,88,0.3) !important;&lt;br /&gt;
}&lt;br /&gt;
.Hitori-style &amp;gt; tbody &amp;gt; tr &amp;gt; td &amp;gt; table &amp;gt; tbody &amp;gt; tr &amp;gt; th {&lt;br /&gt;
	background-color: #ff5558 !important;&lt;br /&gt;
	background-color: rgba(225,65,68,0.3) !important;&lt;br /&gt;
}&lt;br /&gt;
.song-table.Spade &amp;gt; tbody &amp;gt; tr &amp;gt; th, .Hakuno-style &amp;gt; tbody &amp;gt; tr &amp;gt; td &amp;gt; table &amp;gt; tbody &amp;gt; tr &amp;gt; th, .Spade-folder {&lt;br /&gt;
	background-color: #f1f1f1 !important;&lt;br /&gt;
	background-color: rgba(241,241,241,0.3) !important;&lt;br /&gt;
}&lt;br /&gt;
.song-table.Joker &amp;gt; tbody &amp;gt; tr &amp;gt; th, .Joker-style &amp;gt; tbody &amp;gt; tr &amp;gt; td &amp;gt; table &amp;gt; tbody &amp;gt; tr &amp;gt; th, .Joker-folder {&lt;br /&gt;
	background-color: #B90000 !important;&lt;br /&gt;
	background-color: rgba(185,0,0,0.35) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.song-table td{&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Resizing song infobox album art */&lt;br /&gt;
.album-image &amp;gt; .portable-infobox{&lt;br /&gt;
	max-width:200px;&lt;br /&gt;
	height:auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Sortable table hover highlight */&lt;br /&gt;
.article-table.sortable &amp;gt; tbody &amp;gt; tr:hover{&lt;br /&gt;
	background-color: pink;&lt;br /&gt;
	background-color: rgba(255,171,223,0.8);&lt;br /&gt;
	left: -10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For lyrics, colours indicating who's singing */&lt;br /&gt;
.seratext{&lt;br /&gt;
	color:#3090FF;&lt;br /&gt;
}&lt;br /&gt;
.sumiretext{&lt;br /&gt;
	color:#FF5252;&lt;br /&gt;
}&lt;br /&gt;
.gracetext{&lt;br /&gt;
	color:#248900;&lt;br /&gt;
}&lt;br /&gt;
.hakunotext{&lt;br /&gt;
	color:#725B5F;&lt;br /&gt;
}&lt;br /&gt;
.jokertext{&lt;br /&gt;
	color:#cb3838;&lt;br /&gt;
}&lt;br /&gt;
.shiontext{&lt;br /&gt;
	color:#AF0000;&lt;br /&gt;
}&lt;br /&gt;
.asukatext{&lt;br /&gt;
	color:#AF8900;&lt;br /&gt;
}&lt;br /&gt;
.hikaritext{&lt;br /&gt;
	color:#35AACE;&lt;br /&gt;
}&lt;br /&gt;
.sltext{&lt;br /&gt;
	color:#CB3890;&lt;br /&gt;
}&lt;br /&gt;
.srtext{&lt;br /&gt;
	color:#F49B2E;&lt;br /&gt;
}&lt;br /&gt;
.beyondtext{&lt;br /&gt;
	color: #4D8AC6;&lt;br /&gt;
}&lt;br /&gt;
.aritext{&lt;br /&gt;
	color: #843636;&lt;br /&gt;
}&lt;br /&gt;
/* For lyrics in lines featuring two or more characters, so that the line includes the colours of everyone singing */&lt;br /&gt;
.serashiontext{&lt;br /&gt;
	background: -webkit-linear-gradient(.2turn,#52A1FF, #AF0000);&lt;br /&gt;
	-webkit-text-fill-color: transparent;&lt;br /&gt;
    -webkit-background-clip: text;&lt;br /&gt;
	color: transparent;&lt;br /&gt;
    background-clip: text;&lt;br /&gt;
}&lt;br /&gt;
.asukahikaritext{&lt;br /&gt;
	background: -webkit-linear-gradient(.3turn,#AF8900, #35AACE);&lt;br /&gt;
	-webkit-text-fill-color: transparent;&lt;br /&gt;
    -webkit-background-clip: text;&lt;br /&gt;
	color: transparent;&lt;br /&gt;
    background-clip: text;&lt;br /&gt;
}&lt;br /&gt;
.asukashiontext{&lt;br /&gt;
	background: -webkit-linear-gradient(right,#AF8900 30%,#AF0000);&lt;br /&gt;
	-webkit-text-fill-color: transparent;&lt;br /&gt;
    -webkit-background-clip: text;&lt;br /&gt;
	color: transparent;&lt;br /&gt;
    background-clip: text;&lt;br /&gt;
}&lt;br /&gt;
.hakunosumiretext{&lt;br /&gt;
	background: -webkit-linear-gradient(.2turn,#725B5F, #FF5252);&lt;br /&gt;
	-webkit-text-fill-color: transparent;&lt;br /&gt;
    -webkit-background-clip: text;&lt;br /&gt;
	color: transparent;&lt;br /&gt;
    background-clip: text;&lt;br /&gt;
}&lt;br /&gt;
.seragracetext{&lt;br /&gt;
	background: -webkit-linear-gradient(.2turn,#3090FF,#248900);&lt;br /&gt;
	-webkit-text-fill-color: transparent;&lt;br /&gt;
    -webkit-background-clip: text;&lt;br /&gt;
	color: transparent;&lt;br /&gt;
    background-clip: text;&lt;br /&gt;
}&lt;br /&gt;
.cottext{&lt;br /&gt;
	background: -webkit-linear-gradient(.3turn,#CB3890, #F49B2E);&lt;br /&gt;
	-webkit-text-fill-color: transparent;&lt;br /&gt;
    -webkit-background-clip: text;&lt;br /&gt;
	color: transparent;&lt;br /&gt;
    background-clip: text;&lt;br /&gt;
}&lt;br /&gt;
.jokergracetext{&lt;br /&gt;
	background: -webkit-linear-gradient(.2turn,#cb3838,#248900);&lt;br /&gt;
	-webkit-text-fill-color: transparent;&lt;br /&gt;
    -webkit-background-clip: text;&lt;br /&gt;
	color: transparent;&lt;br /&gt;
    background-clip: text;&lt;br /&gt;
}&lt;br /&gt;
.serasumiretext {&lt;br /&gt;
	background: -webkit-linear-gradient(.2turn,#3090FF,#FF5252);&lt;br /&gt;
	-webkit-text-fill-color: transparent;&lt;br /&gt;
    -webkit-background-clip: text;&lt;br /&gt;
	color: transparent;&lt;br /&gt;
    background-clip: text;&lt;br /&gt;
}&lt;br /&gt;
.hakunogracetext {&lt;br /&gt;
	background: -webkit-linear-gradient(.2turn,#725B5F,#248900);&lt;br /&gt;
	-webkit-text-fill-color: transparent;&lt;br /&gt;
    -webkit-background-clip: text;&lt;br /&gt;
	color: transparent;&lt;br /&gt;
    background-clip: text;&lt;br /&gt;
}&lt;br /&gt;
.gracesumirehakunotext {&lt;br /&gt;
	background: -webkit-linear-gradient(.2turn,#248900,#FF5252, #725B5F);&lt;br /&gt;
	-webkit-text-fill-color: transparent;&lt;br /&gt;
    -webkit-background-clip: text;&lt;br /&gt;
	color: transparent;&lt;br /&gt;
    background-clip: text;&lt;br /&gt;
}&lt;br /&gt;
.seragracesumitext {&lt;br /&gt;
	background: -webkit-linear-gradient(.2turn,#3090FF,#248900, #FF5252);&lt;br /&gt;
	-webkit-text-fill-color: transparent;&lt;br /&gt;
    -webkit-background-clip: text;&lt;br /&gt;
	color: transparent;&lt;br /&gt;
    background-clip: text;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SL Joker spoiler warning, for SLTH warning */&lt;br /&gt;
.sljokerwarning::after {&lt;br /&gt;
  content:'';&lt;br /&gt;
  background-image:url(https://static.wikia.nocookie.net/noisz/images/f/fc/Jokerspoiler.png/revision/latest?cb=20240104083800);&lt;br /&gt;
  height:150px;&lt;br /&gt;
  width:162px;&lt;br /&gt;
  background-size:contain;&lt;br /&gt;
  background-repeat:no-repeat;&lt;br /&gt;
  display:block;&lt;br /&gt;
  position:relative;&lt;br /&gt;
  top:-157px;&lt;br /&gt;
  left:50px;&lt;br /&gt;
  margin-bottom:-180px;&lt;br /&gt;
  padding-top:80px&lt;br /&gt;
}&lt;br /&gt;
.sljokerboxtext .mbox {&lt;br /&gt;
  margin-left:50px;&lt;br /&gt;
  padding-left:140px;&lt;br /&gt;
  background-image:url(https://static.wikia.nocookie.net/noisz/images/2/2f/Dialogue_Box_BG_TH.jpg/revision/latest?cb=20240103141650) !important;&lt;br /&gt;
  background-size: cover;&lt;br /&gt;
  border:2px solid #ec625e !important;&lt;br /&gt;
  border-left-color: #ec625e !important;&lt;br /&gt;
  box-shadow:0 0 10px #ec625e;&lt;br /&gt;
  border-radius:10px !important;&lt;br /&gt;
  background-position:center&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* SL Beyond spoiler warning, for SL spoiler warning */&lt;br /&gt;
.slbeyondwarning::after{&lt;br /&gt;
	content: '';&lt;br /&gt;
    background-image: url(https://static.wikia.nocookie.net/noisz/images/0/02/Beyondspoiler.png/revision/latest?cb=20230312142439);&lt;br /&gt;
    height: 150px;&lt;br /&gt;
    width: 162px;&lt;br /&gt;
    background-size: contain;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: block;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    top: -157px;&lt;br /&gt;
    left: 50px;&lt;br /&gt;
    margin-bottom: -180px;&lt;br /&gt;
    padding-top: 80px;&lt;br /&gt;
}&lt;br /&gt;
.slbeyondboxtext .mbox{&lt;br /&gt;
	margin-left: 50px;&lt;br /&gt;
	padding-left: 50px;&lt;br /&gt;
	background-image: url(&amp;quot;https://static.wikia.nocookie.net/noisz/images/0/04/Dialogue_Box_BG.jpg/revision/latest?cb=20230312144411&amp;quot;) !important;&lt;br /&gt;
	background-size: cover;&lt;br /&gt;
	border: 2px solid #FCAAE2 !important;&lt;br /&gt;
	border-left-color: #FCAAE2 !important;&lt;br /&gt;
	box-shadow: 0 0 10px #FC78E2;&lt;br /&gt;
	border-radius: 10px !important;&lt;br /&gt;
	background-position: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Arietta  spoiler warning, for NOISZ Ignition spoiler warning */&lt;br /&gt;
.ariwarning::after{&lt;br /&gt;
	content: '';&lt;br /&gt;
    background-image: url(https://static.wikia.nocookie.net/noisz/images/c/c0/Arispoiler.png/revision/latest?cb=20230320142717);&lt;br /&gt;
    height: 150px;&lt;br /&gt;
    width: 162px;&lt;br /&gt;
    background-size: contain;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: block;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    top: -149px;&lt;br /&gt;
    left: 50px;&lt;br /&gt;
    margin-bottom: -180px;&lt;br /&gt;
    padding-top: 80px;&lt;br /&gt;
}&lt;br /&gt;
.ariwarning .mbox{&lt;br /&gt;
	margin-left: 50px;&lt;br /&gt;
	padding-left: 50px;&lt;br /&gt;
	background-color: #525456 !important;&lt;br /&gt;
	border: 2px solid #C68281 !important;&lt;br /&gt;
	border-left-color: #C68281 !important;&lt;br /&gt;
	border-radius: 10px !important;&lt;br /&gt;
	box-shadow: 0 0 10px #931010;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beyond warning, for Needs Information banner */&lt;br /&gt;
.beyondwarning::after{&lt;br /&gt;
	content: '';&lt;br /&gt;
    background-image: url(https://static.wikia.nocookie.net/noisz/images/e/e5/Beyondneedsinfo.png/revision/latest?cb=20230321155225);&lt;br /&gt;
    height: 150px;&lt;br /&gt;
    width: 162px;&lt;br /&gt;
    background-size: contain;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: block;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    top: -157px;&lt;br /&gt;
    left: 55px;&lt;br /&gt;
    margin-bottom: -180px;&lt;br /&gt;
    padding-top: 80px;&lt;br /&gt;
}&lt;br /&gt;
.beyondwarning .mbox{&lt;br /&gt;
	margin-left: 50px;&lt;br /&gt;
	padding-left: 50px;&lt;br /&gt;
	background-color: #525456 !important;&lt;br /&gt;
	border: 2px solid #ABF6F7 !important;&lt;br /&gt;
	border-left-color: #ABF6F7 !important;&lt;br /&gt;
	border-radius: 10px !important;&lt;br /&gt;
	box-shadow: 0 0 10px #50ABB7;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Stornel spoiler warning, for NOISZ re:VERSE spoiler warning */&lt;br /&gt;
.stornelwarning::after{&lt;br /&gt;
	content: '';&lt;br /&gt;
    background-image: url(https://static.wikia.nocookie.net/noisz/images/d/de/Stornelspoiler.png/revision/latest?cb=20230326220708);&lt;br /&gt;
    height: 150px;&lt;br /&gt;
    width: 162px;&lt;br /&gt;
    background-size: contain;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: block;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    top: -157px;&lt;br /&gt;
    left: 60px;&lt;br /&gt;
    margin-bottom: -180px;&lt;br /&gt;
    padding-top: 80px;&lt;br /&gt;
}&lt;br /&gt;
.stornelwarning .mbox{&lt;br /&gt;
	margin-left: 50px;&lt;br /&gt;
	padding-left: 50px;&lt;br /&gt;
	background-color: #525456 !important;&lt;br /&gt;
	border: 2px solid #9B9B9B !important;&lt;br /&gt;
	border-left-color: #9B9B9B !important;&lt;br /&gt;
	border-radius: 10px !important;&lt;br /&gt;
	box-shadow: 0 0 10px #828282;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Gaius spoiler warning, for NOISZ episode G spoiler warning */&lt;br /&gt;
.gaiuswarning::after{&lt;br /&gt;
	content: '';&lt;br /&gt;
    background-image: url(https://static.wikia.nocookie.net/noisz/images/0/07/Gaius_Antiphon_EPISODE_G.png/revision/latest?cb=20230327231204);&lt;br /&gt;
    height: 150px;&lt;br /&gt;
    width: 162px;&lt;br /&gt;
    background-size: contain;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: block;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    top: -157px;&lt;br /&gt;
    left: 60px;&lt;br /&gt;
    margin-bottom: -180px;&lt;br /&gt;
    padding-top: 80px;&lt;br /&gt;
}&lt;br /&gt;
.gaiuswarning .mbox{&lt;br /&gt;
	margin-left: 50px;&lt;br /&gt;
	padding-left: 50px;&lt;br /&gt;
	background-color: #626365 !important;&lt;br /&gt;
	border: 2px solid #87CD92 !important;&lt;br /&gt;
	border-left-color: #87CD92 !important;&lt;br /&gt;
	border-radius: 10px !important;&lt;br /&gt;
	box-shadow: 0 0 10px #109525;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Character (NOISZ)  spoiler warning, for NOISZ series spoiler warning */&lt;br /&gt;
.mcwarning::after{&lt;br /&gt;
	content: '';&lt;br /&gt;
    background-image: url(https://static.wikia.nocookie.net/noisz/images/2/2e/Ignition_Protagonist.png/revision/latest?cb=20230322022618);&lt;br /&gt;
    height: 150px;&lt;br /&gt;
    width: 162px;&lt;br /&gt;
    background-size: contain;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    display: block;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    top: -149px;&lt;br /&gt;
    left: 50px;&lt;br /&gt;
    margin-bottom: -180px;&lt;br /&gt;
    padding-top: 80px;&lt;br /&gt;
}&lt;br /&gt;
.mcwarning .mbox{&lt;br /&gt;
	margin-left: 50px;&lt;br /&gt;
	padding-left: 50px;&lt;br /&gt;
	background-color: #525456 !important;&lt;br /&gt;
	border: 2px solid #CA88C3 !important;&lt;br /&gt;
	border-left-color: #CA88C3 !important;&lt;br /&gt;
	border-radius: 10px !important;&lt;br /&gt;
	box-shadow: 0 0 10px #9C158E;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* For NOISZ style tables */&lt;br /&gt;
.Arietta &amp;gt; tbody &amp;gt; tr &amp;gt; th{&lt;br /&gt;
	background-color: #AE191C !important;&lt;br /&gt;
	background-color: rgba(358,85,68,0.5) !important;&lt;br /&gt;
}&lt;br /&gt;
.Beyond &amp;gt; tbody &amp;gt; tr &amp;gt; th{&lt;br /&gt;
	background-color: #5BC5EF !important;&lt;br /&gt;
	background-color: rgba(91,197,239,0.5) !important;&lt;br /&gt;
}&lt;br /&gt;
.Stornel &amp;gt; tbody &amp;gt; tr &amp;gt; th{&lt;br /&gt;
	background-color: white !important;&lt;br /&gt;
	background-color: rgba(255,255,255,0.5) !important;&lt;br /&gt;
	color: black !important;&lt;br /&gt;
}&lt;br /&gt;
.Gaius &amp;gt; tbody &amp;gt; tr &amp;gt; th{&lt;br /&gt;
	background-color: rgba(2,124,0,0.5) !important;&lt;br /&gt;
	background-color: green;&lt;br /&gt;
	color: white !important;&lt;br /&gt;
}&lt;br /&gt;
/* Transparency to main container */&lt;br /&gt;
.page__main, .wikiEditor-ui, .page__right-rail{&lt;br /&gt;
	background-color: var(--theme-page-background-color);&lt;br /&gt;
	background-color: rgba(var(--theme-page-background-color--rgb),0.7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For the front page banner */&lt;br /&gt;
.noiszbanner img{&lt;br /&gt;
	width: 100%;&lt;br /&gt;
	height: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* So Bandcamp players fill the whole width and don't look really mispositioned */&lt;br /&gt;
.inline_player {&lt;br /&gt;
	display: contents !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For the events countdowns headers */&lt;br /&gt;
.sl-events-header{&lt;br /&gt;
	background-color: var(--theme-sticky-nav-background-color) !important;&lt;br /&gt;
	border-color: var(--theme-accent-color) !important;&lt;br /&gt;
}&lt;br /&gt;
.sl-events img{&lt;br /&gt;
	-webkit-transition: all 0.2s ease;&lt;br /&gt;
    transition: all 0.2s ease;&lt;br /&gt;
}&lt;br /&gt;
.sl-events img:hover{&lt;br /&gt;
	transform:scale(1.0);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*For the headers on the frontpage*/&lt;br /&gt;
h2.headerbox {&lt;br /&gt;
  padding-left: 20px;&lt;br /&gt;
  padding-bottom: 10px;&lt;br /&gt;
  padding-top: 10px;&lt;br /&gt;
  background-color: #FFABDF;&lt;br /&gt;
  color: #E345A4;&lt;br /&gt;
  text-transform: uppercase;&lt;br /&gt;
}&lt;br /&gt;
.headerbox .mw-editsection a {&lt;br /&gt;
  color: #E345A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For the menu index buttons on the frontpage */&lt;br /&gt;
.main-page-button img, #NOISZ_ST--RLIVHT-Gameplay img{&lt;br /&gt;
	filter:brightness(1.0);&lt;br /&gt;
	-webkit-transition: all 0.2s ease;&lt;br /&gt;
    transition: all 0.2s ease;&lt;br /&gt;
}&lt;br /&gt;
.main-page-button img:hover, #NOISZ_ST--RLIVHT-Gameplay img:hover{&lt;br /&gt;
	filter:brightness(1.25);&lt;br /&gt;
	-webkit-filter:brightness(1.1);&lt;br /&gt;
}&lt;br /&gt;
.main-page-button img:active, #NOISZ_ST--RLIVHT-Gameplay img:active{&lt;br /&gt;
	filter:brightness(0.7);&lt;br /&gt;
	-webkit-filter:brightness(0.7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal green is hard on the eyes */&lt;br /&gt;
.Clover-folder, .Heart-folder{&lt;br /&gt;
	filter: grayscale(0.4);&lt;br /&gt;
	-webkit-filter: grayscale(0.4);&lt;br /&gt;
}&lt;br /&gt;
/* Mouseover event when the user hovers over an image in Upcoming */&lt;br /&gt;
.coming-soon-slider img{&lt;br /&gt;
	transition: transform 0.6s ease-in-out;&lt;br /&gt;
}&lt;br /&gt;
.coming-soon-slider img:hover{&lt;br /&gt;
	transform: scale(1.1);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* So SL story table header colours change with theme */&lt;br /&gt;
.sl-header &amp;gt; tbody &amp;gt; tr:nth-child(1), .sl-story-navbar, .sl-gameplay-navbox &amp;gt; table &amp;gt; tbody &amp;gt; tr &amp;gt; th{&lt;br /&gt;
	background-color: rgba(var(--theme-sticky-nav-background-color--rgb),0.5);&lt;br /&gt;
}&lt;br /&gt;
.noisz-story-navbar{&lt;br /&gt;
	background-color: rgba(var(--theme-sticky-nav-background-color--rgb),0.5);&lt;br /&gt;
	filter: hue-rotate(300deg);&lt;br /&gt;
}&lt;br /&gt;
.noisz-story-navbar a{&lt;br /&gt;
	filter: hue-rotate(-300deg);&lt;br /&gt;
}&lt;br /&gt;
/* For story chapter table */&lt;br /&gt;
/* Grace */&lt;br /&gt;
.sl-chapter-table td:nth-child(4){&lt;br /&gt;
	border: 1px solid #2ec817; &lt;br /&gt;
	padding: 0px;&lt;br /&gt;
}&lt;br /&gt;
/* Sera  */&lt;br /&gt;
.sl-chapter-table td:nth-child(5){&lt;br /&gt;
	border: 1px solid #52a1fe; &lt;br /&gt;
	padding: 0px;&lt;br /&gt;
}&lt;br /&gt;
/* Sumire  */&lt;br /&gt;
.sl-chapter-table td:nth-child(6){&lt;br /&gt;
	border: 1px solid #ff5558; &lt;br /&gt;
	padding: 0px;&lt;br /&gt;
}&lt;br /&gt;
/* Hakuno  */&lt;br /&gt;
.sl-chapter-table td:nth-child(7){&lt;br /&gt;
	border: 1px solid #f1f1f1; &lt;br /&gt;
	padding: 0px;&lt;br /&gt;
}&lt;br /&gt;
/* Joker  */&lt;br /&gt;
.sl-chapter-table td:nth-child(8){&lt;br /&gt;
	border: 1px solid #B90000; &lt;br /&gt;
	padding: 0px;&lt;br /&gt;
}&lt;br /&gt;
/* Chapter row */&lt;br /&gt;
.sl-chapter-table td:nth-child(1){&lt;br /&gt;
	padding: 5px;&lt;br /&gt;
}&lt;br /&gt;
/* ALternating colours to make tables slightly more readable */&lt;br /&gt;
.sl-chapter-table tr:nth-child(2n+1), .sl-song-table tr:nth-child(2n+1), .artists-table tr:nth-child(2n+1){&lt;br /&gt;
	background-color: #7B4F7C;&lt;br /&gt;
	background-color: rgba(128,128,128,0.2);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.sl-character-navigation{&lt;br /&gt;
	border: 1px solid var(--theme-accent-color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For the diamonds around the SL story LV requirements */&lt;br /&gt;
.gracelv:after{&lt;br /&gt;
	content: url(https://static.wikia.nocookie.net/noisz/images/4/4a/Gracediamondempty.png/revision/latest/scale-to-width-down/36??cb=20230323134601);&lt;br /&gt;
}&lt;br /&gt;
.seralv:after{&lt;br /&gt;
		content: url(https://static.wikia.nocookie.net/noisz/images/a/a3/Seradiamondempty.png/revision/latest/scale-to-width-down/36?cb=20230323134603);&lt;br /&gt;
}&lt;br /&gt;
.sumirelv:after{&lt;br /&gt;
	content: url(https://static.wikia.nocookie.net/noisz/images/9/96/Sumirediamondempty.png/revision/latest/scale-to-width-down/36?cb=20230323134604);&lt;br /&gt;
	&lt;br /&gt;
}&lt;br /&gt;
.hakunolv:after{&lt;br /&gt;
	content: url(https://static.wikia.nocookie.net/noisz/images/a/ac/Hakunodiamondempty.png/revision/latest/scale-to-width-down/36?cb=20230323134602);&lt;br /&gt;
	filter: brightness(0.85);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.jokerlv:after{&lt;br /&gt;
	content: url(https://static.wikia.nocookie.net/noisz/images/8/88/Jokerdiamondempty.png/revision/latest/scale-to-width-down/36?cb=20240101202756&amp;amp;format=original);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.gracelv:after, .seralv:after, .sumirelv:after, .hakunolv:after, .jokerlv:after {&lt;br /&gt;
	position:relative;&lt;br /&gt;
	display: inline-block;&lt;br /&gt;
	top: 11.5px;&lt;br /&gt;
	left:-24%;&lt;br /&gt;
}&lt;br /&gt;
.gracelv b, .seralv b, .sumirelv b, .hakunolv b, .jokerlv b {&lt;br /&gt;
	left: 25%;&lt;br /&gt;
	position:relative;&lt;br /&gt;
	z-index:2;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
/* I was trying something to auto-update the event images when the timer ran out, but nothing came of it - ignore */&lt;br /&gt;
.nucleardripevent, .attitudemintevent{&lt;br /&gt;
  transition: .5s ease;&lt;br /&gt;
  position: relative;&lt;br /&gt;
}&lt;br /&gt;
.nucleardripevent img{&lt;br /&gt;
	height: 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tweaks for the story character image galleries; transitions are for mouseover and click events */&lt;br /&gt;
.sl-story-gallery img, .noisz-story-gallery img{&lt;br /&gt;
	padding:2px;&lt;br /&gt;
	transition: .5s ease;&lt;br /&gt;
}&lt;br /&gt;
.sl-story-gallery img:hover, .noisz-story-gallery img:hover{&lt;br /&gt;
	filter: brightness(1.25);&lt;br /&gt;
	transition: .5s ease;&lt;br /&gt;
}&lt;br /&gt;
.sl-story-gallery img:active, .noisz-story-gallery img:active{&lt;br /&gt;
	filter:brightness(0.75);&lt;br /&gt;
	transition: .5s ease;&lt;br /&gt;
}&lt;br /&gt;
.sl-story-gallery{&lt;br /&gt;
	display: grid;&lt;br /&gt;
	justify-content: center;&lt;br /&gt;
}&lt;br /&gt;
.article-table.story-gallery-table td{&lt;br /&gt;
	border: none;&lt;br /&gt;
}&lt;br /&gt;
/* This is to align them half a diamond over so the even rows fit nicely together  */&lt;br /&gt;
.sl-story-gallery .row-2 img, .sl-story-gallery .row-4 img, .sl-story-gallery .row-6 img{&lt;br /&gt;
	position:relative;&lt;br /&gt;
	right: -76px;&lt;br /&gt;
	top: -90px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* So area conversation boxes aren't padded out by the &amp;lt;p&amp;gt; created by the div tags */&lt;br /&gt;
.sl-area-convos .row-1, .sl-area-convos .row-2, .sl-area-convos .row-3, .sl-area-convos .row-4{&lt;br /&gt;
	height: 0px;&lt;br /&gt;
}&lt;br /&gt;
.sl-area-convos .story-gallery-container{&lt;br /&gt;
	padding-left: 0px !important;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	display: table-row;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.sl-area-convos .row-2 img{&lt;br /&gt;
	top: 0px !important;&lt;br /&gt;
	right: -85px !important;&lt;br /&gt;
}&lt;br /&gt;
.sl-chapter-table .sl-story-gallery{&lt;br /&gt;
	position: relative;&lt;br /&gt;
	display: table-cell;&lt;br /&gt;
}&lt;br /&gt;
.sl-chapter-table .sl-story-gallery img{&lt;br /&gt;
	right: -16px !important;&lt;br /&gt;
	top: -30px !important; &lt;br /&gt;
	padding: 0px !important;&lt;br /&gt;
}&lt;br /&gt;
.sl-chapter-table .story-gallery-table &amp;gt; tbody &amp;gt; tr{&lt;br /&gt;
	background-color: transparent;&lt;br /&gt;
	display: table-cell;&lt;br /&gt;
}&lt;br /&gt;
.sl-chapter-table .story-gallery-table{&lt;br /&gt;
	width: auto !important;&lt;br /&gt;
}&lt;br /&gt;
/* This moves the entire story gallery up a bit so it's not pushing against the borders */&lt;br /&gt;
.sl-story-gallery-move-up{&lt;br /&gt;
	position: relative;&lt;br /&gt;
	top: -10px;&lt;br /&gt;
}&lt;br /&gt;
/* To centre the Bandcamp players in song pages */&lt;br /&gt;
#bandcamp{&lt;br /&gt;
	position: relative;&lt;br /&gt;
	left: 25%;&lt;br /&gt;
}&lt;br /&gt;
/* For the AC Cabinets map */&lt;br /&gt;
.maps-googlemaps3 p{&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	color: black;&lt;br /&gt;
}&lt;br /&gt;
/* For the images showing what characters are featured in each NOISZ reV/Ignition stage */&lt;br /&gt;
.noisz-story-gallery img{&lt;br /&gt;
	border: 1px solid white;&lt;br /&gt;
	border-radius: 10px;&lt;br /&gt;
	margin: 5px;&lt;br /&gt;
}&lt;br /&gt;
/* Animation for the &amp;quot;What&amp;quot; the Cat page. Currently inactive and not working but leaving the code for wheneve */&lt;br /&gt;
meowfly:after{&lt;br /&gt;
	bottom: 200px;&lt;br /&gt;
	content: url(https://static.wikia.nocookie.net/noisz/images/4/4a/Site-favicon.ico/revision/latest?cb=20230207235215);&lt;br /&gt;
	position:fixed;&lt;br /&gt;
	left: 40000px;&lt;br /&gt;
}&lt;br /&gt;
.meowfly:hover::after, .meowfly:active::after{&lt;br /&gt;
	position:fixed;&lt;br /&gt;
	left:40000px;&lt;br /&gt;
	transition: linear 10.0s;&lt;br /&gt;
}&lt;br /&gt;
/* For the update history page */&lt;br /&gt;
.patch-updates-cell{&lt;br /&gt;
	background-color: rgba(143,185,252,0.5);&lt;br /&gt;
}&lt;br /&gt;
.content-updates-cell{&lt;br /&gt;
	background-color: rgba(255,242,204,0.5);&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Template:EventCountdown&amp;diff=3921</id>
		<title>Template:EventCountdown</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Template:EventCountdown&amp;diff=3921"/>
		<updated>2025-06-04T15:23:04Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Add example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#if: {{{countdown|}}} | &amp;lt;span class=&amp;quot;countdown&amp;quot; data-options=&amp;quot;short-format&amp;quot; style=&amp;quot;display:none;&amp;quot; data-end=&amp;quot;callback&amp;quot; data-callback=&amp;quot;selfNullEdit&amp;quot;&amp;gt;Starts: &amp;lt;span class=&amp;quot;countdowndate&amp;quot;&amp;gt;{{#time:F d, Y H:i T|@{{#expr:{{EventTimeCountdownUnix|cyclestart={{{cyclestart|}}}|eventstyle={{{eventstyle|LUNATIC MAINFRAME}}}}} + {{#time:U|now}}}}}}&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; | Starts: {{#time:F d, Y H:i T|@{{#expr:{{EventTimeCountdownUnix|cyclestart={{{cyclestart|}}}|eventstyle={{{eventstyle|LUNATIC MAINFRAME}}}}} + {{#time:U|now}}}}}}&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This counts down the time until the recurrent event for a given style, and gives a differing output format depending on how many parameters are input.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{EventCountdown}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{EventCountdown}}&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Template:EventCycleTime&amp;diff=3920</id>
		<title>Template:EventCycleTime</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Template:EventCycleTime&amp;diff=3920"/>
		<updated>2025-06-04T15:17:14Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Add example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#expr:({{#time:U|now}} -{{#time:U|{{{cyclestart|2024-02-09 04:00 +0000}}}}})mod6048000}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
==Documentation==&lt;br /&gt;
This variable details how much time has passed in seconds since the beginning of a recurrent event cycle; an event cycle is 10 weeks long, and starts with Joker's LUNATIC MAINFRAME style.&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{EventCycleTime | cyclestart=2025-06-01 00:00 +0000}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
{{EventCycleTime | cyclestart=2025-06-01 00:00 +0000}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Moca&amp;diff=3792</id>
		<title>Moca</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Moca&amp;diff=3792"/>
		<updated>2025-06-04T04:47:37Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Character Infobox&lt;br /&gt;
|title1=Moca&lt;br /&gt;
|image1=&amp;lt;gallery heights=250 widths=&amp;quot;auto&amp;quot;&amp;gt;&lt;br /&gt;
Moca.png|Ignition&lt;br /&gt;
Moca episode G.jpeg|episode G&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
Image:Moca.jpeg&lt;br /&gt;
|eye_colour=Green&lt;br /&gt;
|hair_colour=Brown&lt;br /&gt;
|relationships=&lt;br /&gt;
* [[Karin]]: Friend&lt;br /&gt;
* [[Marziale]]: Friend}}&lt;br /&gt;
&lt;br /&gt;
==Bio==&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''&amp;quot;Haa! Wh-whaa?! Who's there?! What's attacking!? I'll crush them!&amp;quot;''&amp;lt;ref&amp;gt;[[NOISZ (Game)|NOISZ Ignition]] - [[NOISZ (Game)/Story/Stage 5A|Stage 5A]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Moca is a rhinoceros [[Noise Beast]] who lives in the [[World of Music]]. She guards [[Marziale]]'s castle, but she sometimes sleeps on the job.&lt;br /&gt;
&lt;br /&gt;
==Story==&lt;br /&gt;
In Story A and Story C, [[Karin]] takes the [[Main Character (NOISZ)|main character]] to Moca in order to help them get back home. Moca battles the main character. They win, and Moca lets them into [[Marziale]]'s castle.&lt;br /&gt;
&lt;br /&gt;
In [[NOISZ episode G]], Moca finds [[Gaius Antiphon|Gaius]] and [[Miria]] wandering around in [[Tacet Forest]]. She offers to help in exchange for fighting Gaius. After Gaius defeats her, she guides Miria and Gaius to the forest's exit.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
When [[Gaius Antiphon]] invaded the [[World of Music]], his subordinates killed [[Karin]]'s parents. Moca protected Karin from being killed herself.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Moca.png|Moca's [[NOISZ (Game)|NOISZ]] character art.&lt;br /&gt;
File:Moca episode G.jpeg|Moca's [[NOISZ episode G]] character art.&lt;br /&gt;
File:Robot Rhinos Enemy.jpeg|Moca in combat during [[Robot Rhinos]] in [[NOISZ (Game)|NOISZ Ignition]].&lt;br /&gt;
Get The Switch Enemy.jpeg|Moca in combat during [[Get The Switch]] in [[NOISZ episode G]].&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{NOISZ Character Navigation}}&lt;br /&gt;
==References==&lt;br /&gt;
[[Category:NOISZ Characters]]&lt;br /&gt;
[[Category:NOISZ episode G Characters]]&lt;br /&gt;
[[Category:Noise Beasts]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Gravisphere_Crisis&amp;diff=3791</id>
		<title>Gravisphere Crisis</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Gravisphere_Crisis&amp;diff=3791"/>
		<updated>2025-06-04T04:47:20Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SLTH Spoiler Warning}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
Gravisphere Crisis Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
Gravisphere Crisis Boss.jpg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{SLSong&lt;br /&gt;
|verses=3&lt;br /&gt;
|easy_level=5&lt;br /&gt;
|normal_level=7&lt;br /&gt;
|hard_level=10.5&lt;br /&gt;
|overload_level=12&lt;br /&gt;
|easy_pw=475&lt;br /&gt;
|normal_pw=600&lt;br /&gt;
|hard_pw=750&lt;br /&gt;
|overload_pw=875&lt;br /&gt;
|easy_tap=377&lt;br /&gt;
|easy_nontap=189&lt;br /&gt;
|normal_tap=504&lt;br /&gt;
|normal_nontap=282&lt;br /&gt;
|hard_tap=656&lt;br /&gt;
|hard_nontap=349&lt;br /&gt;
|overload_tap=1105&lt;br /&gt;
|overload_nontap=412&lt;br /&gt;
|charter=k//eternal&lt;br /&gt;
|artist=[[:Category:Songs featuring Tanchiky|Tanchiky]] &amp;amp; [[:Category:Songs featuring siromaru|siromaru]]&lt;br /&gt;
|bpm=210&lt;br /&gt;
|length=03:02&lt;br /&gt;
|folder=[[:Category: Joker Folder Songs|Joker]]&lt;br /&gt;
|unlock=Complete [[NOISZ STΔRLIVHT/Story/Chapter -1.III|Chapter -1.III]]}}&lt;br /&gt;
==Story Context==&lt;br /&gt;
As [[Joker]] witnesses the beginnings of the plan to defeat [[Gaius Antiphon|Gaius]] and reclaim [[NOISZ Wiki|the original NOISZ]], [[Suzaku]] appears. She tells Joker she cannot escape from her crimes as [[Arietta Antiphon|Arietta]], as the two are one in the same, and swears to make her recognize her guilt.&lt;br /&gt;
&lt;br /&gt;
==Level Gimmicks==&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=uopA_SlrdPA}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;spotify:track:2rW1xtMKCJpfWC3ZeHBKYL&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Joker Folder Songs}}&lt;br /&gt;
[[Category:Songs featuring Tanchiky]]&lt;br /&gt;
[[Category:Songs featuring siromaru]]&lt;br /&gt;
[[Category:Joker Folder Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT True Heroes Songs]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=For_All_Time&amp;diff=3790</id>
		<title>For All Time</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=For_All_Time&amp;diff=3790"/>
		<updated>2025-06-04T04:40:00Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SLTH Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
For All Time Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
For All Time Boss.jpg|Enemy&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{SLSong&lt;br /&gt;
|title=For All Time&lt;br /&gt;
|verses=3&lt;br /&gt;
|easy_level=5&lt;br /&gt;
|normal_level=7&lt;br /&gt;
|hard_level=10.5&lt;br /&gt;
|overload_level=12&lt;br /&gt;
|easy_pw=300&lt;br /&gt;
|normal_pw=425&lt;br /&gt;
|hard_pw=575&lt;br /&gt;
|overload_pw=700&lt;br /&gt;
|easy_tap=198&lt;br /&gt;
|easy_nontap=96&lt;br /&gt;
|normal_tap=319&lt;br /&gt;
|normal_nontap=98&lt;br /&gt;
|hard_tap=464&lt;br /&gt;
|hard_nontap=122&lt;br /&gt;
|overload_tap=751&lt;br /&gt;
|overload_nontap=157&lt;br /&gt;
|charter=k//eternal&lt;br /&gt;
|artist=[[:Category:Songs featuring Hommarju |Hommarju]] ft. [[Sera Hoshikawa|Sera]]&lt;br /&gt;
|bpm=175&lt;br /&gt;
|length=3:07&lt;br /&gt;
|folder=[[:Category: Dia Folder Songs|Dia]]&lt;br /&gt;
|unlock=Complete [[NOISZ STΔRLIVHT/Story/Chapter VS.2|Chapter VS.2]]|overload_total=758}}&lt;br /&gt;
&lt;br /&gt;
==Story Context==&lt;br /&gt;
As [[Grace Kamenashi|Grace]] continues to struggle against [[Sera Hoshikawa|Sera]], she realizes that she's forgotten her true reason to become a hero; not to sacrifice herself for others, but to be able to stand against the impossible again and again and claim victory. She declares she'll show Sera what a hero is truly capable of.&lt;br /&gt;
&lt;br /&gt;
==Level Gimmicks==&lt;br /&gt;
This song uses the Duel Gauge and is locked to [[Grace Kamenashi|Grace]] in her [[Grace Kamenashi/Styles#STΔRLIVHT_STΔGE|STΔRLIVHT STΔGE Style]]. &lt;br /&gt;
&lt;br /&gt;
In verse 3, the song contains a Burst portion, where you will be unable to use your burst. &lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
Focus on ATK and SPC for this song for damage. While Grace's Burst does not deal damage, her AA SPC perk bonus could still be useful in preventing/reducing enemy damage.&lt;br /&gt;
&lt;br /&gt;
==Lyrics ==&lt;br /&gt;
''The following is sourced from the CONVERGENCE DISK Bandcamp page.''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;seratext&amp;quot;&amp;gt;♦ Two hearts and souls with red thread fastened together&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seratext&amp;quot;&amp;gt;♦ This love that we have permeates and sustains all I am&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seratext&amp;quot;&amp;gt;♦ Our sacred vow, a promise lasting forever&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seratext&amp;quot;&amp;gt;♦ This destiny we forged is something that I'll protect with all I have&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;seratext&amp;quot;&amp;gt;♦ Even if the whole world stands up against me&amp;lt;/div&amp;gt; &lt;br /&gt;
&amp;lt;div class=&amp;quot;seratext&amp;quot;&amp;gt;♦ The brand of &amp;quot;evil&amp;quot; is one I can stand to bear&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seratext&amp;quot;&amp;gt;♦ No matter who thinks they'll get in my way&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seratext&amp;quot;&amp;gt;♦ I'll crush them all with my own hands to be with you&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seratext&amp;quot;&amp;gt;♦ Now and for all time &amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;seratext&amp;quot;&amp;gt;♦ Even if they all point and call me the villain&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seratext&amp;quot;&amp;gt;♦ This feeling of love that's in my heart is my one truth&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seratext&amp;quot;&amp;gt;♦ And if the world rises against me&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seratext&amp;quot;&amp;gt;♦ I'll burn it all down to the ground to be with you&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;seratext&amp;quot;&amp;gt;♦ Now and for all time&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia== &lt;br /&gt;
*A snippet of this song and [[i'm the hero]] were teased through a puzzle from a NEWSZ 12 Twitch stream on February 17th.&amp;lt;ref&amp;gt;https://youtu.be/eRVzaraJG2A?si=8oGOzYi4-UaHvGEa&amp;lt;/ref&amp;gt;&lt;br /&gt;
*This song has many similarities to [[DIAGRAM]] and [[Kill The Deadline|Kill the Deadline]], with the DIAGRAM melody playing throughout the song, and Sera's Zone of Dominion acting as a Deadline from KtD.&lt;br /&gt;
*Sera's Burst lasts for 64 beats.&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
The game version is only available on Anarch Entertainment's Bandcamp; however, Hommarju released an extended version as part of the album &amp;quot;Freeform Experience,&amp;quot; which can be streamed on Bandcamp, YouTube, and Spotify.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/track=4016767868/size=large/bgcol=FFFFFF/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=P3HTKXAuVSg}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;spotify:track:7ckE0CUgGiw98wbK5X52vQ&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Dia Folder Songs}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Songs featuring Hommarju]]&lt;br /&gt;
[[Category:Songs featuring Angela]]&lt;br /&gt;
[[Category:Dia Folder Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT True Heroes Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT True Heroes Original Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Original Songs]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Songs featuring STΔRLIVHT]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=User:Zinga&amp;diff=3789</id>
		<title>User:Zinga</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=User:Zinga&amp;diff=3789"/>
		<updated>2025-06-04T04:39:05Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Remove cruft; update notes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;0 hz&lt;br /&gt;
&lt;br /&gt;
= Debug notes =&lt;br /&gt;
&lt;br /&gt;
== General issues ==&lt;br /&gt;
&lt;br /&gt;
=== CSS / styling ===&lt;br /&gt;
&lt;br /&gt;
* CSS for &amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/nowiki&amp;gt; tags is messed up, e.g. &amp;lt;code&amp;gt;this should be in monospace font&amp;lt;/code&amp;gt;&lt;br /&gt;
* Looks like blockquotes are missing the styling for the quote bar (&amp;lt;code&amp;gt;border-left&amp;lt;/code&amp;gt; CSS)&lt;br /&gt;
* CSS in general looks to be expecting a lot of stuff that isn't in the default theme. I'll wait til the fandom wiki's CSS is ported over?&lt;br /&gt;
&lt;br /&gt;
== Infobox issues ==&lt;br /&gt;
* [[Template:Song Infobox]] is totally busted.&lt;br /&gt;
* [[Template:Song]] infobox issues:&lt;br /&gt;
** It's trying to use the &amp;lt;code&amp;gt;TemplateData&amp;lt;/code&amp;gt; extension, which [[Special:Version|isn't installed]].&lt;br /&gt;
** It's using an undefined CSS class &amp;lt;code&amp;gt;article-table&amp;lt;/code&amp;gt;. The [[Template:SLSong]] infobox uses &amp;lt;code&amp;gt;wiki-table&amp;lt;/code&amp;gt;, which is why it has the black cell borders.&lt;br /&gt;
** For some reason the base pattern and character info is just posted in italics outside of the infobox.&lt;br /&gt;
* ✅ A ton of pages are under [[:Category:Templates]] even though they aren't templates, likely because of naughty infoboxes that don't put the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[Category:Templates]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; directive in a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag.&lt;br /&gt;
* There's no way to avoid transcluding categories for infoboxes without modifying all of the templates. That means the infoboxes on this page that are included for demonstration purposes have put this page under [[:Category:Songs]] even though this isn't a page for a song! Consider using the [https://en.wikipedia.org/wiki/Template:Category_handler#The_%22nocat%22_parameter Template:Category_handler] template that MediaWiki has, which automatically handles the &amp;lt;code&amp;gt;nocat&amp;lt;/code&amp;gt; parameter. Unfortunately it looks like that would still require all templates to opt into using that template for their category inclusions...&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=HINOTORI&amp;diff=3788</id>
		<title>HINOTORI</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=HINOTORI&amp;diff=3788"/>
		<updated>2025-06-04T04:37:51Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SLTH Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
HINOTORI Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
HINOTORI Boss.jpg|Enemy&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{SLSong&lt;br /&gt;
|title=HINOTORI&lt;br /&gt;
|verses=3&lt;br /&gt;
|easy_level=5&lt;br /&gt;
|normal_level=7&lt;br /&gt;
|hard_level=10.5&lt;br /&gt;
|overload_level=13&lt;br /&gt;
|easy_pw=300&lt;br /&gt;
|normal_pw=425&lt;br /&gt;
|hard_pw=575&lt;br /&gt;
|overload_pw=725&lt;br /&gt;
|easy_tap=299&lt;br /&gt;
|easy_nontap=97&lt;br /&gt;
|normal_tap=569&lt;br /&gt;
|normal_nontap=130&lt;br /&gt;
|hard_tap=725&lt;br /&gt;
|hard_nontap=134&lt;br /&gt;
|overload_tap=1715&lt;br /&gt;
|overload_nontap=191&lt;br /&gt;
|charter=kt3rn&lt;br /&gt;
|artist=[[:Category:Songs featuring m1dy|m1dy]] &amp;amp; [[:Category:Songs featuring ktern|ktern]] ft. [[Sumire Hitori|Sumire]]&lt;br /&gt;
|bpm=175&lt;br /&gt;
|length=03:14&lt;br /&gt;
|folder=[[:Category: Heart Folder Songs|Heart]]&lt;br /&gt;
|unlock=Complete [[NOISZ STΔRLIVHT/Story/Chapter VS.4|Chapter VS.4]]}}&lt;br /&gt;
==Story Context==&lt;br /&gt;
As [[Hakuno Nekoda|Hakuno]] struggles against [[Firebird]]'s onslaught, she wonders if she's grown too dependent on [[Sumire Hitori|Sumire]]'s support in her life, but realizes that true strength is being able to rely on others to be strong together. She tells Firebird that although they aren't fighting alone, she isn't either. Firebird tells her to show them her strength before battling her again.&lt;br /&gt;
&lt;br /&gt;
==Level Gimmicks==&lt;br /&gt;
This song uses the Duel Gauge and is locked to [[Hakuno Nekoda|Hakuno]] in her [[Hakuno Nekoda/Styles#STΔRLIVHT_STΔGE|STΔRLIVHT STΔGE Style]].&lt;br /&gt;
&lt;br /&gt;
Verses 2 and 3 start with a Burst portion, where you will be unable to use your burst. These sections inflict scorched damage if you are hit, which recovers about 5/7ths slower then regular damage.&lt;br /&gt;
==Strategies==&lt;br /&gt;
Focus on ATK and SPC for this song, but put one point into HP for AA perk. Hakuno's undocked Burst effect will be more useful here in clearing the damage goal since you cannot use your Burst in the enemy Burst sections, the worst bullet hell sections of the song.&lt;br /&gt;
&lt;br /&gt;
==Lyrics==&lt;br /&gt;
''The following is sourced from the CONVERGENCE DISK Bandcamp page.''&lt;br /&gt;
{|&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ They close their eyes, plug their ears, unknowing&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥  Numbed by beautiful lies, unfeeling&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ Turn away from the truth, sleep peacefully ever more&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ For a hero will arrive to cleanse it all&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ Piercing through the shadowed world&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ My flaming blade lights up the dark&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ Through thankless work and brutal tasks&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ I'll carve my justice into my heart&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ Atop the heavens raining fire&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ I'll cremate the city's rotten core&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ And like a phoenix from the ash&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ A brighter world will be reborn!&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ Piercing through the shadowed world&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ My flaming blade lights up the dark&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ Through thankless work and brutal tasks&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ I'll carve my justice into my heart&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ Atop the heavens raining fire&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ I'll cremate the city's rotten core&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ And like a phoenix from the ash,&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ A brighter world will be reborn!&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ Don't you get it? the world's full of atrocities&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ It's all right for you to hurt them back&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ Why should you be the person to forgive and forget&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ Just burn it all away!&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ Don't want to fight? maybe violence isn't your way&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ That's all right, a hero will support you&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ Just stand back, I'll be the one to color my hands red&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sumiretext&amp;quot;&amp;gt;♥ Like a firebird&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
==Trivia==&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/track=2565294207/size=large/bgcol=FFFFFF/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
{{Heart Folder Songs}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Songs featuring m1dy]]&lt;br /&gt;
[[Category:Songs featuring ktern]]&lt;br /&gt;
[[Category:Songs featuring KT]]&lt;br /&gt;
[[Category:Heart Folder Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT True Heroes Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT True Heroes Original Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Original Songs]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
==References==&lt;br /&gt;
[[Category:Songs featuring STΔRLIVHT]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Insomnia&amp;diff=3787</id>
		<title>Insomnia</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Insomnia&amp;diff=3787"/>
		<updated>2025-06-04T04:37:39Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''For the remix featured in [[NOISZ STΔRLIVHT]], see [[Insomnia (MonstDeath Remix)]].''&lt;br /&gt;
{{Needs Information}}&lt;br /&gt;
{{Ignition Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
Insomnia Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
Insomnia Enemy.jpeg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{Song|Title=Insomnia|Artist=Mitomoro ft. Skizzo|Genre=Jungle|Easydiff=4.0|Normaldiff=8.0|Harddiff=10.0|Overloaddiff=11.0|Rate=Normal|Verses=4|Length=3:33|BPM=180|Boss=[[Gaius Antiphon|?????]]&lt;br /&gt;
|TextColor=#000000|CellColor=#6ce5f5}}&lt;br /&gt;
''Base Pattern by Valex''&amp;lt;br&amp;gt;&lt;br /&gt;
''Character by [https://www.angelinachiong.com/portfolio#/noisz/ Angelina Chiong]''&lt;br /&gt;
&lt;br /&gt;
==Story Context==&lt;br /&gt;
In Story C, after the [[Main Character (NOISZ)|main character]] asks [[Arietta Antiphon|Arietta]] a few questions and [[Beyond Antiphon|Beyond]] returns to the scene, the massive suit of armor that had been rampaging through the city approaches them and attacks.&lt;br /&gt;
&lt;br /&gt;
This boss is also encountered on a diverted Story C play through (unofficially known as &amp;quot;Long A&amp;quot;). After Arietta answers the main character's questions, Beyond arrives on the scene. A massive suit of armor that had been rampaging through the city approaches them and attacks.&lt;br /&gt;
&lt;br /&gt;
==Gimmicks==&lt;br /&gt;
The boss has 10x health on all difficulties (-90% each verse for A-Rank, -340% total for AA-Rank). Damage requirements for ranks in Overload are 10% of their usual requirements. [[The NOISZ|NOISZ]] circles act as bullet spawners in V1 and V3, and they can deal damage like regular bullets.&lt;br /&gt;
&lt;br /&gt;
In [[NOISZ ARC⌖CODA]], the 10x health gimmick is missing, making overflow possible.&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Chart Comparison==&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{#ev:youtube|https://www.youtube.com/watch?v=po09sfIJ-HI}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Flavor Text==&lt;br /&gt;
'''[[Beyond Antiphon|Beyond]]''': This energy signature... it couldn't be...?! Be careful... No matter how bad things look, don't give up the fight!&lt;br /&gt;
&lt;br /&gt;
'''[[Arietta Antiphon|Arietta]]''': Well, you've made it this far. Keep track of what's around you and where you need to be... Don't disappoint me now.&lt;br /&gt;
&lt;br /&gt;
'''[[Stornel]]''': This foe takes severely reduced damage. Effective counterattacks will help you do what must be done. &lt;br /&gt;
&lt;br /&gt;
==Lyrics==&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
We gon' party til the moon comes back in sight&amp;lt;br /&amp;gt;&lt;br /&gt;
We will dance move our feet until they lose the fight&amp;lt;br /&amp;gt;&lt;br /&gt;
There is nothing you can't do because you got the right&amp;lt;br /&amp;gt;&lt;br /&gt;
Move that body we ain't sleeping til tomorrow night&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
We gon' party til the moon comes back in sight&amp;lt;br /&amp;gt;&lt;br /&gt;
We will dance move our feet until they lose the fight&amp;lt;br /&amp;gt;&lt;br /&gt;
There is nothing you can't do because you got the right&amp;lt;br /&amp;gt;&lt;br /&gt;
Move that body we ain't sleeping til tomorrow night&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
These speakers can't get louder&amp;lt;br /&amp;gt;&lt;br /&gt;
Policemen wanna break the crowd up but&amp;lt;br /&amp;gt;&lt;br /&gt;
When the rhythm hits your feet start shaking like an earthquake gonna tear the ground up&amp;lt;br /&amp;gt;&lt;br /&gt;
Sirens blare now the cars got draulics bouncing holics&amp;lt;br /&amp;gt;&lt;br /&gt;
Neighbour balling, roofs are falling, everybody's all in, now it's starting&amp;lt;br /&amp;gt;&lt;br /&gt;
To get crazy, fall into the groove&amp;lt;br /&amp;gt;&lt;br /&gt;
I think lately, we're all in tune&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
We gon' party til the moon comes back in sight&amp;lt;br /&amp;gt;&lt;br /&gt;
We will dance move our feet until they lose the fight&amp;lt;br /&amp;gt;&lt;br /&gt;
There is nothing you can't do because you got the right&amp;lt;br /&amp;gt;&lt;br /&gt;
Move that body we ain't sleeping til tomorrow night&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
We gon' party til the moon comes back in sight&amp;lt;br /&amp;gt;&lt;br /&gt;
We will dance move our feet until they lose the fight&amp;lt;br /&amp;gt;&lt;br /&gt;
There is nothing you can't do because you got the right&amp;lt;br /&amp;gt;&lt;br /&gt;
Move that body we ain't sleeping til tomorrow night&amp;lt;br /&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
==Official Sound ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=ed-ss83nN7g}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/album=1065951935/size=large/bgcol=ffffff/linkcol=0687f5/artwork=small/track=2506304097/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;https://open.spotify.com/track/5ZaiDVquvgJrZOfPGQxtVL?si=2cf6cdfbd1ca4a64&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOISZ Ignition Songs}}&lt;br /&gt;
[[Category:Songs]]&lt;br /&gt;
[[Category:Story C Songs]]&lt;br /&gt;
[[Category:Songs featuring Mitomoro]]&lt;br /&gt;
[[Category:Songs featuring Skizzo]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
[[Category:NOISZ Ignition Original Songs]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=It%27s_My_Rebellion&amp;diff=3786</id>
		<title>It's My Rebellion</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=It%27s_My_Rebellion&amp;diff=3786"/>
		<updated>2025-06-04T04:37:27Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SLTH Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
It's My Rebellion Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
It's My Rebellion Boss.jpg|Enemy&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{SLSong&lt;br /&gt;
|title=It's My Rebellion&lt;br /&gt;
|verses=3&lt;br /&gt;
|easy_level=5&lt;br /&gt;
|normal_level=7&lt;br /&gt;
|hard_level=10.5&lt;br /&gt;
|overload_level=12&lt;br /&gt;
|easy_pw=300&lt;br /&gt;
|normal_pw=425&lt;br /&gt;
|hard_pw=575&lt;br /&gt;
|overload_pw=700&lt;br /&gt;
|easy_tap=354&lt;br /&gt;
|easy_nontap=81&lt;br /&gt;
|normal_tap=537&lt;br /&gt;
|normal_nontap=263&lt;br /&gt;
|hard_tap=540&lt;br /&gt;
|hard_nontap=265&lt;br /&gt;
|overload_tap=746&lt;br /&gt;
|overload_nontap=414&lt;br /&gt;
|charter=OG Chart Team EVERYONE&lt;br /&gt;
|artist=[[:Category:Songs featuring SIHanatsuka|SIHanatsuka]] &amp;amp; [[:Category:Songs featuring Norn|Norn]] ft. [[Hakuno Nekoda|Hakuno]]&lt;br /&gt;
|bpm=170&lt;br /&gt;
|length=03:18&lt;br /&gt;
|folder=[[:Category: Spade Folder Songs|Spade]]&lt;br /&gt;
|unlock=Complete [[NOISZ STΔRLIVHT/Story/Chapter VS.3|Chapter VS.3]]}}&lt;br /&gt;
==Story Context==&lt;br /&gt;
As [[Hakuno Nekoda|Hakuno]] faces against [[Firebird]], she attempts to call out to them as [[Hitori]], but realizes that the person before her is neither him nor [[Sumire Hitori|Sumire]]. Firebird admits they were formed after an experiment they'd done with [[Beyond (NOISZ STΔRLIVHT)|Beyond]] to use the [[The NOISZ#NOISZ/RS|NOISZ/RS]] by themselves. They state that even if their &amp;quot;self&amp;quot; was a mistake, their justice is not, and tells Hakuno to stand aside. Hakuno refuses, and the two clash.&lt;br /&gt;
&lt;br /&gt;
==Level Gimmicks==&lt;br /&gt;
This song uses the Duel Gauge and is locked to [[Sumire Hitori|Sumire]] in her [[Sumire Hitori/Styles#STΔRLIVHT_STΔGE|STΔRLIVHT STΔGE Style]].&lt;br /&gt;
&lt;br /&gt;
In verse 3, the song contains a Burst portion, where you will be unable to use your burst.&lt;br /&gt;
==Strategies==&lt;br /&gt;
Focus on ATK and SPC for this song, with a point in AA HP for the perk. If you have V-STΔRLIVHT STΔGE Sumire, wait to use your Burst, as in Duel Gauge it takes damage gauge progress instead of current HP for your attack boost. The consumed gauge will become red damage, but will heal very quickly from your Burst effect.&lt;br /&gt;
&lt;br /&gt;
==Lyrics==&lt;br /&gt;
''The following is sourced from the CONVERGENCE DISK Bandcamp page.''&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ through the blackened words and poisoned lies&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ tooth and nail, i carve my truth in the world&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ though they harden their hearts and close their eyes&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ a path will open before my sharpened claws&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ discarding my fate, a birthright denied&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ i shout my message into the night&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ the road may be gone but i'll find my way&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ to a place that i call home&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ will you see&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ will you hear&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ won't you believe&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ i am here&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ i manifest my reality&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ strong enough to forge my destiny&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ no one can stand in my path&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ i won't be tempted by your sweet revenge&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ witness now: it's my rebellion&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ even if the world won't understand&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ side by side, we'll blaze a whole other trail&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ though they cover their eyes and plug their ears&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ the way will open before my sharpened claws&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ discarding my birth, my fate i'll rewrite&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ let my missive be my own guiding light&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ the tide may oppose me but i'll fight my way&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ to a place that i call home&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ will you see&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ will you hear&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ won't you believe&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ i am here&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ i overwrite my reality&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ reaching out to grasp my destiny&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ no one can define my path&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ i won't be weak enough to hurt again&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hakunotext&amp;quot;&amp;gt;♠ witness now: it's my rebellion&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
* If you use Sumire STΔRLIVHT STAGE's V-IGNITION art when playing, the character portrait on the boss HP gauge will use the [[Firebird]] version of the art.&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/track=2259287348/size=large/bgcol=FFFFFF/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
{{Spade Folder Songs}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Songs featuring SIHanatsuka|SIHanatsuka]]&lt;br /&gt;
[[Category:Songs featuring Norn|Norn]]&lt;br /&gt;
[[Category:Songs featuring Leon|Leon]]&lt;br /&gt;
[[Category:Spade Folder Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT True Heroes Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT True Heroes Original Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Original Songs]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
==References==&lt;br /&gt;
[[Category:Songs featuring STΔRLIVHT]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=I%27m_the_hero&amp;diff=3785</id>
		<title>I'm the hero</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=I%27m_the_hero&amp;diff=3785"/>
		<updated>2025-06-04T04:37:12Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SLTH Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
{{DISPLAYTITLE:i'm the hero}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;&lt;br /&gt;
''For [[Grace Kamenashi|Grace]] and [[Joker]]’s duet version, see [[with my last breath]].''{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
I’m the hero Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
I’m the hero Boss.jpg|Enemy&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{SLSong&lt;br /&gt;
|title=i'm the hero&lt;br /&gt;
|verses=3&lt;br /&gt;
|easy_level=6&lt;br /&gt;
|normal_level=8&lt;br /&gt;
|hard_level=11&lt;br /&gt;
|overload_level=12.5&lt;br /&gt;
|easy_pw=325&lt;br /&gt;
|normal_pw=450&lt;br /&gt;
|hard_pw=600&lt;br /&gt;
|overload_pw=700&lt;br /&gt;
|easy_tap=397&lt;br /&gt;
|easy_nontap=108&lt;br /&gt;
|normal_tap=479&lt;br /&gt;
|normal_nontap=210&lt;br /&gt;
|hard_tap=645&lt;br /&gt;
|hard_nontap=188&lt;br /&gt;
|overload_tap=1093&lt;br /&gt;
|overload_nontap=278&lt;br /&gt;
|charter=k//eternal &amp;amp; Elica&lt;br /&gt;
|artist=[[:Category:Songs featuring onoken|onoken]] ft. [[Grace Kamenashi|Grace]]&lt;br /&gt;
|bpm=192&lt;br /&gt;
|length=4:08&lt;br /&gt;
|folder=[[:Category: Clover Folder Songs|Clover]]&lt;br /&gt;
|unlock=Complete [[NOISZ STΔRLIVHT/Story/Chapter VS.1|Chapter VS.1]]}}&lt;br /&gt;
&lt;br /&gt;
==Story Context==&lt;br /&gt;
As [[Grace Kamenashi|Grace]] and [[Sera Hoshikawa|Sera]] duel in the secret [[Antiphon]] lab, Sera tells Grace she knows she's holding back, and demands that Grace fight her with everything she has. The two share a kiss before resuming their battle.&lt;br /&gt;
&lt;br /&gt;
==Level Gimmicks==&lt;br /&gt;
This song uses the Duel Gauge and is locked to [[Sera Hoshikawa |Sera]] in her [[Sera Hoshikawa/Styles#STΔRLIVHT_STΔGE|STΔRLIVHT STΔGE Style]]. &lt;br /&gt;
&lt;br /&gt;
In verse 3, the song contains a Burst portion, where you will be unable to use your burst. &lt;br /&gt;
&lt;br /&gt;
Sera's V-IGNITION works strangely on this song; playing it in story will give her SS+ TEC, but playing in free play will give her SS+ HP &lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
ATK and SPC should be raised here, especially SPC for Zone of Dominion damage. Save your burst for high note sections to help clear the damage requirement.&lt;br /&gt;
&lt;br /&gt;
==Lyrics==&lt;br /&gt;
''The following is sourced from the CONVERGENCE DISK Bandcamp page.''&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Let’s tear the pages of a tale long left behind&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Can I take your hand and throw away my destiny?&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Born to serve a purpose&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Born to die a hero&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ But with my last breath, I’ll speak only...&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Through silence, we shout into the endless dark&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Won't anybody answer us?&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Through heartbreak, will these chains sever us&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Please let me break away&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Oh, who would choose&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ A destiny of strife with battered flesh, and blood, and heart, and soul&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ I dedicate to the world&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Oh, tell me who would choose&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ To call themselves a hero?&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Go on and take all that I have&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ But when you go, just listen&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ To my one wish &amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Let’s tear the pages of a tale long left behind&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ If I could only turn away and claim happily ever after for myself&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ To be with you could I let the world burn?&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ The choice was never mine, for this is who I am&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Born to serve a purpose&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Born to die a hero&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ But with my last breath, I’ll sing to you of my love&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Through darkness, I’ll carve a path made for two&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ But I don’t know if there’s light ahead&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Through endless roads we still struggle on&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ But will you be waiting?&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ An unwavering heart filled with justice&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ An invincible saviour and champion&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ That's why I looked up to the heroes shining on my screen&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ But when I think of all that I have to lose&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ My hands, they quiver with hesitance&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ So I understand now this ideal is one I’ll never reach&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Even so, I will be a hero&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ I raise my sword and stand against the endless dark&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Born to serve a purpose&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Born to die a hero&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ In this very moment I will live...&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ As I burn away, I’ll be your guiding light&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ &amp;quot;But was all of this worth it?&amp;quot;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Such a question never really mattered&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ If I must bow to the whims of destiny&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Then at the very least, I’ll do it my own way&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ And nothing can take that away from me&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Born to serve a purpose&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Born to die a hero&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ After my last breath, I’ll take control of my fate&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*A snippet of this song and [[For All Time]] were teased through a puzzle from a NEWSZ 12 Twitch stream on February 17th.&amp;lt;ref&amp;gt;https://youtu.be/9QZsTTDpQ4o?si=rKr_SAZtkp-XCFvj&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/track=2753175703/size=large/bgcol=FFFFFF/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Clover Folder Songs}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Songs featuring onoken]]&lt;br /&gt;
[[Category:Songs featuring k*chan]]&lt;br /&gt;
[[Category:Clover Folder Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT True Heroes Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT True Heroes Original Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Original Songs]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
==References==&lt;br /&gt;
[[Category:Songs featuring STΔRLIVHT]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Last_Wish_(NOISZ_Mix)&amp;diff=3784</id>
		<title>Last Wish (NOISZ Mix)</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Last_Wish_(NOISZ_Mix)&amp;diff=3784"/>
		<updated>2025-06-04T04:36:51Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SLTH Spoiler Warning}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
Lure Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
Last Wish Boss Phase 1.jpg|Phase 1&lt;br /&gt;
Last Wish Boss Phase 2.jpg|Phase 2&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{SLSong&lt;br /&gt;
|verses=5&lt;br /&gt;
|easy_level=6&lt;br /&gt;
|normal_level=8&lt;br /&gt;
|hard_level=11&lt;br /&gt;
|overload_level=13&lt;br /&gt;
|easy_pw=500&lt;br /&gt;
|normal_pw=625&lt;br /&gt;
|hard_pw=775&lt;br /&gt;
|overload_pw=900&lt;br /&gt;
|easy_tap=650&lt;br /&gt;
|easy_nontap=263&lt;br /&gt;
|normal_tap=1106&lt;br /&gt;
|normal_nontap=335&lt;br /&gt;
|hard_tap=1599&lt;br /&gt;
|hard_nontap=515&lt;br /&gt;
|overload_tap=2266&lt;br /&gt;
|overload_nontap=749&lt;br /&gt;
|charter=SL Chart Team EVERYONE&lt;br /&gt;
|artist=[[:Category:Songs featuring Kry.exe|Kry.exe]]&lt;br /&gt;
|bpm=210 - 960&lt;br /&gt;
|length=05:33&lt;br /&gt;
|folder=[[:Category: Joker Folder Songs|Joker]]&lt;br /&gt;
|unlock=Complete [[NOISZ STΔRLIVHT/Story/Chapter -1.IV|Chapter -1.IV]]}}&lt;br /&gt;
==Story Context==&lt;br /&gt;
After inserting herself into the simulation and being defeated by [[Grace Kamenashi|Grace]], [[Joker]] realizes the story hasn't continued as [[Genbu]] now stands in Grace's place. Realizing the true purpose of the [[NOISZ Beast|NOISZ Beasts]] she fought before were the seals she placed to hide the truth from both the world and herself, she demands Genbu let her pass. Genbu says she will decide if Joker is ready or not and tells Joker to show her how powerful she is.&lt;br /&gt;
&lt;br /&gt;
==Level Gimmicks==&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*The Overload chart for this song contains the highest note count in [[NOISZ STΔRLIVHT]] in every aspect.&lt;br /&gt;
**It has the most tap notes at 2266, with next most at 1599 notes being this song's Hard chart.&lt;br /&gt;
**It has the most non-tap notes at 749, with next most at 682 notes being [[Forged In Darkest Abyss]] Overload.&lt;br /&gt;
**It has the highest note total at 3015, with the next highest, at a total of 2114 notes, being this song's Hard chart.&lt;br /&gt;
*The song's Normal difficulty is one of two Normal charts with more than 1000 notes total, at a combined note count of 1441.&lt;br /&gt;
**The other Normal chart is that of [[LVL.99]], at a combined note count of 1003.&lt;br /&gt;
*On every difficulty, this song has the highest note total of any chart in its slots (Easy, Normal, Hard, and Overload).&lt;br /&gt;
*The artwork of [[Grace Kamenashi|Grace]] shown later in the song also appears as the boss of [[LIVHT MY WΔY (NOISZ ARC⌖CODA)|LIVHT MY WΔY]]'s appearance in [[NOISZ ARC⌖CODA]].&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=CYtp9_slNNU}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/track=752216906/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
{{Joker Folder Songs}}&lt;br /&gt;
[[Category:Songs featuring Kry.exe]]&lt;br /&gt;
[[Category:Joker Folder Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT True Heroes Songs]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=MultiVerse&amp;diff=3783</id>
		<title>MultiVerse</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=MultiVerse&amp;diff=3783"/>
		<updated>2025-06-04T04:36:26Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:multiVerse}}&lt;br /&gt;
{{Re:Verse Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt; {{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:MultiVerse Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
File:MultiVerse Enemy.jpeg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{Song|Title=multiVerse|Artist=MonstDeath vs. Neutral Moon|Genre=End of [[NOISZ (Game)|NOISZ]] V2|Easydiff=7.0|Normaldiff=10.0|Harddiff=12.0|Overloaddiff=13.0|Rate=[[Rate#Lethal|Lethal]]|Verses=1 (shown as Verse 2 in-game)|Length=4:03|BPM=177|Boss=[[Alpha]]}}&lt;br /&gt;
''Base Pattern by [https://www.twitter.com/danmakuboss k//eternal]''&amp;lt;br&amp;gt;&lt;br /&gt;
''Character by [https://www.twitter.com/fruitsrabbit fruitsrabbit]''&lt;br /&gt;
&lt;br /&gt;
==Story Context==&lt;br /&gt;
After defeating [[Stornel]], the [[Main Character (NOISZ)|main character]] enters [[the Void]] to confront [[Alpha]].&lt;br /&gt;
&lt;br /&gt;
==Gimmicks==&lt;br /&gt;
This song lasts only one verse and uses [[NOISZ (Game)/Styles#multiVerse|Limit Breaker only (Void Breaker on Overload difficulty)]]. This song features void bullets, which are black and white bullets that, on contact, bring you to the Game Over screen. You can touch void bullets using Crash Mode; however, they will not be absorbed.&lt;br /&gt;
&lt;br /&gt;
This chart is impossible to finish - getting as close to the end as possible will net you an S-Rank, and in order to pass, you need to do 100% damage (899% left) and to get an AA-Rank you need to get 300% (699% left).&lt;br /&gt;
&lt;br /&gt;
On Overload, you must get 300% Overflow or more for A-Rank, and 600% Overflow for AA-Rank.&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
A guide by Yoshi, specifically for Overload (but much of the strategy still translates well into lower difficulties): https://youtu.be/E0pF2rZtTTw&lt;br /&gt;
&lt;br /&gt;
===Intro===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The pre-countdown pattern has a safe spot slightly left of center. Stay there until the countdown itself. Then you should move right and dodge the last couple rings. For the transition into the Void ring, memorize a spot where you can both dodge the red kunais and shield the blue ones. Before the transition begins, you want to get into position and only move slightly to avoid the preceding Void kunais.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Void Ring===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Build up combo by shooting Alpha. Stay near the bottom half of the void ring, but not too far down, as the Void bullets can more easily hit you if you're near the ones that move inward. A more aggressive strategy is to try to absorb at least three (preferrably four or more for a charged shot) of the blue bullets that spawn when the Void bullets move away from the center of the ring.&lt;br /&gt;
&lt;br /&gt;
Avoiding the Void bullets is almost like hopping over whichever one is closest to the bottom. Alternatively, you can move in a counterclockwise direction until the Void ring stops and moves outward. The Void ring will then continue doing the same thing, only in the opposite direction.&lt;br /&gt;
&lt;br /&gt;
Smaller blue bullets will spawn and move towards the center. The same strategy as before can be applied here; although, alternating shielding and shooting can help gain enough combo for the next section. At the end of the Void ring segment, Void lasers will be fired that cover most of the area of the blue zone you're in.&lt;br /&gt;
While you can technically avoid this without crashing by moving close to one of the edges and fitting between the lasers, you will pass this much more reliably if you simply crash.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Figure Eight===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The blue zone will shrink and begin moving in a figure eight. You can stay inside the zone by not going too high nor too low, and moving side-to-side with the zone. When moving to stay in the blue zone, be careful to avoid the red and blue bullets which Alpha will fire in all directions. If you've gained enough combo (which on Hard difficulty, you most likely will have), it is easiest to follow a pattern of &amp;quot;Crash, shoot, shoot, shoot&amp;quot; while moving with the zone. Crashing will make it easier to avoid being hit by the red and blue bullets.&lt;br /&gt;
&lt;br /&gt;
Once the zone disappears, a pair of scissor lasers will appear as Void. If you're in the correct spot and time it right, you can end up with 2 Combo (8 if you use Crash Mode). The zone will reappear, and one laser will be red and the other blue. If the blue is on the right, move slightly to the right and shield, and if it's on the left, move slightly to the left and shield, before quickly moving to the right to stay in the blue zone. At this point, you can resume the same dodging strategy as before, but you will want to be more careful because the loss of combo will stop you from being able to enter Crash Mode for a while. You can get Charged Shots off of the blue bullets during this part of the pattern. This is consistent on Hard and luck-dependent on Overload.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Bullet Spiral===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the blue zone stops moving, it will grow again. You should move downward to more easily dodge the blue and void kunai rings (which will aim at you with Void). Initially, you want to wait for the first two rings before dodging to the left, then wait for the next two before moving to the right. This way you can dodge the fifth kunai ring as well as one of the &amp;quot;arms&amp;quot; of the red bullet spiral. After that, you want to make your way to the left, so you can start moving to the right once the kunai rings and the spiral begin moving faster. If you've been shooting the whole time, and you managed to get the crash shot before dodging that first scissor laser during figure eight, then you should be able to reach 57 combo, at which point you want to start crashing. When the zone disappears, dodge to the right to avoid dying to the now void bullet spiral.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Void Bullet Sweep===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On the Hard difficulty, there is a safe spot right at the bottom of the screen, above the yellow &amp;quot;ENEMY&amp;quot; box that shows where you can hit the enemy from. You want to stay above the letters &amp;quot;NEM&amp;quot; to avoid being hit by the sweeping lines of void bullets. When the drums start up again, you will want to dodge only after every third kunai ring fires. When they start firing faster, only count every *other* kunai ring, as the ones between those will be offset enough to not have to worry about those. When the blue zone starts coming back, you will want to make your way up to get in.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Scissor Lasers===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This part is definitely tricky at first, as on the Hard difficulty and above, the scissor lasers will move much faster than before. You will need to be quick to determine which side to move to first while shielding through the blue lasers. Three scissor lasers will close in, with one blue and one red (one blue and one void on Overload). On Hard and Overload, the first laser of the initial three is fake, but after that, you will need to move in the correct directions. Five more will close in, with the blue one starting on the opposite side from where it started with the initial three.&lt;br /&gt;
&lt;br /&gt;
Then, red and blue kunai will fire in little arcs, which you can absorb for more Combo. After the first set of arcs, a randomized ring of void kunai will be fired before the second set of arcs fires. After the arcs, this pattern will repeat, with the initial dodging direction being the same as before (i.e., if the first scissor lasers started with the blue one on the left, that is how it will start again), though the arcs will be mirrored. After the second set of scissor lasers and arcs fires, bullets of all three types will be fired in all directions. You can either shield to not have to worry about the blue bullets (though red and void will still affect you, of course). If you can manage it, you can dodge all bullets while shooting Alpha instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Pinwheel===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this point, several lasers will be fired in all directions. Only seven will be active at a time, and the active lasers will rotate around while an assortment of kunais are fired. Don't be afraid to cross over the lasers if need be; just be mindful of when they are active, so you don't get hit by them while crossing.&lt;br /&gt;
&lt;br /&gt;
The kunais will fire randomly, but are not too difficult to dodge without shielding, though if needed, you can use the shield from crashing to avoid getting hit by any red or void kunais (remember that void bullets will NOT be absorbed by the crash shield). After 32 beats of this, the kunais will stop firing, and at this point you will want to move to the bottom of the blue zone, staying close (but not too close) to the middle laser. This is a safe spot from the void bullets that will fire at the same time as all of the lasers. After it does this twice, the red lasers will become void lasers, so be very careful not to accidentally move out of the safe spot lest you run the risk of ending your run.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Void Snake===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are a few different ways to do the void snake, but most of the more reliable paths to guide it involve leading it to the side a bit, leading it downward, then start leading it to the other side before moving upward to make it follow you up. Then, guide it back down while avoiding the bullets that the &amp;quot;head&amp;quot; of the void snake fires. Void kunais will fire in all directions while Void Snake is chasing you, though they become less dense during the second half of this segment. Every Void snake route has sections involving tight dodging, so pay careful attention as you follow your chosen route.&lt;br /&gt;
&lt;br /&gt;
After the snake disappears, two void lasers will begin closing in from the top down, though the blue zone will appear just before they reach you, letting you shield through the now blue lasers before the next segment.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Force Lasers / Bullet Spiral 2===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bullets of all colors will spiral out from where Alpha is, and void kunais will also be fired from this point as well. Void lasers will shoot upwards from the bottom on every fourth beat, with the 8th and 16th lasers fired firing multiple across the screen. You will want to crash those lasers to avoid them (oh Hard, the gaps between them are wide enough to fit between somewhat easily).&lt;br /&gt;
&lt;br /&gt;
With only 31 beats to build up at least 32 combo to be able to crash, you need to absorb some of the blue bullets from the arms of the bullet spiral (at least two in one beat, so you can get more combo in a single beat to be able to crash). After the first set of multiple lasers (when the voice says &amp;quot;FORCE&amp;quot;), simply shooting Alpha should be good to build up enough combo to crash again (assuming you don't get hit by any red or blue bullets before the second set of multiple lasers).&lt;br /&gt;
&lt;br /&gt;
On Overload, using Crash Mode during the screen-covering lasers becomes almost required, as the gap to avoid them becomes so small that successfully entering it is very inconsistent. Even if you do manage to take the gap, it can put you in a bad position for the following patterns. It is recommended to only take the gap if you fail to get 32 Combo.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Pre-outro===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the second set of force lasers, the bullets from the bullet spiral will begin moving towards (and will continue after passing) Alpha. In addition, even more void kunais will be fired from where Alpha is (which are aimed towards your location). You want to avoid getting hit by any red or blue bullets from this point onward, as it is VERY easy to get cornered by the bullets near the end of this segment and get hit by one of many void bullets. If you've made it past this point, congratulations! It's time for the final segment.&lt;br /&gt;
&lt;br /&gt;
Having high enough combo to Crash through a pattern that's cornered you is greatly beneficial, if you can manage.&lt;br /&gt;
&lt;br /&gt;
On Overload, going into this pattern with enough Combo to use Crash Mode is crucial. At some points, the bullets can wall you if you can't crash.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Outro===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this point, several lines of three kunai will fire out in rings, and each set of kunai will begin crossing over each other. In addition, small void bullets will also be fired in the direction of the player.&lt;br /&gt;
&lt;br /&gt;
This section requires precise movements to complete, as even the slightest mistake can result in your untimely death. You will want to cross through each ring as the kunai lines nearest the center begin diverging, to give yourself the most room to make it through. As you do this, you will need to adjust accordingly to avoid the void bullets that are aimed towards you, as well as to cross each ring at the ideal time, as the lines in each one can and will diverge at different points. Make sure you do this with the ones closest to the center, as two void lasers will also be closing in towards the very middle. At the end of the song, a third void laser will fire in between the first two lasers (which will be really close to the center at this point), and bring you to the game over screen, but if you made it to this point, then you've earned yourself one of the hardest S-Ranks in the game!&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chart Comparison==&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{#ev:youtube|https://www.youtube.com/watch?v=hP2q7KfGXac}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Flavor Text==&lt;br /&gt;
This song's navigator is locked to [[Beyond Antiphon|Beyond]].&lt;br /&gt;
&lt;br /&gt;
'''[[Beyond_Antiphon|Beyond]]''': Alright, the final battle begins here! She looks a lot stronger than before. Hopefully things are going to be okay...?&lt;br /&gt;
&lt;br /&gt;
==Lyrics==&lt;br /&gt;
FORCE&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
*While most songs in NOISZ are first charted on Hard, multiVerse is an unusual exception, for it was first charted on Overload.&amp;lt;ref&amp;gt;NOISZ SL Discord Server, AMA thread in Backstage&amp;lt;/ref&amp;gt;&lt;br /&gt;
*multiVerse Overload was previously less challenging and was buffed in a game patch during Version 2.0.&amp;lt;ref&amp;gt;https://twitter.com/noiszgame/status/1229162703744311301&amp;lt;/ref&amp;gt;&lt;br /&gt;
*The [[NOISZ STΔRLIVHT]] song, [[Forged In Darkest Abyss]] uses similar bullet patterns such as the void snake, lock-on lasers, scissor lasers, and closing in lines of void kunais.&lt;br /&gt;
*This song is labelled Verse 2 in-game, and has the description End of NOISZ v2, as [[Beyond The NOISZ]] is &amp;quot;Verse 1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=LZ4EgYsC14U}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/album=1942617558/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=1624121133/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
SoundCloud=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;soundcloud url=&amp;quot;https://soundcloud.com/neutralmoon/multiverse-neutral-moon-monstdeath-from-noisz-reiiverse&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;spotify:track:1F8fcBxh4xSebddNo3dCb3&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOISZ re:VERSE Songs}}&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
[[Category:NOISZ re:VERSE Original Songs]]&lt;br /&gt;
[[Category:Songs featuring MonstDeath]]&lt;br /&gt;
[[Category:Songs featuring Neutral Moon]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=User:LockedLibraries&amp;diff=3782</id>
		<title>User:LockedLibraries</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=User:LockedLibraries&amp;diff=3782"/>
		<updated>2025-06-04T04:36:10Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links (and yes I did read this)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi I help with the pages or whatever. Do people even read this&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox|image1=File:Pure Enemy.jpeg}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
[[Pure (NOISZ STΔRLIVHT)]]&lt;br /&gt;
''For the version featured in [[NOISZ episode G]], see [[Pure]].''&lt;br /&gt;
{{SLSong&lt;br /&gt;
|verses=3&lt;br /&gt;
|easy_level=3&lt;br /&gt;
|normal_level=5&lt;br /&gt;
|hard_level=8&lt;br /&gt;
|overload_level=11&lt;br /&gt;
|easy_pw=250&lt;br /&gt;
|normal_pw=375&lt;br /&gt;
|hard_pw=525&lt;br /&gt;
|overload_pw=675&lt;br /&gt;
|easy_tap=&lt;br /&gt;
|easy_nontap=&lt;br /&gt;
|normal_tap=&lt;br /&gt;
|normal_nontap=&lt;br /&gt;
|hard_tap=&lt;br /&gt;
|hard_nontap=&lt;br /&gt;
|overload_tap=&lt;br /&gt;
|overload_nontap=&lt;br /&gt;
|charter= Valex??&lt;br /&gt;
|artist=[[:Category:Songs featuring Shirobon|Shirobon]] ft. [[:Category:Songs featuring chiisana|chiisana]]&lt;br /&gt;
|bpm=174&lt;br /&gt;
|length=03:01&lt;br /&gt;
|folder=[[:Category: Joker Folder Songs|Joker]]&lt;br /&gt;
|unlock=Buy Joker Pass}}&lt;br /&gt;
&lt;br /&gt;
==Level Gimmicks==&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
&lt;br /&gt;
==Lyrics==&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
Can you hear me? Calling you&amp;lt;br&amp;gt;&lt;br /&gt;
Can you feel me? Whisper through the wind&amp;lt;br&amp;gt;&lt;br /&gt;
A world of trust is built for two&amp;lt;br&amp;gt;&lt;br /&gt;
So close your eyes and fall into my heart&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Don't make a sound, I'll be here for you&amp;lt;br&amp;gt;&lt;br /&gt;
To keep you safe from the ones out to hurt us&amp;lt;br&amp;gt;&lt;br /&gt;
Throughout our lives you ignore the truth&amp;lt;br&amp;gt;&lt;br /&gt;
That deep inside you, we are so pure&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Inside i remain a fragment of hope&amp;lt;br&amp;gt;&lt;br /&gt;
What happened to you? What could i even do&amp;lt;br&amp;gt;&lt;br /&gt;
When we hurt inside&amp;lt;br&amp;gt;&lt;br /&gt;
I'll show you that I'll be right there&amp;lt;br&amp;gt;&lt;br /&gt;
To fall into your heart&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
I'm falling faster&amp;lt;br&amp;gt;&lt;br /&gt;
We're falling faster&amp;lt;br&amp;gt;&lt;br /&gt;
Through our memories&amp;lt;br&amp;gt;&lt;br /&gt;
Of all that we felt&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Don't make a sound, I'll be here for you&amp;lt;br&amp;gt;&lt;br /&gt;
To keep you safe from the ones out to hurt us&amp;lt;br&amp;gt;&lt;br /&gt;
Throughout our lives you ignore the truth&amp;lt;br&amp;gt;&lt;br /&gt;
That deep inside you, we are so pure&amp;lt;br&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*The version of the song created for the game has vocals by [[:Category:Songs featuring chiisana|chiisana]]. The original song has vocals by the Vocaloid, GUMI.&lt;br /&gt;
*Pure, along with [[LIVHT MY WΔY]] are the only songs currently that are in both the original [[NOISZ]] series and [[NOISZ STΔRLIVHT]].&lt;br /&gt;
**Technically, [[Quicksilver]] in both games are different versions.&lt;br /&gt;
*There was a preview of this song at MAGFest 2024 before official release.&lt;br /&gt;
==Official Sound==&lt;br /&gt;
No official release exists of chiisana's cover of Pure. All current embeds for official versions are for the original version with GUMI.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=7uLF7aw4sA8}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/track=3312849799/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
SoundCloud=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;soundcloud url=&amp;quot;https://soundcloud.com/shirobon/pure-1&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;spotify:track:6RvMsU9xgpsBmTBugM5MOo&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Songs]]&lt;br /&gt;
[[Category:Joker Folder Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT True Heroes Songs]]&lt;br /&gt;
[[Category:Songs featuring Shirobon]]&lt;br /&gt;
[[Category:Songs featuring chiisana]]&lt;br /&gt;
[[Category:Songs featuring chiisa]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Xrocus&amp;diff=3781</id>
		<title>Xrocus</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Xrocus&amp;diff=3781"/>
		<updated>2025-06-04T04:35:38Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SLTH Spoiler Warning}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
Xrocus Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
Xrocus Boss.jpg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{SLSong&lt;br /&gt;
|verses=4&lt;br /&gt;
|easy_level=5&lt;br /&gt;
|normal_level=7&lt;br /&gt;
|hard_level=9&lt;br /&gt;
|overload_level=11&lt;br /&gt;
|easy_pw=475&lt;br /&gt;
|normal_pw=600&lt;br /&gt;
|hard_pw=725&lt;br /&gt;
|overload_pw=850&lt;br /&gt;
|easy_tap=436&lt;br /&gt;
|easy_nontap=163&lt;br /&gt;
|normal_tap=588&lt;br /&gt;
|normal_nontap=191&lt;br /&gt;
|hard_tap=768&lt;br /&gt;
|hard_nontap=269&lt;br /&gt;
|overload_tap=1253&lt;br /&gt;
|overload_nontap=217&lt;br /&gt;
|charter=VKIM &amp;amp; Valex&lt;br /&gt;
|artist=[[:Category:Songs featuring AAAA|AAAA]] vs. [[:Category:Songs featuring Morimori Atsushi|Morimori Atsushi]]&lt;br /&gt;
|bpm=202&lt;br /&gt;
|length=03:53&lt;br /&gt;
|folder=[[:Category: Joker Folder Songs|Joker]]&lt;br /&gt;
|unlock=Complete [[NOISZ STΔRLIVHT/Story/Chapter -1.I|Chapter -1.I]]}}&lt;br /&gt;
==Story Context==&lt;br /&gt;
As [[Joker]] witnesses a flashback of how [[Arietta Antiphon|Arietta]] and [[Beyond Antiphon|Beyond]] first opened the gate to the [[World of Music]], [[Seiryu]] interrupts, telling Joker that she has come to punish her for setting up  [[STΔRLIVHT]] to die in the fight against [[Gaius Antiphon|Gaius]]. Seiryu then attacks.&lt;br /&gt;
&lt;br /&gt;
==Level Gimmicks==&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
&lt;br /&gt;
== Trivia==&lt;br /&gt;
*[[Seiryu]] uses her battle art from [[Kill The Deadline]] in [[NOISZ (Game)|NOISZ Ignition]]; however, unlike its appearance in NOISZ, Seiryu's tail on this artwork is visible. &lt;br /&gt;
**No other appearances of Seiryu's battle art show her tail.&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=DC5tz37acZo}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/track=56112208/size=large/bgcol=FFFFFF/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;spotify:track:0FHpOitMKZT6J8bunSvkXN&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Joker Folder Songs}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Songs featuring AAAA]]&lt;br /&gt;
[[Category:Songs featuring Morimori Atsushi]]&lt;br /&gt;
[[Category:Joker Folder Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT True Heroes Songs]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=With_my_(last%2B1)_breath&amp;diff=3780</id>
		<title>With my (last+1) breath</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=With_my_(last%2B1)_breath&amp;diff=3780"/>
		<updated>2025-06-04T04:34:54Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SLTH Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
{{DISPLAYTITLE:with my (last+1) breath}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;&lt;br /&gt;
''For the original mix, see [[with my last breath]].''{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
With my (last+1) breath Boss Spoiler.jpeg|Spoiler &lt;br /&gt;
With my (last+1) breath Boss.jpg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{SLSong&lt;br /&gt;
|verses=1 (shown as Verse 0 in-game)&lt;br /&gt;
|easy_level=7&lt;br /&gt;
|normal_level=10&lt;br /&gt;
|hard_level=12&lt;br /&gt;
|overload_level=13.5&lt;br /&gt;
|easy_pw=999&lt;br /&gt;
|normal_pw=999&lt;br /&gt;
|hard_pw=999&lt;br /&gt;
|overload_pw=999&lt;br /&gt;
|easy_tap=515&lt;br /&gt;
|easy_nontap=180&lt;br /&gt;
|normal_tap=697&lt;br /&gt;
|normal_nontap=211&lt;br /&gt;
|hard_tap=862&lt;br /&gt;
|hard_nontap=404&lt;br /&gt;
|overload_tap=&lt;br /&gt;
|overload_nontap=&lt;br /&gt;
|charter=k//eternal&lt;br /&gt;
|artist=[[:Category:Songs featuring onoken|onoken]] ft. [[STΔRLIVHT]][[Grace Kamenashi|♣]][[Joker|★]] (Remixed by [[:Category:Songs featuring Kobaryo|Kobaryo]])&lt;br /&gt;
|bpm=233&lt;br /&gt;
|length=03:54&lt;br /&gt;
|folder=[[:Category: Joker Folder Songs|Joker]]&lt;br /&gt;
|unlock=Complete [[NOISZ STΔRLIVHT/Story/Chapter 6.IV|Chapter 6.IV]]}}&lt;br /&gt;
==Story Context==&lt;br /&gt;
After seemingly dying to the Final Burst, [[Gaius Antiphon|Gaius]]'s body suddenly stands again, possessed by the fragment of [[Alpha]] within the original [[The NOISZ|NOISZ]]. [[Joker]] decides she'll be the one to take him down. [[Grace Kamenashi|Grace]], now a [[NOISZ Beast]], joins her, and the two face him together one last time.&lt;br /&gt;
&lt;br /&gt;
==Level Gimmicks==&lt;br /&gt;
This song has you control two characters at once, as well as play using five note lanes rather then four. This song is also style locked to CloverJoker, and is the only song this style can be used on even in free play.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;article-table mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
!CloverJoker Style&lt;br /&gt;
|-&lt;br /&gt;
|{{NOISZ SL Style&lt;br /&gt;
|character=Grace&lt;br /&gt;
|style=CloverJoker&lt;br /&gt;
|styledescription=A girl who reanimated her own corpse with the power of love, and a girl whose ephemeral, fraudulent existence nears its end. In this moment, the two are tested, and finally become true heroes.&lt;br /&gt;
|styleimage=Genbu AC.png&lt;br /&gt;
|artist=[https://twitter.com/fruitsrabbit @fruitsrabbit]&lt;br /&gt;
|unlock=N/A&lt;br /&gt;
|notes=Only playable in with my (last+1) breath. Starts at LV44.&lt;br /&gt;
|burst='''Guardian Crash:''' Immune to all damage. While inactive: Gain charge when hitting at least 1 note in a beat, and lose all charge on taking damage. Automatically activates on taking damage. (Burst aura surrounds both characters)&lt;br /&gt;
|ability=If HP is SS, void sources deal normal damage.&lt;br /&gt;
|v-ignition=&lt;br /&gt;
|basehp=SS&lt;br /&gt;
|basetec=SS&lt;br /&gt;
|baseatk=SS&lt;br /&gt;
|basespc=SS&lt;br /&gt;
|basepower=999&lt;br /&gt;
|maxpower=999&lt;br /&gt;
|v-ignitionpower=&lt;br /&gt;
|bonusstatpoints=0&lt;br /&gt;
|maxlevel=44&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
This song also contains an enemy Burst portion, during a new Get Caved variant known as Get Caved (Doubles).&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
For this song, you're given an incredibly powerful style in CloverJoker, having SS in all stats, the powerful Guardian Crash for it's Burst, and a style ability that makes it immune to Void Bullet's one-hit Game Over properties.  Even if Void Bullets don't kill you instantly, however, the damage still adds up, so you should still try to avoid void bullets. Your burst is also unavailable in Get Caved (Doubles), so keep this in mind as well.&lt;br /&gt;
&lt;br /&gt;
It should also be noted Guardian Crash cannot be activated manually; taking damage while fully charged is the only way to activate it.&lt;br /&gt;
&lt;br /&gt;
==Lyrics ==&lt;br /&gt;
'''Key:'''&lt;br /&gt;
*&amp;lt;span class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Grace&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;jokertext&amp;quot;&amp;gt;★ Joker&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ Both&amp;lt;/span&amp;gt; &lt;br /&gt;
{|&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ Let's tear the pages&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ Of a tale long left behind&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ Standing at the end,&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ return to nil this memory&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ Born to serve a purpose&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ Born to serve die a hero&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ After my last breath, I'll take control of my fate&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Through silence,&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ We shout into the endless dark&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Won't anybody answer us&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ Through falsehood,&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ You breathed into me life&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ And then you took it all back&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ Who would choose&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ A destiny of strife with battered flesh, and blood, and heart and soul&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ I dedicate to the world&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ Oh, tell me&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ Who would choose&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ To call themselves a hero&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ Go on and take all that I have&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ But when you go, just listen&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ To my one wish&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ Let's tear the pages&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ Of a tale long left behind&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ After I cast everything away,&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ what still remains of myself?&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ Fear and regret?&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ Those have no meaning&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ To seize my victory,&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ I'll risk all that I am&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ Born to serve a purpose&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ Born to die a hero&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ But with my last breath, I'll sing to you of my love&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ Through darkness,&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ We send a desperate plea for help&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokertext&amp;quot;&amp;gt;★ But nobody is listening&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Through endless&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Roads we still struggle on&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ But will you be waiting?&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ An unwavering heart filled with justice&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ An invincible savior and champion&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ That's why I looked up to the heroes shining on my screen&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ But when I think of all that I have to lose&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ My hands, they quiver with hesitance&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ So I understand now this ideal is one I'll never reach&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ Even so&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ I will be a hero&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;gracetext&amp;quot;&amp;gt;♣ I raise my sword and stand against the endless dark&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ Born to serve a purpose&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ Born to die a hero&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ In this very moment&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ I will live...&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ As I burn away,&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ I'll be your guiding light&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ &amp;quot;But was all of this worth it?&amp;quot;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ Such a question never really mattered&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ If I must bow to the whims of destiny&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ Then at the very least I'll do it my own way&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;jokergracetext&amp;quot;&amp;gt;♣★ And nothing can take that away from me&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
*This song was originally teased on the official with my last breath album, where the song name was revealed after solving a short puzzle in the pre-order version of the album.&lt;br /&gt;
*This song has 999 PW on all difficulties, the maximum amount of PW a chart can have.&lt;br /&gt;
**Previously, [[D.S. al fine (NOISZ STΔRLIVHT)|D.s. al fine]] Overload was the only song to have this.&lt;br /&gt;
&lt;br /&gt;
*Correspondingly, this song has the highest base PW in the game, at 999.&lt;br /&gt;
*This song has the highest rated difficulties for Easy, Normal, Hard, and Overload. &lt;br /&gt;
**It is tied with D.s. al fine in all four difficulty slots.&lt;br /&gt;
**It is also tied with [[Forged In Darkest Abyss|Forged in Darkest Abyss]] for Easy, Normal, and Overload.&lt;br /&gt;
*This song's Easy and Hard charts are the first ones which are impossible to be played with thumbs only.&lt;br /&gt;
**[[⠀(NOISZ STΔRLIVHT)|⠀]] is the only other Hard chart to be impossible to play thumbs only.&lt;br /&gt;
==Official Sound ==&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://youtube.com/watch?v=unGwPSyHngs&amp;amp;pp=ygUFbm9pc3o%3D}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/track=829532383/size=large/bgcol=FFFFFF/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;{{Joker Folder Songs}}&lt;br /&gt;
[[Category:Songs featuring Kobaryo]]&lt;br /&gt;
[[Category:Songs featuring onoken]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Original Songs]]&lt;br /&gt;
[[Category:Songs featuring k*chan]]&lt;br /&gt;
[[Category:Songs featuring chiisa]]&lt;br /&gt;
[[Category:Songs featuring STΔRLIVHT]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT True Heroes Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT True Heroes Original Songs]]&lt;br /&gt;
[[Category:Joker Folder Songs]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=VANDALIZED_AI&amp;diff=3779</id>
		<title>VANDALIZED AI</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=VANDALIZED_AI&amp;diff=3779"/>
		<updated>2025-06-04T04:34:40Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt; {{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:VANDALIZED AI Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
File:VANDALIZED AI Enemy.jpeg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{Song|Title=VANDALIZED AI|Artist=Kobaryo&lt;br /&gt;
|Genre=Speedcore|Easydiff=10.0|Normaldiff=12.0|Harddiff=13.0|Overloaddiff=14.0|Rate=[[Rate#Lethal|Lethal]]|Verses=1|Length=3:07|BPM=160|Boss=[[Genbu]]}}&lt;br /&gt;
''Base Pattern by [https://www.twitter.com/danmakuboss k//eternal]''&amp;lt;br&amp;gt;&lt;br /&gt;
''Character by [https://www.twitter.com/fruitsrabbit fruitsrabbit]''&lt;br /&gt;
&lt;br /&gt;
==Gimmicks==&lt;br /&gt;
The song is an extra stage, only unlockable through special methods (the following method is speculation and has not been entirely confirmed in-game):&lt;br /&gt;
&lt;br /&gt;
# During your credit, play Kill the Deadline, Tengu, or Not The Last.&lt;br /&gt;
# Clear all three stages of your credit with an S grade or higher (SS if playing on Easy).&lt;br /&gt;
# You will then be able to play VANDALIZED AI as an extra stage on the lowest difficulty played during your credit. For example, if you played on Normal, Hard, and Overload difficulty during your credit, you will unlock VANDALIZED AI on Normal difficulty.&lt;br /&gt;
&lt;br /&gt;
It can also be accessed through playing the exclusive course, Course Green?, where you must play through all four difficulties of the song in order from Easy to Overload.&lt;br /&gt;
&lt;br /&gt;
The stage features void bullets, which instantly kill you on contact. The boss wields swords that also act as void bullets. There are a variety of dense patterns that require precise movement to evade. One pattern features a wall of bullets and swords sliding across the field.&lt;br /&gt;
&lt;br /&gt;
The boss heals her HP to full one time once it reaches +0% Overflow (below Overload difficulty).&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
Due to the song's extreme difficulty, a defensive style is strongly recommended. Since the chart contains only 1 Verse, there are no natural life refills throughout the song, making [[NOISZ ARC⌖CODA/Styles#Parry|Parry]] an excellent choice with its 5 lives in [[NOISZ ARC⌖CODA|ARC⌖CODA]] and ability to recover.&lt;br /&gt;
&lt;br /&gt;
For the targeted stream of bullets near the start of the song, move slightly in one direction to lead them.&lt;br /&gt;
&lt;br /&gt;
During the bullet wall section, keep in the center, as that is where your visibility of incoming projectiles is best. On Normal difficulty and above, swords will glide across the field during this pattern. Try to stay still in a single safe spot as long as you can. In Normal difficulty and above, a void laser will appear at the bottom of the screen and will slowly move up, forcing you to relocate to a higher safe spot.&lt;br /&gt;
&lt;br /&gt;
Shield relentlessly during the dense pattern known as &amp;quot;Get Caved (Savage)&amp;quot; (it's called &amp;quot;savage&amp;quot; for a reason). It is extremely dense and packed with blue void bullets that will instantly kill you if you fail to absorb them.&lt;br /&gt;
&lt;br /&gt;
==Flavor Text==&lt;br /&gt;
The flavor text for VANDALIZED AI is not intended to be readable. Nonetheless, it has been provided by one of the game's developers in English.&lt;br /&gt;
&lt;br /&gt;
'''[[Arietta Antiphon|Arietta]]''': …What is this feeling…? For some reason she seems familiar… Be careful when fighting her…!!&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*After exiting the evaluation screen of the third song and reaching the requirements for the Extra Stage, a voice, presumably [[Genbu]], says, “Show me how powerful you really are.”&lt;br /&gt;
**In [[NOISZ STΔRLIVHT]] [[NOISZ STΔRLIVHT/Story/Chapter 4.IV|Chapter 4.IV]], she says the same line (although only in text) right before the song difficulty selection.&lt;br /&gt;
***She says this line again in [[NOISZ STΔRLIVHT/Story/Chapter -1.IV|Chapter -1.4]].&lt;br /&gt;
*On the music select of the Extra Stage, all the songs are VANDALIZED AI.&lt;br /&gt;
* For each difficulty, VANDALIZED AI has the highest difficulty of any song in the entire NOISZ franchise, and has both the only double-digit difficulty Easy chart (at 10.0) and has the highest difficulty chart in all of NOISZ, with Overload at 14.0.&lt;br /&gt;
**For comparison, the second-highest difficulty charts are [[with my (last+1) breath]]. [[Forged In Darkest Abyss]], and [[D.S. al fine (NOISZ STΔRLIVHT)]] Overload at 13.5.&lt;br /&gt;
**As well, the next highest Easy charts are [[Forged In Darkest Abyss]], [[multiVerse]], [[D.S. al fine]], and [[with my (last+1) breath]] at 7.0.&lt;br /&gt;
&lt;br /&gt;
* This is the only song to make up an entire course, Course Green?.&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=RJ_Dfv8pvUs}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/album=3044386288/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=2752915305/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;spotify:track:4dNrdfLC59bNW9iykQtfCK&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{NOISZ AC Songs}}&lt;br /&gt;
[[Category:Songs]]&lt;br /&gt;
[[Category:NOISZ ARC⌖CODA Songs]]&lt;br /&gt;
[[Category:Songs featuring Kobaryo]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Re:BIRTH&amp;diff=3778</id>
		<title>Re:BIRTH</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Re:BIRTH&amp;diff=3778"/>
		<updated>2025-06-04T04:34:24Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:re:BIRTH}}&lt;br /&gt;
{{Needs Information}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Re:Verse Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt; {{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:ReBIRTH Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
File:ReBIRTH Enemy.jpeg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{Song|Title=&amp;lt;nowiki&amp;gt;re:||BIRTH&amp;lt;/nowiki&amp;gt;|Artist=Camellia ft. Mayumi Morinaga|Genre=Theme of [[Beyond Antiphon|Beyond]]|Easydiff=6.0|Normaldiff=9.0|Harddiff=11.5|Overloaddiff=13.0|Rate=[[Rate#Lethal|Lethal]]|Verses=1 (shown as Verse 3 in-game)|Length=4:06|BPM=160|Boss=[[Alpha]] (appears like [[Arietta Antiphon|Arietta]])&lt;br /&gt;
|TextColor=#000000|CellColor=#6ce5f5}}&lt;br /&gt;
''Base Pattern by [https://www.twitter.com/danmakuboss k//eternal]''&amp;lt;br&amp;gt;&lt;br /&gt;
''Character by [https://www.twitter.com/fruitsrabbit fruitsrabbit]''&lt;br /&gt;
&lt;br /&gt;
==Story Context==&lt;br /&gt;
After battling [[Alpha]] on their own and failing to defeat them, the [[Main Character (NOISZ)|main character]] [[The NOISZ#Imprinting|imprints]] [[Beyond Antiphon|Beyond]] and borrows her power to finally triumph.&lt;br /&gt;
&lt;br /&gt;
==Gimmicks==&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
The exploding bullets in this chart are aimed. As long as you move slowly to the left, you won't get hit by them, and only need to take the gap in the flower kunai pattern. The grid of bullets that spawn are difficult to deal with, so if you get stuck there just hug the wall and try to line yourself up only on the vertical axis - on the wall, you won't be hit by any bullet columns.&lt;br /&gt;
&lt;br /&gt;
For the first dark bullet section, moving from either side of the screen to have the dark bullets leave the screen as fast as possible is essential to being able to see the other bullets. These are aimed at you, but with a slight offset, so be warned.&lt;br /&gt;
&lt;br /&gt;
For the first chorus, be careful about absorbing the bloid bullets - if you absorb 4 or more, the next shot you fire will convert the other bloids to blue bullets, and if they're moving down while you do that, they won't stop, most likely hitting you in the process. &lt;br /&gt;
&lt;br /&gt;
For the flowers in the next section, it theoretically is possible to convert the kunais on Hard and Overload, but on Overload it's much too risky to even try. You're much, much safer just taking the gap and shielding.&lt;br /&gt;
The next dark section uses the same strategy as the first. Feel free to play it safe and just shield if you're just trying to clear. [[File:RB octagons.png|thumb|This diagram shows the possible octagon patterns for Hard and Overload. The arrow shows which direction to input for each octagon - for example, the first set would have you input ↙↖↘↗.]]&lt;br /&gt;
&lt;br /&gt;
The first octagon section in rB actually follows a clear, identifiable pattern on Hard and Overload (They also follow a pattern on Easy and Normal but those ones are kinda readable). This is shown in the diagram.&lt;br /&gt;
&lt;br /&gt;
For the rewind, just play it safe and if you're on Overload, maybe try to absorb 4 blues early on and don't input a shot or shield until you have to use a charged shot to convert some voids to bloids in order to survive. &lt;br /&gt;
&lt;br /&gt;
For the chorus, a good strategy in the Hard and Overload charts is to absorb 4 bloid bullets, move to the large void bullets on the sides and shoot them with a charged shot to convert them to normal blue bullets. This stops them from shooting out kunais and significantly simplifies this section.[[File:Final octagon.png|thumb|Diagram for the direction of the final octagons in Overload. Two full rotations clockwise, one counter-clockwise, then a half rotation clockwise and a half rotation counter-clockwise. For the second set, the rotations are mirrored but stay the same length (i.e. 360 CCW 360 CCW 360 CW 180 CCW 180 CW).]]&lt;br /&gt;
&lt;br /&gt;
The chorus immediately transitions to the final octagon section, where the key is to move around in a circle, the speed going up with each difficulty and the Overload chart even swapping directions. &lt;br /&gt;
&lt;br /&gt;
For the void gates... Good luck!!&lt;br /&gt;
&lt;br /&gt;
The final attack is identical to the first attack. Make sure to input on the final beat or else you won't clear the song! Good luck again, and happy clearing!&lt;br /&gt;
&lt;br /&gt;
==Chart Comparison==&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{#ev:youtube|https://www.youtube.com/watch?v=a8owvjBUDbQ}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Flavor Text==&lt;br /&gt;
This song's navigator is locked to [[Beyond Antiphon|Beyond]].&lt;br /&gt;
&lt;br /&gt;
'''[[Beyond Antiphon|Beyond]]''': Using Ari's power, she's going to use some weird tricks... Stay sharp and trust your instincts. Let's finish this and save Ari.&lt;br /&gt;
&lt;br /&gt;
==Lyrics==&lt;br /&gt;
This song contains several lyrics in Japanese. Romaji transcriptions are written in italics next to the relevant lyrics. An English translation is listed beside the relevant text and was provided by Tenor.&lt;br /&gt;
&lt;br /&gt;
[[Arietta Antiphon|Arietta]]'s lines in this song are bolded.&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
If the countless shadows made you blind&amp;lt;br&amp;gt;&lt;br /&gt;
Even so we'll raise the dead sunset&amp;lt;br&amp;gt;&lt;br /&gt;
If we always walk to our promise&amp;lt;br&amp;gt;&lt;br /&gt;
Will we find our strength in the abyss&amp;lt;br&amp;gt;&lt;br /&gt;
線 結ぼう 願いへ ''sen musubou negai he''&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Let's tie a thread to my wish&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
線 結ぼう 願いへ ''sen musubou negai he''&amp;lt;br&amp;gt;&lt;br /&gt;
Wishful aria&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
Let's tie a thread to my wish&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
生まれる世界へ ''umareru sekai he''&amp;lt;br&amp;gt;&lt;br /&gt;
Backtrail from this hopeless wallow&amp;lt;br&amp;gt;&lt;br /&gt;
船出を迎えて ''funade wo mukaete''&amp;lt;br&amp;gt;&lt;br /&gt;
Seize the way escape from this sorrow&amp;lt;br&amp;gt;&lt;br /&gt;
定めを切り裂き ''sadame wo kirisaki''&amp;lt;br&amp;gt;&lt;br /&gt;
Fighting back against this endless flow&amp;lt;br&amp;gt;&lt;br /&gt;
遥かな希望へと ''harukana kibou he to''&amp;lt;br&amp;gt;&lt;br /&gt;
Rising up to grab our new tomorrow's light&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
To a newborn world&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Go to new adventures&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Tear up fate&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Towards a faraway hope&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
If the countless shadows made you blind&amp;lt;br&amp;gt;&lt;br /&gt;
Even so we'll raise the dead sunset&amp;lt;br&amp;gt;&lt;br /&gt;
If we always walk to our promise&amp;lt;br&amp;gt;&lt;br /&gt;
Will we find our strength in the abyss&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
We run exceeding our past&amp;lt;br&amp;gt;&lt;br /&gt;
Unfurl the sails to our mast&amp;lt;br&amp;gt;&lt;br /&gt;
When the future comes to next dawn&amp;lt;br&amp;gt;&lt;br /&gt;
Small hope will shine on to be reborn&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;quot;If the countless shadows made you blind&amp;lt;br&amp;gt;&lt;br /&gt;
Even so we'll raise the dead sunset&amp;lt;br&amp;gt;&lt;br /&gt;
If the countless losses can't rewind&amp;lt;br&amp;gt;&lt;br /&gt;
Even then we'll fill this frail crescent&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
定めを切り裂き ''sadame wo kirisaki''&amp;lt;br&amp;gt;&lt;br /&gt;
遥かな希望へと さあ ''harukana kibou he to saa''&amp;lt;br&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
Tear up fate&amp;lt;br&amp;gt;&lt;br /&gt;
Towards a faraway hope, let's go&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;div class=&amp;quot;aritext&amp;quot;&amp;gt;'''(I return to the day it began)'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;aritext&amp;quot;&amp;gt;'''(With a small hope to reverse my fate)'''&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=Qrq1n-xMIPo}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/album=1942617558/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=4108354231/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;spotify:track:7k7adEkqIOhLPWRN2exxfK&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOISZ re:VERSE Songs}}&lt;br /&gt;
[[Category:Songs]]&lt;br /&gt;
[[Category:NOISZ re:VERSE Songs]]&lt;br /&gt;
[[Category:Songs featuring Camellia]]&lt;br /&gt;
[[Category:Songs featuring Mayumi Morinaga]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
[[Category:NOISZ re:VERSE Original Songs]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Re:VERSE_(inst.)&amp;diff=3777</id>
		<title>Re:VERSE (inst.)</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Re:VERSE_(inst.)&amp;diff=3777"/>
		<updated>2025-06-04T04:34:14Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SLTH Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
{{DISPLAYTITLE:re:VERSE (inst.)}}&lt;br /&gt;
&lt;br /&gt;
''For the version featured in [[NOISZ re:VERSE|NOISZ re:||VERSE]], see [[Re:VERSE|re:||VERSE]].''&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
Re-VERSE (inst) Boss Spoiler.jpeg|Spoiler&lt;br /&gt;
Re-VERSE (inst) Boss.jpg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{SLSong&lt;br /&gt;
|title=re:VERSE (inst.)&lt;br /&gt;
|verses=1&lt;br /&gt;
|easy_level=6&lt;br /&gt;
|normal_level=9&lt;br /&gt;
|hard_level=11.5&lt;br /&gt;
|overload_level=13&lt;br /&gt;
|easy_pw=500&lt;br /&gt;
|normal_pw=650&lt;br /&gt;
|hard_pw=775&lt;br /&gt;
|overload_pw=900&lt;br /&gt;
|easy_tap=215&lt;br /&gt;
|easy_nontap=317&lt;br /&gt;
|normal_tap=621&lt;br /&gt;
|normal_nontap=304&lt;br /&gt;
|hard_tap=683&lt;br /&gt;
|hard_nontap=434&lt;br /&gt;
|overload_tap=&lt;br /&gt;
|overload_nontap=&lt;br /&gt;
|charter=k//eternal&lt;br /&gt;
|artist=[[:Category:Songs featuring Camellia|Camellia]]&lt;br /&gt;
|bpm=160&lt;br /&gt;
|length=4:28&lt;br /&gt;
|folder=[[:Category: Joker Folder Songs|Joker]]&lt;br /&gt;
|unlock=Complete [[NOISZ STΔRLIVHT/Story/Chapter 6.III|Chapter 6.III]]}}&lt;br /&gt;
== Story Context==&lt;br /&gt;
After [[Gaius Antiphon|Gaius]] imprints onto himself and continues his onslaught against [[STΔRLIVHT]], [[Joker]] realizes she holds a fifth [[The NOISZ#NOISZ/RS|NOISZ/RS]] unit. She activates it, and links with STΔRLIVHT to fight Gaius herself.&lt;br /&gt;
&lt;br /&gt;
==Level Gimmicks==&lt;br /&gt;
Like [[multiVerse]] in [[NOISZ re:VERSE]], this chart is meant to be impossible to finish, and as such can still be cleared even when you would Game Over.&lt;br /&gt;
&lt;br /&gt;
[[NOISZ_STΔRLIVHT/Grades|Grade]] requirements for this chart are as follows (cumulative):&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;fandom-table&amp;quot;&lt;br /&gt;
|align=center|[[File:Grade F.png|25px|frameless]]&lt;br /&gt;
|You always get at least this grade.&lt;br /&gt;
|-&lt;br /&gt;
|align=center|[[File:Grade A.png|25px|frameless]]&lt;br /&gt;
|Reach the enemy Burst section and have positive Overflow.&lt;br /&gt;
|-&lt;br /&gt;
|align=center|[[File:Grade AA.png|25px|frameless]]&lt;br /&gt;
|Get at least 90.00 TP.&lt;br /&gt;
|-&lt;br /&gt;
|align=center|[[File:Grade S.png|25px|frameless]]&lt;br /&gt;
|Reach the end of the song (Game Over to the void laser scissors), no matter Verse Star status.&lt;br /&gt;
|-&lt;br /&gt;
|align=center|[[File:Grade S Plus.png|25px|frameless]]&lt;br /&gt;
|Reach the end of the song with a Silver Verse Star.&lt;br /&gt;
|-&lt;br /&gt;
|align=center|[[File:Grade SS Plus.png|25px|frameless]]&lt;br /&gt;
|Reach the end of the song with a Gold Verse Star.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Grades D, C, B and SS cannot be obtained.&lt;br /&gt;
&lt;br /&gt;
Certain styles may be able to bypass the final void laser scissors (notable is [[Grace_Kamenashi/Styles#STΔRLIVHT_STΔGE|STΔRLIVHT STAGE Grace]], if she hasn't used her revive before this point), though this does not affect your rating.&lt;br /&gt;
&lt;br /&gt;
This chart also has enemy Burst sections, where your own burst will be disabled, including at the final void laser scissors.&lt;br /&gt;
&lt;br /&gt;
Void mines also appear on Normal difficulty and above. These act the same as standard mines, but if hit will cause an immediate Game Over.&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
* This song has the same ratings across all four difficulties as it's original NOISZ counterpart.&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://https://www.youtube.com/watch?v=ybACZqYqlCA}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/album=1942617558/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=855469205/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;spotify:track:4DgTMuDws4VbpXf7VYOJfj&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Joker Folder Songs}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Songs featuring Camellia]]&lt;br /&gt;
[[Category:Joker Folder Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Songs]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT True Heroes Songs]]&lt;br /&gt;
[[Category:Joker Folder Songs]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Quicksilver&amp;diff=3776</id>
		<title>Quicksilver</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Quicksilver&amp;diff=3776"/>
		<updated>2025-06-04T04:33:56Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Re:Verse Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
{{Needs Information}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''For the version featured in [[NOISZ STΔRLIVHT]], see [[Quicksilver (NOISZ STΔRLIVHT)]].''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt; {{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Quicksilver (reV) Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
File:Quicksilver (reV) Enemy.jpeg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{Song|Title=Quicksilver|Artist=HyuN|Genre=Theme of [[Stornel]]|Easydiff=4.0|Normaldiff=7.0|Harddiff=10.0|Overloaddiff=11.0|Rate=[[Rate#Inversion|Inversion]]|Verses=2|Length=2:20|BPM=195|Boss=[[Stornel]]&lt;br /&gt;
|TextColor=#000000|CellColor=#6ce5f5}}&lt;br /&gt;
''Base Pattern by Valex''&amp;lt;br&amp;gt;&lt;br /&gt;
''Character by [https://www.twitter.com/fruitsrabbit fruitsrabbit]''&lt;br /&gt;
&lt;br /&gt;
==Story Context==&lt;br /&gt;
If you selected options that were untrusting of [[Stornel]], he notes that the [[Main Character (NOISZ)|main character]] is too weak to fight [[Alpha]]. Stornel transforms more clearly into his [[NOISZ Beast]] form and demands [[The NOISZ#The Original NOISZ|his NOISZ]] back.&lt;br /&gt;
&lt;br /&gt;
==Gimmicks==&lt;br /&gt;
You are restricted to [[NOISZ (Game)/Styles#Quicksilver|Shattered Style]], which causes you to only shoot on every other beat and lose twice as many lives than normal when taking damage.&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
&lt;br /&gt;
==Chart Comparison==&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{#ev:youtube|https://youtu.be/EeY0H_dG4wk}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Flavor Text==&lt;br /&gt;
This song's navigator is locked to [[Stornel]].&lt;br /&gt;
&lt;br /&gt;
'''[[Stornel]]''': The time for us to converse is over. Now, let us battle for [[the NOISZ]]... for our souls and our fates.&lt;br /&gt;
&lt;br /&gt;
== Lyrics==&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
Memories fade into dark&amp;lt;br&amp;gt;&lt;br /&gt;
Now I’m trapped inside my shell&amp;lt;br&amp;gt;&lt;br /&gt;
The world has turned to black around me&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
All my feelings slip away&amp;lt;br&amp;gt;&lt;br /&gt;
My sense of self and being&amp;lt;br&amp;gt;&lt;br /&gt;
Escaping alongside my last breath&amp;lt;br&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Walking endless tunnels that go nowhere and back&amp;lt;br&amp;gt;&lt;br /&gt;
I’m chasing a shadow of my mind that’s crumbling fast&amp;lt;br&amp;gt;&lt;br /&gt;
Through the silence and pain only one thing remains&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Quicksilver runs in my blood&amp;lt;br&amp;gt;&lt;br /&gt;
There’s only poison left in my veins&amp;lt;br&amp;gt;&lt;br /&gt;
When you lost me here in the dark&amp;lt;br&amp;gt;&lt;br /&gt;
Did you think we’d be bound by fate?&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Quicksilver burning inside&amp;lt;br&amp;gt;&lt;br /&gt;
And now I’m karma come to take you to your end&amp;lt;br&amp;gt;&lt;br /&gt;
Won’t you look me in the eyes again?&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
When the light of hope is gone&amp;lt;br&amp;gt;&lt;br /&gt;
Tomorrow will shine with vengeance&amp;lt;br&amp;gt;&lt;br /&gt;
Guiding me along the way&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Throwing away the pieces of who I have been&amp;lt;br&amp;gt;&lt;br /&gt;
Let me be the cursed beast that I am bound to...&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*The song was originally set to behave as though its BPM was halved. In [[NOISZ (Game)/Update History|Version 2.4]], this was changed so the BPM is actually 195. Shield uptime was manually increased to accommodate, but the duration of invincibility frames matches the BPM.&lt;br /&gt;
*The size of the &amp;quot;ENEMY&amp;quot; box above the Overflow meter was previously incorrect, being much larger than [[Stornel]]'s actual hitbox. This was corrected in [[NOISZ (Game)/Update History|Version 2.4]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=4Ge7sT6ujEU}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/album=1942617558/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=3279034903/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;spotify:track:7dVWG3F4GQmco5MvsL9pzW&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOISZ re:VERSE Songs}}&lt;br /&gt;
[[Category:Songs featuring HyuN]]&lt;br /&gt;
[[Category:NOISZ re:VERSE Songs]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
[[Category:NOISZ re:VERSE Original Songs]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Quicksilver_(NOISZ_ST%CE%94RLIVHT)&amp;diff=3775</id>
		<title>Quicksilver (NOISZ STΔRLIVHT)</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Quicksilver_(NOISZ_ST%CE%94RLIVHT)&amp;diff=3775"/>
		<updated>2025-06-04T04:33:40Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SL Spoiler Warning}}&lt;br /&gt;
{{SLTH Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;&lt;br /&gt;
''For the version featured in [[NOISZ re:VERSE|NOISZ re:||VERSE]], see [[Quicksilver]].''{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
Quicksilver (NOISZ SL) Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
Quicksilver (NOISZ SL) Enemy.jpeg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{SLSong&lt;br /&gt;
|title=Quicksilver&lt;br /&gt;
|verses=2&lt;br /&gt;
|easy_level=5&lt;br /&gt;
|normal_level=8&lt;br /&gt;
|hard_level=10&lt;br /&gt;
|overload_level=12&lt;br /&gt;
|easy_pw=475&lt;br /&gt;
|normal_pw=625&lt;br /&gt;
|hard_pw=750&lt;br /&gt;
|overload_pw=875&lt;br /&gt;
|easy_tap=244&lt;br /&gt;
|easy_nontap=64&lt;br /&gt;
|normal_tap=329&lt;br /&gt;
|normal_nontap=129&lt;br /&gt;
|hard_tap=427&lt;br /&gt;
|hard_nontap=179&lt;br /&gt;
|overload_tap=657&lt;br /&gt;
|overload_nontap=205&lt;br /&gt;
|charter=Valex&lt;br /&gt;
|artist=[[:Category:Songs featuring HyuN|HyuN]] ft. [[:Category:Songs featuring fome|fome]]&lt;br /&gt;
|bpm=140 - 195&lt;br /&gt;
|length=03:19&lt;br /&gt;
|folder=[[:Category: Joker Folder Songs|Joker]]&lt;br /&gt;
|unlock=Complete [[NOISZ STΔRLIVHT/Story/Chapter -1.I|Chapter -1.I]] (Unlocks access to the Joker Folder)}}&lt;br /&gt;
&lt;br /&gt;
==Story Context ==&lt;br /&gt;
In False Timeline, an unspecified amount of time after [[STΔRLIVHT]] loses “The Clash of Twilight” competition and disbands, the group heads to the basement of the [[Antiphon]] building where they would confront [[Gaius Antiphon]].   &lt;br /&gt;
&lt;br /&gt;
While Gaius is there, [[Stornel]] is also accompanying him. Before fighting Gaius, [[Hakuno Nekoda|Hakuno]] and [[Sumire Hitori|Sumire]] face off against Stornel that has the power of [[The NOISZ#The Original NOISZ|the original NOISZ]]. &lt;br /&gt;
&lt;br /&gt;
In True Heroes. a few days after &amp;quot;The Clash of Twilight&amp;quot; ends in a tie, the confrontation plays out, though now with [[Joker]] accompanying the group.  &lt;br /&gt;
&lt;br /&gt;
== Level Gimmicks==&lt;br /&gt;
''(These conditions are only present when playing the song in story)'' On the first verse, your character is Hakuno. Once you reach the second verse, your character transitions to Sumire and lasts until the rest of the song. You also have 999 PW, the maximum amount of PW.&lt;br /&gt;
==Strategies==&lt;br /&gt;
==Lyrics==&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
Memories fade into dark&amp;lt;br&amp;gt;&lt;br /&gt;
Now I’m trapped inside my shell&amp;lt;br&amp;gt;&lt;br /&gt;
The world has turned to black around me&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
All my feelings slip away&amp;lt;br&amp;gt;&lt;br /&gt;
My sense of self and being&amp;lt;br&amp;gt;&lt;br /&gt;
Escaping alongside my last breath&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Walking endless tunnels that go nowhere and back&amp;lt;br&amp;gt;&lt;br /&gt;
I’m chasing a shadow of my mind that’s crumbling fast&amp;lt;br&amp;gt;&lt;br /&gt;
Through the silence and pain only one thing remains&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Quicksilver runs in my blood&amp;lt;br&amp;gt;&lt;br /&gt;
There’s only poison left in my veins&amp;lt;br&amp;gt;&lt;br /&gt;
When you lost me here in the dark&amp;lt;br&amp;gt;&lt;br /&gt;
Did you think we’d be bound by fate?&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Quicksilver burning inside&amp;lt;br&amp;gt;&lt;br /&gt;
And now I’m karma come to take you to your end&amp;lt;br&amp;gt;&lt;br /&gt;
Won’t you look me in the eyes again?&amp;lt;br&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
My shattered heart lost to dreams&amp;lt;br&amp;gt;&lt;br /&gt;
Torn apart by life and death&amp;lt;br&amp;gt;&lt;br /&gt;
Eternal rest so long denied me&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
All my thoughts transmute to pain&amp;lt;br&amp;gt;&lt;br /&gt;
Now I'm waiting for the end&amp;lt;br&amp;gt;&lt;br /&gt;
Distant light, from callous chains unbind me&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Walking endless tunnels that go nowhere and back&amp;lt;br&amp;gt;&lt;br /&gt;
I’m chasing a shadow of my mind that’s crumbling fast&amp;lt;br&amp;gt;&lt;br /&gt;
In this infinite maze only one thing remains&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Quicksilver runs in my blood&amp;lt;br&amp;gt;&lt;br /&gt;
There’s only poison left in my veins&amp;lt;br&amp;gt;&lt;br /&gt;
From my endless prison of dark&amp;lt;br&amp;gt;&lt;br /&gt;
Grant me just one chance to escape&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Quicksilver burning inside&amp;lt;br&amp;gt;&lt;br /&gt;
And lust for violence carved so deep into my flesh&amp;lt;br&amp;gt;&lt;br /&gt;
Blinded eyes never see peace again&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
When the light of hope is gone&amp;lt;br&amp;gt;&lt;br /&gt;
Tomorrow will shine with vengeance&amp;lt;br&amp;gt;&lt;br /&gt;
Guiding me along the way&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Throwing away the pieces of who I have been&amp;lt;br&amp;gt;&lt;br /&gt;
Let me be the cursed beast that I am bound to...&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Quicksilver runs in my blood&amp;lt;br&amp;gt;&lt;br /&gt;
There’s only poison left in my veins&amp;lt;br&amp;gt;&lt;br /&gt;
When you lost me here in the dark&amp;lt;br&amp;gt;&lt;br /&gt;
Did you think we’d be bound by fate?&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Quicksilver burning inside&amp;lt;br&amp;gt;&lt;br /&gt;
And now I’m karma come to take you to your end&amp;lt;br&amp;gt;&lt;br /&gt;
Won’t you look me in the eyes again?&amp;lt;br&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/album=1830996530/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=2600789319/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Joker Folder Songs}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Songs featuring HyuN]]&lt;br /&gt;
[[Category:Songs featuring fome]]&lt;br /&gt;
[[Category:Joker Folder Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Songs]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=%E2%A0%80&amp;diff=3774</id>
		<title>⠀</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=%E2%A0%80&amp;diff=3774"/>
		<updated>2025-06-04T04:32:55Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs Information}}&lt;br /&gt;
&lt;br /&gt;
{{Episode G Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
Enemy.jpeg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
''For the version featured in [[NOISZ STΔRLIVHT]], see [[⠀(NOISZ STΔRLIVHT)]].''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{Song|Title=⠀|Artist=Kurokotei (黒皇帝)&lt;br /&gt;
|Genre=⠀|Easydiff=6.0|Normaldiff=9.0|Harddiff=11.5|Overloaddiff=12.5|Rate=[[NOISZ (Game)/Rate#Lethal|Lethal]]|Verses=1 (shown as Verse -1 in-game)|Length=4:13|BPM=167|Boss=[[Alpha]]&lt;br /&gt;
|TextColor=#000000|CellColor=#6ce5f5}}&lt;br /&gt;
''Base Pattern by [https://www.twitter.com/danmakuboss k//eternal]&amp;lt;br&amp;gt;&lt;br /&gt;
''Character by [https://yottykim.carbonmade.com/ Yotty Kim]''&lt;br /&gt;
&lt;br /&gt;
==Story Context==&lt;br /&gt;
After [[Marziale]] sends [[Gaius Antiphon|Gaius]] to [[the Void]], he wakes up and meets [[Alpha]]. She plans to collect his hopes and dreams after he had already lost them on his journey to the [[World of Music]]. Gaius resists, but Alpha tells him it's futile.&lt;br /&gt;
&lt;br /&gt;
==Gimmicks==&lt;br /&gt;
Like all other songs from [[NOISZ episode G|episode G]], this song is locked to [[NOISZ (Game)/Styles#Proto|Proto Style]] and features [[NOISZ (Game)/Bullets#Slash_Notes|slash notes]] and gameplay that revolves around the style's dashing mechanic.&lt;br /&gt;
&lt;br /&gt;
This chart features many similarities to [[multiVerse]].&lt;br /&gt;
This is the debut of [[NOISZ_(Game)/Bullets#Colors|Void bullets]] in episode G.&lt;br /&gt;
&lt;br /&gt;
This chart is impossible to finish, akin to multiVerse - getting as close to the end as possible will net you an S-Rank, and in order to pass, you need to do 100% damage (899% left).&lt;br /&gt;
&lt;br /&gt;
This chart incidentally also features [[NOISZ_(Game)/Bullets#Octagons|octagons]], the grid-based movement system seen in [[Quantum Realm|Quantum Realm]], and the &amp;quot;void snake&amp;quot; from multiVerse.&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
&lt;br /&gt;
==Flavor Text==&lt;br /&gt;
'''[[Gaius Antiphon|Gaius]]''':&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*The slower version of the grid pattern seen on Overload difficulty was originally intended for Hard. While developer k//eternal was charting the pattern, he felt it was too difficult for Hard and moved it into Overload accordingly.&amp;lt;ref&amp;gt;https://discord.com/channels/626529477865766933/846451398752206868/1160274320036208800&amp;lt;/ref&amp;gt;&lt;br /&gt;
*This song shares its boss with [[NOISZ STΔRLIVHT]]'s [[Forged In Darkest Abyss]], which is the secret boss song of the [[Forge of Antiphon]] game mode.&lt;br /&gt;
**However, [[Forge of Antiphon]] is framed as a virtual reality training simulation.&lt;br /&gt;
*Unique to this stage, contact with the boss' sprite counts as void damage and will instantly kill the player.&lt;br /&gt;
*Before its debut in [[NOISZ episode G]], a preview of this song was played during the 24-hour puzzle segment of the NEWSZ 11 Twitch live stream on August 6th, 2023. The clip has since been deleted.&amp;lt;ref&amp;gt;https://discord.com/channels/626529477865766933/1137568954798329876/1137864988984352778&amp;lt;/ref&amp;gt;&lt;br /&gt;
*In official uploads by Kurokotei, this song's name is written using the Unicode character U+2800, which Braille Pattern Blank.&lt;br /&gt;
**Braille Pattern Blank is used to represent a lack of content or space in Braille writing systems&amp;lt;ref&amp;gt;https://en.wikipedia.org/wiki/Braille_pattern_dots-0&amp;lt;/ref&amp;gt;&lt;br /&gt;
**As well, in the SoundCloud upload's URL, the song's name is written as &amp;quot;blank.&amp;quot;&amp;lt;ref&amp;gt;https://soundcloud.com/dialgadu77/blank&amp;lt;/ref&amp;gt;&lt;br /&gt;
*This song has the same BPM as [[Forged In Darkest Abyss]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=_q-J3QYT98g}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/track=4080369447/size=large/bgcol=FFFFFF/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
SoundCloud=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;soundcloud url=&amp;quot;https://soundcloud.com/dialgadu77/blank&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{NOISZ epG Songs}}&lt;br /&gt;
[[Category:Songs]]&lt;br /&gt;
[[Category:NOISZ episode G Songs]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
[[Category:NOISZ episode G Original Songs]]&lt;br /&gt;
[[Category:Songs featuring Kurokotei]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Emphatic_Outcry&amp;diff=3773</id>
		<title>Emphatic Outcry</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Emphatic_Outcry&amp;diff=3773"/>
		<updated>2025-06-04T04:32:40Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs Information}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Re:Verse Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt; {{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Emphatic Outcry Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
File:Emphatic Enemy.jpeg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{Song|Title=Emphatic Outcry|Artist=MegaSphere|Genre=Hardstyle|Easydiff=5.0|Normaldiff=9.0|Harddiff=11.0|Overloaddiff=12.0|Rate=[[Rate#Lethal|Lethal]]|Verses=3|Length=3:50|BPM=148|Boss=[[Alpha]]}}&lt;br /&gt;
''Base Pattern by Valex''&amp;lt;br&amp;gt;&lt;br /&gt;
''Character by [https://www.twitter.com/fruitsrabbit fruitsrabbit]''&lt;br /&gt;
&lt;br /&gt;
==Story Context==&lt;br /&gt;
The [[Main Character (NOISZ)|main character]], [[Stornel]], and [[Karin]] reach the throne room, but [[Alpha]] is nowhere to be seen. Suddenly, a void bullet streaks past the main character. Alpha then reveals that she was [[The NOISZ#Imprinting|imprinting]] Karin's soul. In Karin's form, she attacks the main character.&lt;br /&gt;
&lt;br /&gt;
==Level Gimmicks==&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
&lt;br /&gt;
==Chart Comparison==&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{#ev:youtube|https://www.youtube.com/watch?v=iQflb3BL3tU}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Flavor Text==&lt;br /&gt;
'''[[Beyond_Antiphon|Beyond]]''': Wow, I can't believe they added the DNA Splicers to this game! Think she has a mostly pink form too?&lt;br /&gt;
&lt;br /&gt;
'''[[Arietta_Antiphon|Arietta]]''': You won't have Limit Breaker for this rematch. Conserve your lives and watch for lethal attacks.&lt;br /&gt;
&lt;br /&gt;
'''[[Stornel]]''': Be prepared for an extremely dangerous battle. Use equipment that you feel most confident with.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=8B0wuNoCFvs}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/album=1586445977/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=3430615729/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
SoundCloud=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;soundcloud url=&amp;quot;https://soundcloud.com/megasphere/emphatic-outcry-2015&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;spotify:track:0DCoq4yvvW8dEhfkKC2zPN&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOISZ re:VERSE Songs}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Songs featuring MegaSphere]]&lt;br /&gt;
[[Category:NOISZ re:VERSE Songs]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=D.S._al_fine&amp;diff=3772</id>
		<title>D.S. al fine</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=D.S._al_fine&amp;diff=3772"/>
		<updated>2025-06-04T04:32:20Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''For the version featured in [[NOISZ STΔRLIVHT]], see [[D.S. al fine (NOISZ STΔRLIVHT)]].'' {{Needs Information}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Re:Verse Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
D.S. al fine Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
DSAF_Enemy_1.jpeg|ktern&lt;br /&gt;
DSAF_Enemy_2.jpeg|Valex&lt;br /&gt;
DSAF_Enemy_3.jpeg|jqtran&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{Song|Title=D.S. al fine|Artist=kors k &amp;amp; Camellia|Genre=Ex Deus Machina|Easydiff=7.0|Normaldiff=10.0|Harddiff=12.0|Overloaddiff=13.0|Rate=[[Rate#Inversion|Inversion Rate]] during memory quiz (except on Easy)|Verses=4|Length=4:13|BPM=160|Boss=[[Anarch Entertainment]]}}&lt;br /&gt;
''Base Pattern by [https://www.twitter.com/danmakuboss k//eternal]''&amp;lt;br&amp;gt;&lt;br /&gt;
''Character by [https://www.twitter.com/fruitsrabbit fruitsrabbit]''&lt;br /&gt;
&lt;br /&gt;
==Story Context==&lt;br /&gt;
In Hardcore Mode, the [[Main Character (NOISZ)|main character]] uses [[Sora's feather]] given to them earlier in the story. [[Sora]] transports the main character to EX8, where two battles occur (four if accessed from Chapter Select, the battles that the player did not face earlier in the story). Then, they meet up with three members of [[Anarch Entertainment]]—k//eternal, JQTran, and Valex—who want one last battle...&lt;br /&gt;
&lt;br /&gt;
==Gimmicks==&lt;br /&gt;
There is a memory quiz the player has to complete, reminiscent of the math questions present in [[π•ρ•maniac]]. Early in the song, the 4 numbers are 1 (Easy)/2 (Normal/Hard)/3 (Overload) digit numbers. At the end, the quiz comes back, forcing the player to remember the numbers or get damaged in the process.&lt;br /&gt;
&lt;br /&gt;
There is one additional gimmick specific to this song: a dense pattern with one wavy stream of blue kunais and another wavy stream of red ones in V3 known as &amp;quot;get caved.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The song incorporates gimmicks from many other songs.&lt;br /&gt;
&lt;br /&gt;
===Verse 1===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*After the opening pattern, there are Void bullets that move in the same manner as those in [[Beyond The NOISZ]] and [[multiVerse]].&lt;br /&gt;
**A recurring pattern in [[Tengu]] also has a similar movement pattern, but the fact these are Void bullets favors the explanation of this as a reference to the two previously mentioned songs instead.&lt;br /&gt;
*Two red lasers with a blue laser sweeping between them, like in [[Song Of The Wolf]], [[Robot Rhinos]], and [[YOKKORASHOW-TIME]].&lt;br /&gt;
*Flowerlike waves of kunais appear during the memory quiz, like those of [[re:VERSE|re:||VERSE]].&lt;br /&gt;
*After the memory quiz pop-up, there are scissor lasers, similar to those of [[Robot Rhinos]], [[Emphatic Outcry]], or [[multiVerse]].&lt;br /&gt;
*A grid pattern, like that of [[re:VERSE|re:||VERSE]]&lt;br /&gt;
*A line of cone-shaped bullets that spawns at the player's height, like during V2 and V4 of [[Robot Rhinos]].&lt;br /&gt;
*Streams of bats descend downward, like those in [[Blood]].&lt;br /&gt;
*(Overload only) a mini-rhino that follows the player, like in [[Robot Rhinos]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Verse 2===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Deadline Zones, like in [[Kill The Deadline]].&lt;br /&gt;
**During the appearance of the Deadline Zones at the start of the Verse, Ktern fires rings of red and blue bullets (they are disappearing at higher difficulties) like [[Kill The Deadline]] as well.&lt;br /&gt;
*Shields with a timer, like in [[Not The Last]].&lt;br /&gt;
*V-shaped groups of kunai of one color surrounding a different one in the center, like in [[Tengu]].&lt;br /&gt;
*Mini-rhinos that follow the player, like in [[Robot Rhinos]].&lt;br /&gt;
**The bullet pattern present here also resembles that of the opening of [[Robot Rhinos]].&lt;br /&gt;
*A line of cone-shaped bullets that spawns at the player's height, like during V2 and V4 of [[Robot Rhinos]].&lt;br /&gt;
*Red UFO bullets, like in [[Destroy]].&lt;br /&gt;
*Cone-shaped bullets that are aimed at the player, like in [[NIGHTWING STIMUL8R '17]] and [[Starlight D-termination]].&lt;br /&gt;
*(On Normal or higher) Bouncing jesters that obscure part of the field, like in [[Toybox Madness]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Verse 3===&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Deadline Zones, like in [[Kill The Deadline]].&lt;br /&gt;
*Dense clusters of large starting and stopping red and blue bullets, like in [[Entrance (SOTUI Re-rEmix)]].&lt;br /&gt;
*Four lasers with alternating colors that rotate around and change color as they spin, like in [[Destroy]].&lt;br /&gt;
**It could also be argued the way the lasers change colors is similar to the V2 and V3 lasers of [[YOKKORASHOW-TIME]].&lt;br /&gt;
*During the memory quiz, there are octagons that restrain movement and must be avoided by holding the correct direction, like in [[re:BIRTH|re:||BIRTH]] and [[re:VERSE|re:||VERSE]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
&lt;br /&gt;
==Flavor Text==&lt;br /&gt;
'''[[Beyond_Antiphon|Beyond]]''': In this game, these guys are all-powerful! Good thing they're just here for fun. Are you ready for one final challenge?&lt;br /&gt;
&lt;br /&gt;
'''[[Arietta_Antiphon|Arietta]]''': Keep your mind focused or you'll be in for a nasty surprise. Don't worry too much about dealing damage, they've left you a gift.&lt;br /&gt;
&lt;br /&gt;
'''[[Stornel]]''': All your regular tools are at your disposal. Use whatever suits you best. We hope you enjoyed your time with us... Let us meet again.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*While this song can be unlocked through completing it in Story Mode, you do not need to play the [[NOISZ re:VERSE|NOISZ re:||VERSE]] story to unlock it. Other methods for stage unlock are:&lt;br /&gt;
**Getting an S-Rank on [[multiVerse]], [[re:BIRTH|re:||BIRTH]], and [[re:VERSE|re:||VERSE]] on the target unlock difficulty.&lt;br /&gt;
**Clearing D.S. al fine Overload in [[NOISZ re:VERSE/Courses|Course ULTIMATE]].&lt;br /&gt;
*jqtran and Valex are tied for having the thinnest &amp;quot;ENEMY&amp;quot; indicator of any enemy in the game.&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=bOvgQgoNV2s}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/album=1942617558/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=1961727239/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;spotify:track:3kIsJGkPcbj6LPB3cKZIq6&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOISZ re:VERSE Songs}}&lt;br /&gt;
[[Category:NOISZ re:VERSE Songs]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
[[Category:NOISZ re:VERSE Original Songs]]&lt;br /&gt;
[[Category:Songs featuring Camellia]]&lt;br /&gt;
[[Category:Songs featuring kors k]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=D.C._al_coda&amp;diff=3771</id>
		<title>D.C. al coda</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=D.C._al_coda&amp;diff=3771"/>
		<updated>2025-06-04T04:31:52Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs Information}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Re:Verse Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt; {{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:D.C. al coda Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
File:D.C. al coda Enemy.jpeg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{Song|Title=D.C al coda|Artist=M-Project ft. Mayumi Morinaga|Genre=Theme of [[NOISZ re:VERSE|reV]]|Easydiff=3.0|Normaldiff=6.0|Harddiff=8.0|Overloaddiff=9.0|Rate=Normal|Verses=4|Length=3:01|BPM=170|Boss=[[Stornel]]&lt;br /&gt;
|TextColor=#000000|CellColor=#6ce5f5}}&lt;br /&gt;
''Base Pattern by [https://www.twitter.com/_jqtran jqtran]''&amp;lt;br&amp;gt;&lt;br /&gt;
''Character by [https://www.twitter.com/fruitsrabbit fruitsrabbit]''&lt;br /&gt;
&lt;br /&gt;
==Story Context==&lt;br /&gt;
In order to gain the power of [[The NOISZ#Imprinting|imprinting]], the [[Main Character (NOISZ)|main character]] must absorb the soul of [[Stornel]]. If you selected options friendlier to Stornel, the main character fights Stornel's soul, which is contained within their [[The NOISZ|NOISZ]].&lt;br /&gt;
&lt;br /&gt;
==Gimmicks==&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
&lt;br /&gt;
==Chart Comparison==&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{#ev:youtube|https://youtu.be/N8w5V57uh14}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Flavor Text==&lt;br /&gt;
This song's navigator is locked to [[Stornel]].&lt;br /&gt;
&lt;br /&gt;
'''[[Stornel]]''': There is no time left to waste. Hurry... claim the power within the NOISZ and stop [[Alpha]]'s plot.&lt;br /&gt;
&lt;br /&gt;
== Lyrics==&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
If I could only reach out for your hand&amp;lt;br /&amp;gt;&lt;br /&gt;
If my voice could be heard as I call your name&amp;lt;br /&amp;gt;&lt;br /&gt;
Could I run away from all the darkness of my heart?&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Memories feel like another life&amp;lt;br /&amp;gt;&lt;br /&gt;
Echoes of two souls once bound by fate&amp;lt;br /&amp;gt;&lt;br /&gt;
Lighting up the embers can we fly beyond once more?&amp;lt;br /&amp;gt;&lt;br /&gt;
(da capo)&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
If I could only reach out for your hand&amp;lt;br /&amp;gt;&lt;br /&gt;
If my voice could be heard as I call your name&amp;lt;br /&amp;gt;&lt;br /&gt;
Could we find a way out of the prison of our minds?&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Memories feel like another life&amp;lt;br /&amp;gt;&lt;br /&gt;
Echoes of two souls once bound by fate&amp;lt;br /&amp;gt;&lt;br /&gt;
Hold on to the strength of will you'll need to carry on&amp;lt;br /&amp;gt;&lt;br /&gt;
(al coda)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=csJCRwiJZR0}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/album=1942617558/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=4030685550/transparent=true&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
SoundCloud=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;soundcloud url=&amp;quot;https://soundcloud.com/m-project_suzumoto/dc-al-coda&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;spotify:track:1oOutT2h9QZq1BMuilU42Q&amp;quot;&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOISZ re:VERSE Songs}}&lt;br /&gt;
[[Category:Songs]]&lt;br /&gt;
[[Category:NOISZ re:VERSE Songs]]&lt;br /&gt;
[[Category:Songs featuring M-Project]]&lt;br /&gt;
[[Category:Songs featuring Mayumi Morinaga]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
[[Category:NOISZ re:VERSE Original Songs]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Blood_Reborn&amp;diff=3770</id>
		<title>Blood Reborn</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Blood_Reborn&amp;diff=3770"/>
		<updated>2025-06-04T04:31:38Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs Information}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
Blood Reborn Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
Blood Reborn Enemy.jpeg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{Song|Title=Blood Reborn|Artist=MonstDeath&lt;br /&gt;
|Genre=Breakcore|Easydiff=5.0|Normaldiff=8.0|Harddiff=10.5|Overloaddiff=11.5|Rate=[[NOISZ (Game)/Rate#Lethal|Lethal]]|Verses=4|Length=3:35|BPM=240|Boss=[[Marziale]]&lt;br /&gt;
|TextColor=#000000|CellColor=#6ce5f5}}&lt;br /&gt;
''Base Pattern by [https://www.twitter.com/danmakuboss k//eternal]''&amp;lt;br&amp;gt;&lt;br /&gt;
''Character by [https://www.twitter.com/kokoshira_0512 kokoshira] and [https://yottykim.carbonmade.com/ Yotty Kim]''&lt;br /&gt;
&lt;br /&gt;
==Story Context==&lt;br /&gt;
[[Kristoph]] and his back-up take [[Gaius Antiphon|Gaius]] and [[Miria]] to [[Marziale]] in her castle. She explains to him of a prophecy where he would destroy the [[World of Music]] and his world. Seeing him as a threat, she then tells Gaius to surrender, to which he refuses. &lt;br /&gt;
&lt;br /&gt;
==Gimmicks==&lt;br /&gt;
Like all other songs from [[NOISZ episode G|episode G]], this song is locked to [[NOISZ (Game)/Styles#Proto|Proto Style]] and features [[NOISZ (Game)/Bullets#Slash_Notes|slash notes]] and gameplay that revolves around the style's dashing mechanic.&lt;br /&gt;
&lt;br /&gt;
The chart features similar bullet patterns from [[Blood]].&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
&lt;br /&gt;
==Flavor Text==&lt;br /&gt;
'''[[Gaius Antiphon|Gaius]]''': She sure seems to be out for blood, huh? Let's move carefully but decisively. Even if I fall a step behind, I've got all the defensive moves I need...&lt;br /&gt;
&lt;br /&gt;
==Lyrics==&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=83NYcI9t3ps}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/track=1423619049/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
SoundCloud=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;soundcloud url=&amp;quot;https://soundcloud.com/monstdeath/blood-reborn-monstdeath&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;spotify:track:6gxLhHcN3dHtCCquUpDC6n&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
{{NOISZ epG Songs}}&lt;br /&gt;
[[Category:Songs]]&lt;br /&gt;
[[Category:NOISZ episode G Songs]]&lt;br /&gt;
[[Category:Songs featuring MonstDeath]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Beyond_The_NOISZ&amp;diff=3769</id>
		<title>Beyond The NOISZ</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Beyond_The_NOISZ&amp;diff=3769"/>
		<updated>2025-06-04T04:31:17Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Ignition Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
Beyond The NOISZ Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
Beyond The NOISZ Enemy.jpeg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{Song|Title=Beyond the NOISZ|Artist=Neutral Moon ft. Mayumi Morinaga|Genre=End of [[NOISZ (Game)|NOISZ]]|Easydiff=5.0|Normaldiff=9.0|Harddiff=11.0|Overloaddiff=12.0|Rate=[[Rate#Lethal|Lethal]]|Verses=1|Length=3:58|BPM=190|Boss=[[Beyond Antiphon|Beyond]] (possessed)&lt;br /&gt;
|TextColor=#000000|CellColor=#6ce5f5}}&lt;br /&gt;
''Base Pattern by [https://www.twitter.com/danmakuboss k//eternal]''&amp;lt;br&amp;gt;&lt;br /&gt;
''Character by [https://www.angelinachiong.com/portfolio#/noisz/ Angelina Chiong]''&lt;br /&gt;
&lt;br /&gt;
==Story Context==&lt;br /&gt;
In Story C, the entity that was possessing [[Arietta Antiphon|Arietta]] leaps out of her body and possesses [[Beyond Antiphon|Beyond]]. The [[Main Character (NOISZ)|main character]] then finds themself in [[The Void|the void]] face to face with this entity, with all of their friends begging them to fight on.&lt;br /&gt;
&lt;br /&gt;
==Gimmicks==&lt;br /&gt;
After supposedly seeing the ending of Story C, the game backs out into the main menu, where all options are replaced with &amp;quot;Free&amp;quot; with a possessed [[Beyond Antiphon|Beyond]]'s face on them. Selecting any of these options will take you to a Free Mode screen in which the only available song is &amp;quot;Beyond the NOISZ&amp;quot; at the difficulty of your Story C play through.&lt;br /&gt;
&lt;br /&gt;
This song is only one verse and uses [[NOISZ (Game)/Styles#Beyond The NOISZ|Limit Breaker only (Void Breaker on Overload difficulty)]]. This is the introduction of void bullets, which are black and white bullets that, on contact, bring you to the Game Over screen. You can touch void bullets using Crash Mode; however, they will not be absorbed.&lt;br /&gt;
&lt;br /&gt;
Entering a blue zone will convert some void bullets into red and blue bullets and make otherwise impossible patterns avoidable. When you are outside of a blue zone in this song, your Combo resets to zero and you cannot gain Combo.&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
Be careful not to play too defensively. In difficulties Hard and below, you need to reach Overflow in order to retain the blue zone (and in Overload, you need to reach +600%) so that you can survive the ending lasers. On difficulties where there are void lasers at the end, you need to use Crash Mode at the very last moment and hold the shield to avoid dying.&lt;br /&gt;
&lt;br /&gt;
==Chart Comparison==&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{#ev:youtube|https://www.youtube.com/watch?v=PyHuNO0ZchA}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Flavor Text==&lt;br /&gt;
This song's navigator is locked to [[Arietta Antiphon|Arietta]].&lt;br /&gt;
&lt;br /&gt;
'''[[Arietta Antiphon|Arietta]]''': I'll only say this once, okay? I believe in you... Please, save my sister from [[The Void|the void]]...&lt;br /&gt;
&lt;br /&gt;
==Lyrics==&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
I'm by your side, always watching out for you&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Within your heart a treasure shines for you&amp;lt;br /&amp;gt;&lt;br /&gt;
So light your spark, let the music take you higher&amp;lt;br /&amp;gt;&lt;br /&gt;
Just take my hand, there's nothing left to fear&amp;lt;br /&amp;gt;&lt;br /&gt;
Ignite your heart and soul and we'll fly beyond the noise&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
We'll fly beyond&amp;lt;br /&amp;gt;&lt;br /&gt;
Believe in fate and you'll see your dreams come true&amp;lt;br /&amp;gt;&lt;br /&gt;
Be strong and fight, let's go to a new adventure&amp;lt;br /&amp;gt;&lt;br /&gt;
I'm by your side, always watching out for you&amp;lt;br /&amp;gt;&lt;br /&gt;
Ever higher than before, now we'll fly beyond&amp;lt;br /&amp;gt;&lt;br /&gt;
We'll fly beyond the noise&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Always watching over you&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Beyond The NOISZ's ending strings and lyrics were written by [[Anarch Entertainment]] member [https://www.twitter.com/danmakuboss k//eternal].&lt;br /&gt;
*While not listed in the song's entry on the credits, the current art of [[Beyond Antiphon|Beyond]] shown in this song is done by [https://www.twitter.com/fruitsrabbit fruitsrabbit].&lt;br /&gt;
**Before [[NOISZ (Game)/Update History|Version 1.5]], the battle art was done by Angelina Chiong.&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=cWwRFHELtDA}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/album=1065951935/size=large/bgcol=ffffff/linkcol=0687f5/artwork=small/track=604225827/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
SoundCloud=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;soundcloud url=&amp;quot;https://soundcloud.com/neutralmoon/beyond-the-noisz-neutral-moonfeat-mayumi-morinaga&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;https://open.spotify.com/track/22eMkx7EA7Zjv7HNHDISvP?si=3c7814bb5be947ad&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOISZ Ignition Songs}}&lt;br /&gt;
[[Category:Songs]]&lt;br /&gt;
[[Category:Story C Songs]]&lt;br /&gt;
[[Category:Songs featuring Neutral Moon]]&lt;br /&gt;
[[Category:Songs featuring Mayumi Morinaga]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
[[Category:NOISZ Ignition Original Songs]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=BADSECRET&amp;diff=3768</id>
		<title>BADSECRET</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=BADSECRET&amp;diff=3768"/>
		<updated>2025-06-04T04:30:36Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SLTH Spoiler Warning}}&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
BADSECRET Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
BADSECRET Boss.jpg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{SLSong&lt;br /&gt;
|verses=4&lt;br /&gt;
|easy_level=3&lt;br /&gt;
|normal_level=6&lt;br /&gt;
|hard_level=10&lt;br /&gt;
|overload_level=11.5&lt;br /&gt;
|easy_pw=425&lt;br /&gt;
|normal_pw=575&lt;br /&gt;
|hard_pw=750&lt;br /&gt;
|overload_pw=850&lt;br /&gt;
|easy_tap=145&lt;br /&gt;
|easy_nontap=24&lt;br /&gt;
|normal_tap=230&lt;br /&gt;
|normal_nontap=48&lt;br /&gt;
|hard_tap=425&lt;br /&gt;
|hard_nontap=79&lt;br /&gt;
|overload_tap=692&lt;br /&gt;
|overload_nontap=122&lt;br /&gt;
|charter=TaroNuke (Easy, Normal &amp;amp; Hard)&amp;lt;br/&amp;gt;BADTARO (Overload)&lt;br /&gt;
|artist=[[:Category:Songs featuring BLACKTIGER|BLACKTIGER]] &lt;br /&gt;
|bpm=178&lt;br /&gt;
|length=04:10&lt;br /&gt;
|folder=[[:Category: Joker Folder Songs|Joker]]&lt;br /&gt;
|unlock=Complete [[NOISZ STΔRLIVHT/Story/Chapter -1.II|Chapter -1.II]]}}&lt;br /&gt;
==Story Context==&lt;br /&gt;
As [[Joker]] sees another flashback depicting how the original [[The NOISZ|NOISZ]] was taken from [[Arietta Antiphon|Arietta]] and [[Beyond Antiphon|Beyond]] by [[Gaius Antiphon|Gaius]], [[Byakko]] appears. She declares she will make Joker feel the pain and despair she and the rest of [[STΔRLIVHT]] felt before attacking.&lt;br /&gt;
&lt;br /&gt;
==Level Gimmicks==&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
&lt;br /&gt;
==Lyrics==&lt;br /&gt;
Shake it, don't break it&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=xPpFdeViFJg}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/track=423404287/size=large/bgcol=FFFFFF/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
SoundCloud=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;soundcloud url=&amp;quot;https://soundcloud.com/3131m47o/bofxviblacktiger-badsecret&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;spotify:track:3Bj3yx7gyzpzEIa022J03T&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Joker Folder Songs}}&lt;br /&gt;
[[Category:Songs featuring BLACKTIGER]]&lt;br /&gt;
[[Category:Joker Folder Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT True Heroes Songs]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Tengu&amp;diff=3767</id>
		<title>Tengu</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Tengu&amp;diff=3767"/>
		<updated>2025-06-04T04:29:42Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Ignition Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
Tengu is a song featured in [[NOISZ]], appearing in stages [[NOISZ (Game)/Story/Stage 8B|8B]], [[NOISZ (Game)/Story/Stage 13C|13C]], and [[NOISZ (Game)/Story/Stage X4|X4]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt; {{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Tengu Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
File:Tengu Enemy.jpeg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{Song|Title=Tengu|Artist=m1dy|Art=File:Tengu Enemy.png|AltText=The battle portrait of the enemy in Tengu. She is a girl with white hair and orange, fiery bird wings. She has talons for feet. A red NOISZ ring surrounds her.|Genre=Speedcore|Easydiff=5.0|Normaldiff=8.0|Harddiff=10.0|Overloaddiff=10.5|Rate=[[Rate#Inversion|Inversion]]|Verses=3|Length=4:38|BPM=175|Boss=[[Suzaku]]&lt;br /&gt;
|TextColor=#000000|CellColor=#6ce5f5}}&lt;br /&gt;
''Base Pattern by [https://www.twitter.com/danmakuboss k//eternal]''&amp;lt;br&amp;gt;&lt;br /&gt;
''Character by [https://www.angelinachiong.com/portfolio#/noisz/ Angelina Chiong]''&lt;br /&gt;
&lt;br /&gt;
==Story Context==&lt;br /&gt;
In Story B, after defeating the dragon-like girl at the beach, the [[Main Character (NOISZ)|main character]] is eager to take on another opponent. Reluctantly, the others at the beach let the phoenix-looking girl attack the main character.&lt;br /&gt;
&lt;br /&gt;
In Story C, [[Arietta Antiphon|Arietta]] commands [[Suzaku]] to attack the main character after they realize that they were nothing but a pawn in Arietta and [[Beyond Antiphon|Beyond]]'s plan to gather energy.&lt;br /&gt;
&lt;br /&gt;
==Gimmicks==&lt;br /&gt;
When grazing bullets in bullet patterns with seagulls/during the harsher Speedcore sections of the song, you gain 1 Combo for each bullet grazed, and you do a little bit of damage. Large red bullets sweep across the field and spawn kunai-shaped bullets.&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
For the rows of large moving bullets on difficulties Normal and above, circle around the bullets back into your original position. Change the direction of your circling each cycle of the attack.&lt;br /&gt;
&lt;br /&gt;
The sheer number of blue bullets means that getting enough damage for AA in V1 is very easy, so long as you have lives remaining going into the final pattern of V1. [[NOISZ (Game)/Styles#Blaster|Blaster Style]] and [[NOISZ (Game)/Modules#Core|Core Module]] are recommended. After getting the damage in V1, focus on surviving. [[NOISZ (Game)/Styles#Crash|Crash Style]] doesn't take advantage of the blue bullets as well as Blaster style does but can be very useful in surviving tough patterns.&lt;br /&gt;
&lt;br /&gt;
If you find yourself combo'ing down during the purely instrumental parts of the song (as the beat in the song as not as strong as during the lyrical sections), keep a count of the beat leading into the instrumentals. Remember, you should aim to input your shot/shield when one of the orbs on the NOISZ is directly at the top of the player character.&lt;br /&gt;
&lt;br /&gt;
On Hard and Overload difficulty, using [[NOISZ (Game)/Modules#Core|Core Module]] with [[NOISZ re:VERSE/Styles#Parry|Parry Style]] and sitting on the enemy during the patterns that grant Combo for grazing can assist in survival. You can gain Combo during Core Module's extended invincibility frames, and the amount gained easily allows you to regenerate lives. Make sure to head back down for the third pattern in V2 and right before the birdlike pattern concludes in V3. This strategy is also very effective for scoring, as it gives an unusually high amount of Combo if you time well when you enter/leave [[Suzaku]]'s hitbox.&lt;br /&gt;
&lt;br /&gt;
The community refers to sitting on the boss' hitbox in this manner as &amp;quot;Mub strat,&amp;quot; named after the player whose score demonstrated the technique to the larger community.&lt;br /&gt;
&lt;br /&gt;
This strategy can also be effective with [[NOISZ (Game)/Styles#Ghost Style+|Ghost Style+]] on Overload if you have [[NOISZ (Game)/Styles#Infinity|Infinity Style]] unlocked.&lt;br /&gt;
&lt;br /&gt;
==Chart Comparison==&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{#ev:youtube|https://www.youtube.com/watch?v=n7HYqGARx0s}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Flavor Text==&lt;br /&gt;
'''[[Beyond Antiphon|Beyond]]''': Looks like another tough fight... Her power comes at a cost, though! Barely avoiding her strongest attack will cause her to take damage!&lt;br /&gt;
&lt;br /&gt;
'''[[Arietta Antiphon|Arietta]]''': As they say, fortune favors the bold. Bet your life in exchange for power and crush the opponent before you.&lt;br /&gt;
&lt;br /&gt;
'''[[Stornel]]''': If you can survive the flames, choose abilities that let you take advantage of all the Combo you quickly gain.&lt;br /&gt;
&lt;br /&gt;
==Lyrics ==&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
-on over here&amp;lt;br&amp;gt;&lt;br /&gt;
-I'm drinking&amp;lt;br&amp;gt;&lt;br /&gt;
-eyes, watch my lips&amp;lt;br&amp;gt;&lt;br /&gt;
-you, what I'm thinking&amp;lt;br&amp;gt;&lt;br /&gt;
-on over here&amp;lt;br&amp;gt;&lt;br /&gt;
-I'm drinking&amp;lt;br&amp;gt;&lt;br /&gt;
-eyes, watch my lips&amp;lt;br&amp;gt;&lt;br /&gt;
-you, what I'm think-&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
All I need is you by my side&amp;lt;br&amp;gt;&lt;br /&gt;
Dance with me until the morning light tonight&amp;lt;br&amp;gt;&lt;br /&gt;
Oh, tonight&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'Til the music stops and you pull me close&amp;lt;br&amp;gt;&lt;br /&gt;
Lose control from head to toe tonight&amp;lt;br&amp;gt;&lt;br /&gt;
Oh, tonight&amp;lt;br&amp;gt;&lt;br /&gt;
And I'll be loving you&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Come on, come on over here&amp;lt;br&amp;gt;&lt;br /&gt;
Tell you what I'm drinking&amp;lt;br&amp;gt;&lt;br /&gt;
Move my eyes, watch my lips&amp;lt;br&amp;gt;&lt;br /&gt;
Tell you what I'm thinking&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Put your hands 'round my waist&amp;lt;br&amp;gt;&lt;br /&gt;
Take me to a different place&amp;lt;br&amp;gt;&lt;br /&gt;
Take me to a different place&amp;lt;br&amp;gt;&lt;br /&gt;
Take me to a different place&amp;lt;br&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Come on, come on over here&amp;lt;br&amp;gt;&lt;br /&gt;
Tell you what I'm drinking&amp;lt;br&amp;gt;&lt;br /&gt;
Move my eyes, watch my lips&amp;lt;br /&amp;gt;&lt;br /&gt;
Tell you what I'm thinking&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Put your hands 'round my waist&amp;lt;br&amp;gt;&lt;br /&gt;
Take me to a different place&amp;lt;br&amp;gt;&lt;br /&gt;
Take me to a different place&amp;lt;br&amp;gt;&lt;br /&gt;
Take me to a different place&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
-on over here&amp;lt;br&amp;gt;&lt;br /&gt;
-I'm drinking&amp;lt;br&amp;gt;&lt;br /&gt;
-eyes, watch my lips&amp;lt;br&amp;gt;&lt;br /&gt;
-you, what I'm thinking&amp;lt;br&amp;gt;&lt;br /&gt;
-on over here&amp;lt;br&amp;gt;&lt;br /&gt;
-I'm drinking&amp;lt;br&amp;gt;&lt;br /&gt;
-eyes, watch my lips&amp;lt;br&amp;gt;&lt;br /&gt;
-you, what I'm thinking&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Come on, come on over here&amp;lt;br&amp;gt;&lt;br /&gt;
Tell you what I'm drinking&amp;lt;br&amp;gt;&lt;br /&gt;
Move my eyes, watch my lips&amp;lt;br&amp;gt;&lt;br /&gt;
Tell you what I'm thinking&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Put your hands 'round my waist&amp;lt;br&amp;gt;&lt;br /&gt;
Take me to a different place&amp;lt;br&amp;gt;&lt;br /&gt;
Take me to a different place&amp;lt;br&amp;gt;&lt;br /&gt;
Take me to a different place&amp;lt;br&amp;gt;&lt;br /&gt;
Different place&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
???&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
All I need is you by my side&amp;lt;br&amp;gt;&lt;br /&gt;
Dance with me until the morning light tonight&amp;lt;br&amp;gt;&lt;br /&gt;
Oh, tonight&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
'Til the music stops and you pull me close&amp;lt;br&amp;gt;&lt;br /&gt;
Lose control from head to toe tonight&amp;lt;br&amp;gt;&lt;br /&gt;
Oh, tonight&amp;lt;br&amp;gt;&lt;br /&gt;
And I'll be loving you&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Come on, come on over here&amp;lt;br&amp;gt;&lt;br /&gt;
Tell you what I'm drinking&amp;lt;br&amp;gt;&lt;br /&gt;
Move my eyes, watch my lips&amp;lt;br&amp;gt;&lt;br /&gt;
Tell you what I'm thinking&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Put your hands 'round my waist&amp;lt;br&amp;gt;&lt;br /&gt;
Take me to a different place&amp;lt;br&amp;gt;&lt;br /&gt;
Take me to a different place&amp;lt;br&amp;gt;&lt;br /&gt;
Take me to a different place&amp;lt;br&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Trivia == &lt;br /&gt;
*While not listed in the song's entry on the credits, the current art of [[Suzaku]] shown in Tengu and [[Inferno Force]] is done by fruitsrabbit. &lt;br /&gt;
**Before [[NOISZ (Game)/Update History|Version 1.5]], the battle art was done by Angelina Chiong.&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=Zlf_fNfHG80}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/album=2647618146/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=3646140790/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;spotify:track:6ercMFYEKEFnfxnEpSxVAI&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOISZ Ignition Songs}}&lt;br /&gt;
[[Category:Songs]]&lt;br /&gt;
[[Category:Story B Songs]]&lt;br /&gt;
[[Category:Story C Songs]]&lt;br /&gt;
[[Category:Songs featuring m1dy]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Inferno_Force&amp;diff=3766</id>
		<title>Inferno Force</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Inferno_Force&amp;diff=3766"/>
		<updated>2025-06-04T04:29:31Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs Information}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt; {{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Tengu Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
File:Tengu Enemy.jpeg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Song|Title=Inferno Force|Artist=HyuN ft. Kabotya|Genre=Digital Step Core|Easydiff=3.0|Normaldiff=5.0|Harddiff=8.0|Overloaddiff=9.0|Rate=[[Rate#Inversion|Inversion]]|Verses=2|Length=3:02|BPM=135|Boss=[[Suzaku]]&lt;br /&gt;
|TextColor=#000000|CellColor=#6ce5f5}}&lt;br /&gt;
''Base Pattern by Valex''&amp;lt;br&amp;gt;&lt;br /&gt;
''Character by [https://www.angelinachiong.com/portfolio#/noisz/ Angelina Chiong]''&lt;br /&gt;
&lt;br /&gt;
==Gimmicks==&lt;br /&gt;
The most prominent feature of the level is its ferris-wheel-like pattern, in which four large bullets connect to lasers and rotate around the enemy. The large bullets spawn smaller ones as they revolve around the enemy.&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
TBA&lt;br /&gt;
&lt;br /&gt;
==Chart Comparison==&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{#ev:youtube|https://www.youtube.com/watch?v=0CoNdpJzPyA}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Flavor Text==&lt;br /&gt;
'''[[Beyond Antiphon|Beyond]]''': The [[NOISZ Beast|NOISZ Beasts]] are back, and they're out for revenge! You'd better watch out... [[Suzaku]] looks fired up!&lt;br /&gt;
&lt;br /&gt;
'''[[Arietta Antiphon|Arietta]]''': You'll have no attack backfires to help you out in this fight. The most you can do is pay close attention to where her attacks come from.&lt;br /&gt;
&lt;br /&gt;
'''[[Stornel]]''': Abilities that allow you to reduce sources of danger are invaluable in this fight.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*While this song is not listed in the credits, the current art of [[Suzaku]] shown in [[Tengu]] and Inferno Force is done by [https://www.twitter.com/fruitsrabbit fruitsrabbit].&lt;br /&gt;
**Before [[NOISZ (Game)/Update History|Version 1.5]], the battle art was done by Angelina Chiong.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
There are no official uploads for this song.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOISZ Ignition Songs}}&lt;br /&gt;
[[Category:Songs]]&lt;br /&gt;
[[Category:NOISZ HyuN Level Pack Songs]]&lt;br /&gt;
[[Category:Songs featuring HyuN]]&lt;br /&gt;
[[Category:Songs featuring Kabotya]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Forged_In_Darkest_Abyss&amp;diff=3765</id>
		<title>Forged In Darkest Abyss</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Forged_In_Darkest_Abyss&amp;diff=3765"/>
		<updated>2025-06-04T04:28:56Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SL Spoiler Warning}}&lt;br /&gt;
{{SLTH Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox&lt;br /&gt;
|image1=&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Forged in Darkest Abyss Spoiler.jpeg|Spoiler&lt;br /&gt;
Fidaboss.jpeg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox|image1=File:Forged in Darkest Abyss Enemy.jpg}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Forged In Darkest Abyss is the song in the 9th iteration in [[NOISZ STΔRLIVHT]]'s [[Forge of Antiphon]] gamemode, where it can only be played if the player has obtained the [[Forge of Antiphon/Modules#Heart of the Challenger|Heart of the Challenger Module]], and the 9th song in Joker's [[Queen's Ascension]]. After either clearing the song in Forge of Antiphon or seeing it in Queen's Ascension it becomes available in free play.&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
&lt;br /&gt;
{{SLSong&lt;br /&gt;
|verses=1 (shown as &amp;quot;Verse i&amp;quot; in-game)&lt;br /&gt;
|easy_level=7&lt;br /&gt;
|normal_level=10&lt;br /&gt;
|hard_level=11.5&lt;br /&gt;
|overload_level=13.5&lt;br /&gt;
|easy_pw=350&lt;br /&gt;
|normal_pw=500&lt;br /&gt;
|hard_pw=600&lt;br /&gt;
|overload_pw=725&lt;br /&gt;
|easy_tap=407&lt;br /&gt;
|easy_nontap=150&lt;br /&gt;
|normal_tap=595&lt;br /&gt;
|normal_nontap=185&lt;br /&gt;
|hard_tap=681&lt;br /&gt;
|hard_nontap=343&lt;br /&gt;
|overload_tap=1050&lt;br /&gt;
|overload_nontap=682&lt;br /&gt;
|charter=k//eternal&lt;br /&gt;
|artist=[[:Category:Songs featuring Codly|Codly]]&lt;br /&gt;
|bpm=167&lt;br /&gt;
|length=03:24&lt;br /&gt;
|folder=[[:Category: Joker Folder Songs|Joker]]&lt;br /&gt;
|unlock=Clear respective difficulty in [[Forge of Antiphon]] or See it in Joker's [[Queen's Ascension]]}}&lt;br /&gt;
&lt;br /&gt;
==Level Gimmicks ==&lt;br /&gt;
This song is the debut of void bullets in [[NOISZ STΔRLIVHT]]. Void bullets are black and white bullets that, on contact, deal enough damage to instantly kill you. You cannot RS-DASH through void bullets.&lt;br /&gt;
[[File:Gameoverfida.jpeg|thumb|The Game Over pop-up]]&lt;br /&gt;
When you Game Over while playing this song in [[Forge of Antiphon]], you have the option to “Challenge Fate”, which will let you retry the song for the cost of 100 V-COINZ or 25 PW if you don’t have enough V-COINZ. You are allowed to retry the song as many times as you can, as long as you can afford it. The the other option is to “Give up for now”, which will take you to the results screen, failing the song. There is also “Manipulate Fate” and “Beg for mercy”. However, they’re only visual.&lt;br /&gt;
&lt;br /&gt;
The chart for this song also includes a variety of patterns inspired by [[multiVerse]]. One of which is a snaking trail of void bullets, often referred to as &amp;quot;void snake.&amp;quot; Another is a pinwheel of lasers that flash on and off while bullets fly towards you. The pattern featured in multiVerse's outro appears throughout the song, sometimes called the &amp;quot;force&amp;quot; section. Other shared patterns are: pairs of lasers that switch sides and close in, a wave of kunai bullets close in time to said lasers, and toward Forged In Darkest Abyss' end, inching bullets and lasers that target your current horizontal position.&lt;br /&gt;
&lt;br /&gt;
There are also occasional times when the bullet field darkens, (slightly different from when your whole screen blackens) where only a certain area around your character can be seen.&lt;br /&gt;
&lt;br /&gt;
The Overload difficulty chart contains [[NOISZ STΔRLIVHT/Notes#Down-slide notes|down-slides]], and the last pure note plus &amp;quot;force&amp;quot; sections at the end have Burst Active, preventing the player from using their own burst.&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
A defensive build is more likely to get you through the song, but that comes at the cost of having a powerful offensive build after clearing it.&lt;br /&gt;
&lt;br /&gt;
Prioritize avoiding the void bullets, as they’re your biggest threat, but don’t completely neglect the regular bullets and notes. The damage will add up, so stay alert.&lt;br /&gt;
&lt;br /&gt;
Be mindful that even though the song is only 1 Verse long, [[Forge_of_Antiphon/Modules|Opening Act]] does not work on this song.&lt;br /&gt;
&lt;br /&gt;
==Trivia ==&lt;br /&gt;
&lt;br /&gt;
*This song has the highest difficulty ratings in [[NOISZ STΔRLIVHT]] on Easy (7.0), Normal (10.0), and Overload (13.5).&lt;br /&gt;
**It is tied with [[D.S. al fine (NOISZ STΔRLIVHT)|D.S. al fine]] on the Easy and Overload ratings, and with [[with my (last+1) breath]] on all three ratings.&lt;br /&gt;
*This song introduced Void bullets/lasers to [[NOISZ STΔRLIVHT]].&lt;br /&gt;
*When [[Forge of Antiphon]] was released, Forged In Darkest Abyss did not award regular [[NOISZ STΔRLIVHT/HZ|HZ]] on any difficulty. This was an oversight by the developers.&amp;lt;ref&amp;gt;https://discord.com/channels/626529477865766933/846438516115636254/1092659580695236658&amp;lt;/ref&amp;gt;&lt;br /&gt;
**However, this was fixed in [[NOISZ STΔRLIVHT/Update History|version 2.220]].&lt;br /&gt;
*The &amp;quot;Game Over&amp;quot; screen for Forged In Darkest Abyss strongly resembles the &amp;quot;Game Over&amp;quot; screen in [[NOISZ (Game)|NOISZ]].&lt;br /&gt;
**The &amp;quot;Manipulate Fate&amp;quot; and &amp;quot;Beg for mercy&amp;quot; options are not usable here, but they are selectable options on NOISZ's &amp;quot;Game Over&amp;quot; screen.&lt;br /&gt;
**V-COINZ being used to Challenge Fate also references the fact that COINZ can be used to Challenge Fate in NOISZ during Story Mode.&lt;br /&gt;
*Forged In Darkest Abyss is the first song in which it is possible to obtain a combo of over 1000 (on the Hard and Overload difficulties).&lt;br /&gt;
*The warning signs during the song's chorus originally had hitboxes and could deal damage. This was a result of the fact that the only warning sign objects that could be moved were also the ones with hitboxes seen in [[Images]].&lt;br /&gt;
** The warning signs' hitboxes were removed in [[NOISZ STΔRLIVHT/Update History|version 2.231]].&lt;br /&gt;
*Forged In Darkest Abyss has the same BPM as the [[NOISZ episode G]] song [[⠀]].&lt;br /&gt;
**In addition, both share the same boss character.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/track=244451821/size=large/bgcol=FFFFFF/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
SoundCloud=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;soundcloud url=&amp;quot;https://soundcloud.com/officialcodly/forged-in-darkest-abyss&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;spotify:track:4m8Z4KIW9dtAfcHunxU54N&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Joker Folder Songs}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Songs featuring Codly]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Songs]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Original Songs]]&lt;br /&gt;
[[Category:Joker Folder Songs]]&lt;br /&gt;
[[Category:Forge of Antiphon]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=%E2%A0%80(NOISZ_ST%CE%94RLIVHT)&amp;diff=3764</id>
		<title>⠀(NOISZ STΔRLIVHT)</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=%E2%A0%80(NOISZ_ST%CE%94RLIVHT)&amp;diff=3764"/>
		<updated>2025-06-04T04:28:33Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SLTH Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
Forged in Darkest Abyss Spoiler.jpeg|Spoiler&lt;br /&gt;
blank noisz sl boss.jpg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''For the version featured in [[NOISZ episode G]], see [[⠀]].''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
⠀is the song in the 10th iteration in [[NOISZ STΔRLIVHT]]'s [[Forge of Antiphon]] gamemode, where it can only be played after clearing [[Forged In Darkest Abyss|Iteration 9]] and having the [[Forge of Antiphon/Modules#Heart of the Challenger|Heart of the Challenger Module]] evolve into the Hollowed Heart Module. After clearing the song in Forge of Antiphon it becomes available in free play.&lt;br /&gt;
&lt;br /&gt;
== Song Info ==&lt;br /&gt;
{{SLSong|title=⠀|verses=1 (shown as⠀in game)|easy_level=6|normal_level=9|hard_level=11.5|overload_level=12.5|easy_pw=325|normal_pw=475|hard_pw=600|overload_pw=700|easy_tap=304|easy_nontap=270|normal_tap=495|normal_nontap=285|hard_tap=680|hard_nontap=451|overload_tap=|overload_nontap=|charter=⠀|artist=[[:Category:Songs featuring Kurokotei|Kurokotei]]|bpm=167|length=4:13|folder=[[:Category: Joker Folder Songs|Joker]]|unlock=Clear respective difficulty in [[Forge of Antiphon]]}}&lt;br /&gt;
&lt;br /&gt;
== Level Gimmicks ==&lt;br /&gt;
&lt;br /&gt;
== Strategies ==&lt;br /&gt;
A defensive build is more likely to get you through the song, but that comes at the cost of having a powerful offensive build after clearing it. Since clearing this song duplicates your Armament as it's brought in however, defensive builds are still highly recommended; an offensive build can be made later at [[Forged In Darkest Abyss|Forged in Darkest Abyss]].&lt;br /&gt;
&lt;br /&gt;
Prioritize avoiding the void bullets, as they’re your biggest threat, but don’t completely neglect the regular bullets and notes. The damage will add up, so stay alert.&lt;br /&gt;
&lt;br /&gt;
Be mindful that even though the song is only 1 Verse long, [[Forge of Antiphon/Modules|Opening Act]] does not work on this song.&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
&lt;br /&gt;
* This song shares its difficulty ratings with it's episode G counterpart.&lt;br /&gt;
* This song's Hard chart is the second to be impossible to play thumbs only, following [[With my (last+1) breath|with my (last+1) breat]]h.&lt;br /&gt;
&lt;br /&gt;
== Official Sound ==&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=_q-J3QYT98g}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/track=4080369447/size=large/bgcol=FFFFFF/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
SoundCloud=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;soundcloud url=&amp;quot;https://soundcloud.com/dialgadu77/blank&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/tabber&amp;gt;{{Joker Folder Songs}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Insomnia_(RYOQUCHA_Remix)&amp;diff=3763</id>
		<title>Insomnia (RYOQUCHA Remix)</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Insomnia_(RYOQUCHA_Remix)&amp;diff=3763"/>
		<updated>2025-06-04T04:27:22Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file link from png-&amp;gt;jpeg conversion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Needs Information}}&lt;br /&gt;
&lt;br /&gt;
{{Episode G Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
Insomnia (RYOQUCHA Remix) Enemy (Pure).jpeg|Pure&lt;br /&gt;
Insomnia (RYOQUCHA Remix) Enemy (safe state RMX).jpeg|safe_state RMX&lt;br /&gt;
Insomnia (RYOQUCHA Remix) Enemy (GTS).jpeg|GTS&lt;br /&gt;
Insomnia (RYOQUCHA Remix) Enemy (QR).jpeg|QR&lt;br /&gt;
Insomnia (RYOQUCHA Remix) Enemy (Blood Reborn).jpeg|Blood Reborn&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
{{Song|Title=Insomnia (RYOQUCHA Remix)|Artist=Mitomoro ft. Skizzo|Easydiff= - |Normaldiff= - |Harddiff= - |Overloaddiff= - |Rate=Normal|Verses=1|Length=2:17|BPM=175|Boss=All&lt;br /&gt;
|TextColor=#000000|CellColor=#6ce5f5}}&lt;br /&gt;
&lt;br /&gt;
==Gimmicks==&lt;br /&gt;
This is the credits song for [[NOISZ episode G]]. The song cycles between each boss in order and each one's own distinctive patterns at the difficulty of your play through.&lt;br /&gt;
&lt;br /&gt;
This song forces [[NOISZ (Game)/Styles#Proto|Proto Style]].&lt;br /&gt;
&lt;br /&gt;
It is not necessary to clear the credits or get a good grade on them. However, the game shows extra scenes if you do. The exact requirements for each difficulty are not known as of now.&lt;br /&gt;
&lt;br /&gt;
For Easy, S-Ranking the credits (meaning receiving no white damage and +200% Overflow or greater) will trigger the secret ending.&lt;br /&gt;
==Credits Comparison==&lt;br /&gt;
&lt;br /&gt;
==Lyrics==&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
We gon' party til the moon comes back in sight&amp;lt;br /&amp;gt;&lt;br /&gt;
We will dance move our feet until they lose the fight&amp;lt;br /&amp;gt;&lt;br /&gt;
There is nothing you can't do because you got the right&amp;lt;br /&amp;gt;&lt;br /&gt;
Move that body we ain't sleeping til tomorrow night&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Crazy&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
We gon' party til the moon comes back in sight&amp;lt;br /&amp;gt;&lt;br /&gt;
We will dance move our feet until they lose the fight&amp;lt;br /&amp;gt;&lt;br /&gt;
There is nothing you can't do because you got the right&amp;lt;br /&amp;gt;&lt;br /&gt;
Move that body we ain't sleeping til tomorrow night&amp;lt;br /&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/track=2852551651/size=large/bgcol=FFFFFF/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{NOISZ epG Songs}}&lt;br /&gt;
[[Category:Songs]]&lt;br /&gt;
[[Category:NOISZ episode G Songs]]&lt;br /&gt;
[[Category:Songs featuring Mitomoro]]&lt;br /&gt;
[[Category:Songs featuring Skizzo]]&lt;br /&gt;
[[Category:Songs featuring RYOQUCHA]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
[[Category:NOISZ episode G Original Songs]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Insomnia_(MonstDeath_Remix)&amp;diff=3762</id>
		<title>Insomnia (MonstDeath Remix)</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Insomnia_(MonstDeath_Remix)&amp;diff=3762"/>
		<updated>2025-06-04T04:26:37Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file link from png-&amp;gt;jpeg conversion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''For the original mix featured in [[NOISZ (Game)|NOISZ]], see [[Insomnia]].''{{SL Spoiler Warning}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;album-image&amp;quot;&amp;gt;&lt;br /&gt;
{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
Insomnia (MonstDeath Remix) Enemy Spoiler.jpeg|Spoiler&lt;br /&gt;
Insomnia (MonstDeath Remix) Enemy.jpeg|Enemy&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Song Info==&lt;br /&gt;
&lt;br /&gt;
{{SLSong&lt;br /&gt;
|verses=2&lt;br /&gt;
|easy_level=6&lt;br /&gt;
|normal_level=8&lt;br /&gt;
|hard_level=11&lt;br /&gt;
|overload_level=13&lt;br /&gt;
|easy_pw=500&lt;br /&gt;
|normal_pw=625&lt;br /&gt;
|hard_pw=775&lt;br /&gt;
|overload_pw=900&lt;br /&gt;
|easy_tap=332&lt;br /&gt;
|easy_nontap=137&lt;br /&gt;
|normal_tap=533&lt;br /&gt;
|normal_nontap=184&lt;br /&gt;
|hard_tap=657&lt;br /&gt;
|hard_nontap=390&lt;br /&gt;
|overload_tap=1245&lt;br /&gt;
|overload_nontap=400&lt;br /&gt;
|charter=k//eternal&lt;br /&gt;
|artist=[[:Category:Songs featuring Mitomoro|Mitomoro]] ft. [[:Category:Songs featuring Skizzo|Skizzo]] (Remixed by [[:Category:Songs featuring MonstDeath|MonstDeath]])&lt;br /&gt;
|bpm=175&lt;br /&gt;
|length=03:37&lt;br /&gt;
|folder=[[:Category: Joker Folder Songs|Joker]]&lt;br /&gt;
|unlock=Complete [[NOISZ STΔRLIVHT/Story/Chapter -1.I|Chapter -1.I]] (Unlocks access to the Joker Folder)}}&lt;br /&gt;
&lt;br /&gt;
==Story Context==&lt;br /&gt;
After [[Stornel]] is defeated, [[Gaius Antiphon|Gaius]] takes the original NOISZ from him and uses it to fight [[Grace Kamenashi|Grace]] and [[Sera Hoshikawa|Sera]].&lt;br /&gt;
&lt;br /&gt;
==Level Gimmicks==&lt;br /&gt;
''(These conditions are only present when playing the song in story)'' Like [[Quicksilver (NOISZ STΔRLIVHT)|Quicksilver]], the character you play as switches as you go from one verse to another. However this time, you start off with Grace on the first verse and transition to Sera on the second. You also have 999 PW, the maximum amount of PW.&lt;br /&gt;
&lt;br /&gt;
==Strategies==&lt;br /&gt;
&lt;br /&gt;
== Lyrics==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
We gon' party til the moon comes back in sight&amp;lt;br /&amp;gt;&lt;br /&gt;
We will dance move our feet until they lose the fight&amp;lt;br /&amp;gt;&lt;br /&gt;
There is nothing you can't do because you got the right&amp;lt;br /&amp;gt;&lt;br /&gt;
Move that body we ain't sleeping til tomorrow night&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
We gon' party til the moon comes back in sight&amp;lt;br /&amp;gt;&lt;br /&gt;
We will dance move our feet until they lose the fight&amp;lt;br /&amp;gt;&lt;br /&gt;
There is nothing you can't do because you got the right&amp;lt;br /&amp;gt;&lt;br /&gt;
Move that body we ain't sleeping til tomorrow night!&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
These speakers can't get louder&amp;lt;br /&amp;gt;&lt;br /&gt;
Policemen wanna break the crowd up but&amp;lt;br /&amp;gt;&lt;br /&gt;
When the rhythm hits your feet start shaking like an earthquake gonna tear the ground up&amp;lt;br /&amp;gt;&lt;br /&gt;
Sirens blare now the cars got draulics bouncing holics&amp;lt;br /&amp;gt;&lt;br /&gt;
Neighbour balling, roofs are falling, everybody's all in, now it's starting&amp;lt;br /&amp;gt;&lt;br /&gt;
To get crazy, fall into the groove&amp;lt;br /&amp;gt;&lt;br /&gt;
I think lately, we're all in tune&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
We gon' party til the moon comes back in sight&amp;lt;br /&amp;gt;&lt;br /&gt;
We will dance move our feet until they lose the fight&amp;lt;br /&amp;gt;&lt;br /&gt;
There is nothing you can't do because you got the right&amp;lt;br /&amp;gt;&lt;br /&gt;
Move that body we ain't sleeping til tomorrow night&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
We gon' party til the moon comes back in sight&amp;lt;br /&amp;gt;&lt;br /&gt;
We will dance move our feet until they lose the fight&amp;lt;br /&amp;gt;&lt;br /&gt;
There is nothing you can't do because you got the right&amp;lt;br /&amp;gt;&lt;br /&gt;
Move that body we ain't sleeping til tomorrow night!&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
We gon' party til the moon comes back in sight&amp;lt;br /&amp;gt;&lt;br /&gt;
We gon' party til the moon comes back in sight&amp;lt;br /&amp;gt;&lt;br /&gt;
We gon' party&amp;lt;br /&amp;gt;&lt;br /&gt;
We gon' party&amp;lt;br /&amp;gt;&lt;br /&gt;
We gon' party&amp;lt;br /&amp;gt;&lt;br /&gt;
We gon' party, party, pa, pa, pa, pa...&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
INSOMNIA!&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
Uh!&amp;lt;br /&amp;gt;&lt;br /&gt;
Come on!&amp;lt;br /&amp;gt;&lt;br /&gt;
Uh!&amp;lt;br /&amp;gt;&lt;br /&gt;
Ha, ha, ha...&amp;lt;br /&amp;gt;&lt;br /&gt;
Come on!&amp;lt;br /&amp;gt;&lt;br /&gt;
Go!&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
These speakers can't get louder&amp;lt;br /&amp;gt;&lt;br /&gt;
Policemen wanna break the crowd up but&amp;lt;br /&amp;gt;&lt;br /&gt;
When the rhythm hits your feet start shaking like an earthquake gonna tear the ground up&amp;lt;br /&amp;gt;&lt;br /&gt;
Sirens blare now the cars got draulics bouncing holics&amp;lt;br /&amp;gt;&lt;br /&gt;
Neighbour balling, roofs are falling, everybody's all in, now it's starting&amp;lt;br /&amp;gt;&lt;br /&gt;
To get crazy, fall into the groove&amp;lt;br /&amp;gt;&lt;br /&gt;
I think lately, we're all in tune&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
This ain't a dream, (Go!)&amp;lt;br /&amp;gt;&lt;br /&gt;
Surreal to me (Ha, ha, ha)&amp;lt;br /&amp;gt;&lt;br /&gt;
I'm feeling free (Yeah) to be me... (Come on!)&amp;lt;br /&amp;gt;&lt;br /&gt;
Uh!&amp;lt;br /&amp;gt;&lt;br /&gt;
Come on!&amp;lt;br /&amp;gt;&lt;br /&gt;
Go!&amp;lt;br /&amp;gt;&lt;br /&gt;
Ha, ha, ha, ha...&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=F72zXkGY8og}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/album=1830996530/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=1885441246/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Joker Folder Songs}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Songs featuring Mitomoro]]&lt;br /&gt;
[[Category:Songs featuring Skizzo]]&lt;br /&gt;
[[Category: Joker Folder Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Songs]]&lt;br /&gt;
[[Category:NOISZ STΔRLIVHT Original Songs]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
[[Category:Songs featuring MonstDeath]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=I_Thought_You_Should_Know&amp;diff=3761</id>
		<title>I Thought You Should Know</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=I_Thought_You_Should_Know&amp;diff=3761"/>
		<updated>2025-06-04T04:25:53Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file link from png-&amp;gt;jpeg conversion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div align=right&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;span class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
I Thought You Should Know Enemy (SOTW).jpeg|SOTW&lt;br /&gt;
I Thought You Should Know Enemy (Odyssey).jpeg|Odyssey&lt;br /&gt;
I Thought You Should Know Enemy (Need It).jpeg|Need It&lt;br /&gt;
I Thought You Should Know Enemy (Rave CTM).jpeg|Rave CTM&lt;br /&gt;
I Thought You Should Know Enemy (Destroy).jpeg|Destroy&lt;br /&gt;
I Thought You Should Know Enemy (Robot Rhinos).jpeg|RR&lt;br /&gt;
I Thought You Should Know Enemy (HM).jpeg|HM&lt;br /&gt;
I Thought You Should Know Enemy (SY).jpeg|SY&lt;br /&gt;
I Thought You Should Know Enemy (Blood).jpeg|Blood&lt;br /&gt;
I Thought You Should Know Enemy (NWS).jpeg|NWS&lt;br /&gt;
I Thought You Should Know Enemy (KTD).jpeg|KTD&lt;br /&gt;
I Thought You Should Know Enemy (Tengu).jpeg|Tengu&lt;br /&gt;
I Thought You Should Know Enemy (NTL).jpeg|NTL&lt;br /&gt;
I Thought You Should Know Enemy (Insomnia).jpeg|Insomnia&lt;br /&gt;
I Thought You Should Know Enemy (BTN).jpeg|BTN&lt;br /&gt;
I Thought You Should Know Enemy (BTZ).jpeg|BTZ&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;span class=&amp;quot;album-image&amp;quot;&amp;gt;{{Song Infobox&lt;br /&gt;
|image1=&amp;lt;gallery&amp;gt;&lt;br /&gt;
I Thought You Should Know Enemy (SBS).jpeg|SBS&lt;br /&gt;
I Thought You Should Know Enemy (Entrance).jpeg|Entrance&lt;br /&gt;
I Thought You Should Know Enemy (YST).jpeg|YST&lt;br /&gt;
I Thought You Should Know Enemy (TM).jpeg|TM&lt;br /&gt;
I Thought You Should Know Enemy (SLDT).jpeg|SLDT&lt;br /&gt;
I Thought You Should Know Enemy (EO).jpeg|EO&lt;br /&gt;
I Thought You Should Know Enemy (DCAC).jpeg|DCAC&lt;br /&gt;
I Thought You Should Know Enemy (QS).jpeg|QS&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&amp;lt;/span&amp;gt;&lt;br /&gt;
|}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Song|Title=I Thought You Should Know|Artist=Mitomoro ft. cute hospital|Art={{subst:Art}}|Easydiff= - |Normaldiff= - |Harddiff= - |Overloaddiff= - |Rate=Normal|Verses=1|Length=4:43|BPM=170|Boss=All&lt;br /&gt;
|TextColor=#000000|CellColor=#6ce5f5}}&lt;br /&gt;
&lt;br /&gt;
==Gimmicks==&lt;br /&gt;
This is the credits song for NOISZ Ignition and [[NOISZ re:VERSE|NOISZ &amp;lt;nowiki&amp;gt;re:||VERSE&amp;lt;/nowiki&amp;gt;]]. The first two minutes and fifty-three seconds are played in the Ignition credits, and the latter part is played in the &amp;lt;nowiki&amp;gt;re:||VERSE&amp;lt;/nowiki&amp;gt; credits. The song cycles between each boss in order and each one's own distinctive patterns at the difficulty of your play through. Most patterns that contain void bullets instead have red bullets in their place (there are multiple Void patterns still in place on Overload, for instance).&lt;br /&gt;
&lt;br /&gt;
The song appears to be force [[Styles#Beyond_The_NOISZ|Limit Breaker]].&lt;br /&gt;
&lt;br /&gt;
It is not necessary to clear the credits or get a good grade on them. However, the game shows extra scenes if you do.&lt;br /&gt;
&lt;br /&gt;
In NOISZ Ignition, getting above a certain damage threshold (likely +100% on Hard and below, and unknown on Overload) allows you to see a short teaser for NOISZ re:||VERSE.&lt;br /&gt;
&lt;br /&gt;
In [[NOISZ re:VERSE|NOISZ re:||VERSE]], getting an S-Rank on the credits (SS-Rank on Easy) grants special extra dialogue that depends on your ending and the [[NOISZ (Game)/Achievements|achievement]] &amp;quot;The Lost Fourth.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Credits Comparison==&lt;br /&gt;
Ignition's section begins immediately and ends at 2:58.&lt;br /&gt;
&lt;br /&gt;
re:||VERSE's section begins at 2:59.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{#ev:youtube|https://www.youtube.com/watch?v=xQq0PzIiH24}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Spoken Message (2:27-2:53) ==&lt;br /&gt;
&amp;quot;Every day, I'm really happy that I got to meet you. You're a really important friend of me. And I'm pretty sure I wouldn't be here right now if it weren't for the love and support that you've been giving me over these past few years. And um, I wanna let you know that you're really important to me and I love you, and I hope you remember that.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;3&lt;br /&gt;
&lt;br /&gt;
==Official Sound==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YouTube=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=n1AImlpZabE}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Bandcamp=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
{{BandcampMusicPlayer&lt;br /&gt;
|link=https://bandcamp.com/EmbeddedPlayer/album=1065951935/size=large/bgcol=ffffff/linkcol=0687f5/artwork=small/track=2478175739/transparent=true/&lt;br /&gt;
|height=250px&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
SoundCloud=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;soundcloud url=&amp;quot;https://soundcloud.com/mitomoro/itysk&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-|&lt;br /&gt;
Spotify=&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;spotify uri=&amp;quot;https://open.spotify.com/track/6qGwl0G2mUZR0YvYAA5sAz?si=85f43981a6424604&amp;quot; height='250' width='600' /&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
[[Category:Songs]]&lt;br /&gt;
[[Category:Songs featuring Mitomoro]]&lt;br /&gt;
[[Category:Songs featuring cute hospital]]&lt;br /&gt;
[[Category:NOISZ Original Songs]]&lt;br /&gt;
[[Category:NOISZ Ignition Original Songs]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Alpha&amp;diff=3760</id>
		<title>Alpha</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Alpha&amp;diff=3760"/>
		<updated>2025-06-04T04:24:05Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Fix broken file link from png-&amp;gt;jpeg conversion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NOISZ Series Spoiler Warning}}&lt;br /&gt;
{{Character Infobox|title1=Alpha|image1=&amp;lt;gallery heights=250 widths=&amp;quot;auto&amp;quot;&amp;gt;&lt;br /&gt;
Image:Alpha.png|Ign/reV (Fused)&lt;br /&gt;
Alpha the one and only.jpeg|episode G&lt;br /&gt;
&amp;lt;/gallery&amp;gt;|eye_colour=Red (in fused form)|hair_colour=White&lt;br /&gt;
Pink and brown (in fused form)|also_known_as=?, the Void being|relationships= * [[Arietta_Antiphon|Arietta]]: Inspiration, vessel for Alpha's mind&lt;br /&gt;
* [[Beyond Antiphon|Beyond]]: vessel for Alpha's power&lt;br /&gt;
* [[Gaius Antiphon|Gaius]]: owner of a fragment of her power (the [[Void Crystal]])}}&lt;br /&gt;
&lt;br /&gt;
==Bio==&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''&amp;quot;In the hearts of all who would create, I am a silent whisper...&amp;quot;&amp;lt;br /&amp;gt;&amp;quot;Beckoning them slowly to madness, ruin, and despair.&amp;quot;&amp;lt;br /&amp;gt;&amp;quot;That which lies in the edge of the abyss, between destruction and inspiration.&amp;quot;&amp;lt;ref&amp;gt;[[NOISZ (Game)|NOISZ Ignition]] - [[NOISZ (Game)/Story/Stage 4C|Stage 4C]]&amp;lt;/ref&amp;gt;''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alpha is the first [[Noise Beast]], created after humans made the first music. She believes that all of the best art is made through suffering and pain. She resides in [[the Void]].&lt;br /&gt;
&lt;br /&gt;
==Story==&lt;br /&gt;
===[[NOISZ (Game)|NOISZ Ignition]]===&lt;br /&gt;
&lt;br /&gt;
In Story B, the [[Main Character (NOISZ)|main character]] has a vision when traveling through the portal back to the human world:&lt;br /&gt;
&lt;br /&gt;
[[Arietta Antiphon|Arietta]] and [[Beyond Antiphon|Beyond]] open the portal in the [[Antiphon]] building's basement, in search of a way for Arietta to compose. Alpha appears on the other side of the portal, temporarily giving Arietta the ability to compose. She tries to convince Arietta to join her in [[the Void]], but Beyond shuts down the portal before she can. Her mind is sealed into Arietta's eye and her power into Beyond's arm stub.&lt;br /&gt;
&lt;br /&gt;
In Story C, Alpha takes full control over Arietta. Using Arietta's body, she allows the boundaries between worlds to become stressed to the point of nearly breaking. When given the opportunity after Beyond attempts to stop the main character from hurting Arietta, Alpha escapes from Arietta's body into Beyond's, possessing her for the final battle of Story C: [[Beyond The NOISZ]].&lt;br /&gt;
&lt;br /&gt;
After the main character defeats Alpha in the Void, Alpha convinces Arietta to absorb Beyond's essence into herself as they begin to fade. Arietta is reluctant, but loves her sister too much to let her die, so she absorbs them using her NOISZ. Their bodies fuse into one, now controlled solely by Alpha. Alpha then leaves to carry on her destruction in the [[World of Music]].&lt;br /&gt;
&lt;br /&gt;
===[[NOISZ re:VERSE|NOISZ &amp;lt;nowiki&amp;gt;re:||VERSE&amp;lt;/nowiki&amp;gt;]]===&lt;br /&gt;
Alpha uses the [[NOISZ Beast]] technology on [[Noise Beast|Noise Beasts]] in order to create creatures that would obey her every whim, dubbed [[Void Beast|Void Beasts]].&lt;br /&gt;
&lt;br /&gt;
The [[Main Character (NOISZ)|main character]] and [[Stornel]] set out to stop her. She continuously taunts them throughout their journey to the throne room.&lt;br /&gt;
&lt;br /&gt;
When they reach the throne room, [[Karin]], who had been traveling with them, suddenly hurls a Void bullet at the main character. Alpha reveals that Karin had died during a failed attempt to convert her into a [[Void Beast]], and that Alpha had been [[The NOISZ#Imprinting|imprinting]] her soul the entire time. Alpha then fights the main character using Karin's body.&lt;br /&gt;
&lt;br /&gt;
Afterward, she activates the portal and asks the main character to follow her for the final battle.&lt;br /&gt;
&lt;br /&gt;
The main character enters the Void and fights her. On their own, they fail to defeat her; however, they are able to defeat Alpha by imprinting either [[Beyond Antiphon|Beyond]] or [[Arietta Antiphon|Arietta]] (depends on the choices made throughout the story campaign).&lt;br /&gt;
&lt;br /&gt;
===[[NOISZ episode G]]===&lt;br /&gt;
While [[Gaius Antiphon|Gaius]] is banished to [[the Void]] by [[Marziale]], he encounters Alpha, who plans to collect his hopes and dreams after [[the ARIA and Sonic Blade]] have consumed them. Gaius attempts to resist, but it is futile. Before he leaves the Void, Alpha expresses her intention to use him to facilitate her larger plans, and in order to do this, she gives him a [[Void Crystal]] for use in creating [[the NOISZ]].&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
When [[Beyond Antiphon|Beyond]] and [[Arietta Antiphon|Arietta]] first opened the portal in the [[Antiphon]] building's basement, Alpha was the entity to come through, appearing in the form of black chains. She was drawn to the human world by Arietta's dream of the perfect piece of music, for she desperately wanted it to become reality, too. She temporarily granted Arietta the ability to compose easily, and attempted to lure her into the Void. Beyond forcibly shutting down the portal caused Alpha's mind to be trapped in Arietta's right eye and the core of her power to be trapped in Beyond's right arm stub.&lt;br /&gt;
&lt;br /&gt;
Alpha gained control over Arietta's body over time. She is almost completely in control by the time of NOISZ Ignition.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Alpha at portal.jpeg|Alpha appearing as snaking black chains through the man-made portal to the [[World of Music]].&lt;br /&gt;
File:EpG 6G CG.jpeg|Alpha holding [[Gaius Antiphon|Gaius]] by the neck in [[NOISZ episode G]].&lt;br /&gt;
File:Beyond The NOISZ Enemy.jpeg|Alpha possessing [[Beyond Antiphon|Beyond]] during [[Beyond The NOISZ]] in [[NOISZ (Game)|NOISZ Ignition]].&lt;br /&gt;
File:Possessed Beyond (by Angelina Chiong).png|Alpha possessing [[Beyond Antiphon|Beyond]] artwork from a previous version of [[NOISZ (Game)|NOISZ Ignition]] (from [https://www.angelinachiong.com/portfolio#/noisz/ Angelina Chiong's portfolio]).&lt;br /&gt;
File:Emphatic Enemy.jpeg|Alpha imprinting [[Karin]] during [[Emphatic Outcry]] in [[NOISZ re:VERSE|NOISZ &amp;lt;nowiki&amp;gt;re:||VERSE&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
File:MultiVerse Enemy.jpeg|Alpha in [[Beyond Antiphon|Beyond]] and [[Arietta Antiphon|Arietta]]'s fused body during [[multiVerse]] in [[NOISZ re:VERSE|NOISZ &amp;lt;nowiki&amp;gt;re:||VERSE&amp;lt;/nowiki&amp;gt;]].&lt;br /&gt;
File:ReBIRTH Enemy.jpeg|Alpha taking [[Arietta Antiphon|Arietta]]'s form during [[re:BIRTH|&amp;lt;nowiki&amp;gt;re:||BIRTH&amp;lt;/nowiki&amp;gt;]] in [[NOISZ re:VERSE|NOISZ &amp;lt;nowiki&amp;gt;re:||VERSE&amp;lt;/nowiki&amp;gt;]]. (Taken from the artbook/lyric book)&lt;br /&gt;
File:ReVERSE Enemy.jpeg|Alpha taking [[Beyond Antiphon|Beyond]]'s form during [[re:VERSE|&amp;lt;nowiki&amp;gt;re:||VERSE&amp;lt;/nowiki&amp;gt;]] in [[NOISZ re:VERSE|NOISZ &amp;lt;nowiki&amp;gt;re:||VERSE&amp;lt;/nowiki&amp;gt;]]. (Taken from the artbook/lyric book)&lt;br /&gt;
File:Fidaboss.jpeg|Alpha herself during [[Forged In Darkest Abyss]] in [[NOISZ STΔRLIVHT]].&lt;br /&gt;
File:Enemy.jpeg|Alpha herself during [[⠀]] in [[NOISZ episode G]]&lt;br /&gt;
File:With my (last+1) breath Boss.jpg|Alpha possessing [[Gaius Antiphon|Gaius]] during [[with my (last+1) breath]] in [[NOISZ STΔRLIVHT]]&lt;br /&gt;
File:Blank noisz sl boss.jpg|Alpha as she appears in [[⠀(NOISZ STΔRLIVHT)|⠀ (NOISZ STΔRLIVHT)]].&lt;br /&gt;
File:NOISZ reVERSE OST Album Cover.jpg|Alpha in [[Beyond Antiphon|Beyond]] and [[Arietta Antiphon|Arietta]]'s fused body, as featured on the cover of the [[NOISZ re:VERSE|NOISZ &amp;lt;nowiki&amp;gt;re:||VERSE&amp;lt;/nowiki&amp;gt;]] OST. &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{NOISZ Character Navigation}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:NOISZ re:VERSE Characters]]&lt;br /&gt;
[[Category:NOISZ episode G Characters]]&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Template:Latest_Patch_Notes&amp;diff=3759</id>
		<title>Template:Latest Patch Notes</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Template:Latest_Patch_Notes&amp;diff=3759"/>
		<updated>2025-06-04T04:14:16Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Avoid transcluding Category:Templates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width:100%&amp;quot; class=&amp;quot;fandom-table mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;th&amp;gt;&amp;lt;ruby&amp;gt;{{#if:{{{contentversion|}}}|Patch:|Content:}} '''v{{{version}}}''' &amp;lt;rt&amp;gt;{{{date}}}&amp;lt;/rt&amp;gt;&amp;lt;/ruby&amp;gt;&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{patchnotes}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
{{#if:{{{contentversion|}}}|&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%&amp;quot; class=&amp;quot;fandom-table mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;th&amp;gt;&amp;lt;ruby&amp;gt;Content: '''v{{{contentversion}}}''' &amp;lt;rt&amp;gt;{{{contentdate}}}&amp;lt;/rt&amp;gt;&amp;lt;/ruby&amp;gt;&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{{{contentpatchnotes}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
|}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
= Usage =&lt;br /&gt;
Use Example 1 for when latest release is a content release. Remember to unset the {{{contentversion}}} variable so the separate release box doesn't show up.&lt;br /&gt;
&lt;br /&gt;
If there's a patch release after that content release, use Example 2 to keep the most recent content update visible.&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
== Example 1: Content release ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Latest Patch Notes&lt;br /&gt;
|version=3.300&lt;br /&gt;
|date=2024-10-18&lt;br /&gt;
|patchnotes='''[[NOISZ_STΔRLIVHT/Story/VS_Postlude|VS Postlude]] and [[Queen's Ascension]]'''&lt;br /&gt;
*Updated the game engine to Unity 6&lt;br /&gt;
&lt;br /&gt;
|contentversion=&lt;br /&gt;
|contentdate=2024-10-18&lt;br /&gt;
|contentpatchnotes='''[[NOISZ_STΔRLIVHT/Story/VS_Postlude|VS Postlude]] and [[Queen's Ascension]]'''&lt;br /&gt;
*Updated the game engine to Unity 6&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Latest Patch Notes&lt;br /&gt;
|version=3.300&lt;br /&gt;
|date=2024-10-18&lt;br /&gt;
|patchnotes='''[[NOISZ_STΔRLIVHT/Story/VS_Postlude|VS Postlude]] and [[Queen's Ascension]]'''&lt;br /&gt;
*Updated the game engine to Unity 6&lt;br /&gt;
&lt;br /&gt;
|contentversion=&lt;br /&gt;
|contentdate=2024-10-18&lt;br /&gt;
|contentpatchnotes='''[[NOISZ_STΔRLIVHT/Story/VS_Postlude|VS Postlude]] and [[Queen's Ascension]]'''&lt;br /&gt;
*Updated the game engine to Unity 6&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Example 2: Patch release ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Latest Patch Notes&lt;br /&gt;
|version=3.301&lt;br /&gt;
|date=2024-10-21&lt;br /&gt;
|patchnotes='''Fixed some visual issues, including the text fade in the story'''&lt;br /&gt;
&lt;br /&gt;
|contentversion=3.300&lt;br /&gt;
|contentdate=2024-10-18&lt;br /&gt;
|contentpatchnotes='''[[NOISZ_STΔRLIVHT/Story/VS_Postlude|VS Postlude]] and [[Queen's Ascension]]'''&lt;br /&gt;
*Updated the game engine to Unity 6&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Latest Patch Notes&lt;br /&gt;
|version=3.301&lt;br /&gt;
|date=2024-10-21&lt;br /&gt;
|patchnotes='''Fixed some visual issues, including the text fade in the story'''&lt;br /&gt;
&lt;br /&gt;
|contentversion=3.300&lt;br /&gt;
|contentdate=2024-10-18&lt;br /&gt;
|contentpatchnotes='''[[NOISZ_STΔRLIVHT/Story/VS_Postlude|VS Postlude]] and [[Queen's Ascension]]'''&lt;br /&gt;
*Updated the game engine to Unity 6&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Template:Random_Smile&amp;diff=3758</id>
		<title>Template:Random Smile</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Template:Random_Smile&amp;diff=3758"/>
		<updated>2025-06-04T04:13:03Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Avoid transcluding Category:Templates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;choose uncached&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:hakunosmile.jpeg|center|200px|alt=Hakuno Nekoda smiling|link=Hakuno Nekoda]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:toumasmile.jpeg|center|200px|alt=Touma smiling|link=Touma]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:sumiresmile.jpeg|center|200px|alt=Sumire Hitori smiling|link=Sumire Hitori]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:lilysmile.png|center|200px|alt=Lily Kamenashi smiling|link=Lily Kamenashi]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:hikarismile.jpeg|center|200px|alt=Hikari Aoki smiling|link=Hikari Aoki]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:rhymesmile.jpeg|center|200px|alt=Rhyme smiling|link=Rhyme]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:setsunasmile.jpeg|center|200px|alt=Setsuna Hoshikawa smiling|link=Setsuna Hoshikawa]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:akirasmile.jpeg|center|200px|alt=Akira smiling|link=Akira]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:hitorismile.jpeg|center|200px|alt=Hitori smiling|link=Hitori]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:gracesmile.jpeg|center|200px|alt=Grace Kamenashi smiling|link=Grace Kamenashi]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:yumismile.jpeg|center|200px|alt=Yumi Hitori smiling|link=Yumi Hitori]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:asukasmile.jpeg|center|200px|alt=Asuka Fujita smiling|link=Asuka Fujita]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:hansmile.jpeg|center|200px|alt=Han smiling|link=Han]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:heathersmile.jpeg|center|200px|alt=Heather Valentine smiling|link=Heather Valentine]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:shionsmile.jpeg|center|200px|alt=Shion Nekoda smiling|link=Shion Nekoda]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:beyondsmile.jpeg|center|200px|alt=Beyond smiling|link=Beyond Antiphon]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:Young Beyond.jpeg|center|200px|alt=Young Beyond smiling|link=Beyond Antiphon]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:karinsmile.jpeg|center|200px|alt=Karin smiling|link=Karin]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:mocasmile.jpeg|center|200px|alt=Moca smiling|link=Moca]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:littlearismile.jpeg|center|200px|alt=Little Arietta smiling|link=Arietta]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:arismile.jpeg|center|200px|alt=Arietta smiling|link=Arietta]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:serasmile.jpeg|center|200px|alt=Sera Hoshikawa smiling|link=Sera Hoshikawa]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:miriasmile.jpeg|center|200px|alt=Young Miria smiling|link=Miria]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:younglunasmile.jpeg|center|200px|alt=Young Luna smiling|link=Luna]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:littlemocasmile.jpeg|center|200px|alt=Little Moca smiling|link=Moca]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:kristophsmile.jpeg|center|200px|alt=Kristoph smiling|link=Kristoph]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:youngmarzialesmile.jpeg|center|200px|alt=Young Marziale smiling|link=Marziale]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:Site-favicon.ico|center|200px|alt=What smiling|link=“What”_the_Cat]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:Ignition_Protagonist.png|center|200px|alt=Main Character (NOISZ) smiling|link=Main_Character_(NOISZ)]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:Alpha.png|center|200px|alt=Alpha smiling|link=Alpha]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;option&amp;gt;[[File:Gaius Antiphon reVERSE.png|center|200px|alt=Gaius smiling|link=Gaius_Antiphon]]&amp;lt;/option&amp;gt;&lt;br /&gt;
&amp;lt;/choose&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Template:NOISZ_SL_Main_Page_Index&amp;diff=3757</id>
		<title>Template:NOISZ SL Main Page Index</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Template:NOISZ_SL_Main_Page_Index&amp;diff=3757"/>
		<updated>2025-06-04T04:12:53Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Avoid transcluding Category:Templates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: none !important&amp;quot; align=&amp;quot;center&amp;quot;; border-color: transparent&amp;quot;&amp;gt;[[File:Starlight-logo.png|link=NOISZ STΔRLIVHT|center|frameless|250px]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=main-page-button align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;gallery columns=5 position=center bordersize=none widths=100px border-color=transparent mode=nolines navigation=true&amp;gt;&lt;br /&gt;
Gameplay Button.png|link=NOISZ STΔRLIVHT/Gameplay|alt=Gameplay&lt;br /&gt;
Story Button.png|link=NOISZ STΔRLIVHT/Story|alt=Story&lt;br /&gt;
Songs Button.png|link=NOISZ STΔRLIVHT/Songs|alt=Songs&lt;br /&gt;
Characters Button.png|link=NOISZ STΔRLIVHT/Characters|alt=Characters&lt;br /&gt;
Noisz SL Patches Button.png|link=NOISZ STΔRLIVHT/Update History|alt=Update History&lt;br /&gt;
Noisz SL Styles Button.png|link=NOISZ_STΔRLIVHT/Styles|alt=Style Lab&lt;br /&gt;
Noisz SL Events Button.png|link=NOISZ STΔRLIVHT/Events|alt=Events&lt;br /&gt;
Noisz SL What Button.png|link=Virtual_What|alt=𝑉𝑖𝑟𝑡𝑢𝑎𝑙 𝑊ℎ𝑎𝑡&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Template:NOISZ_SL_Events_Vertical&amp;diff=3756</id>
		<title>Template:NOISZ SL Events Vertical</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Template:NOISZ_SL_Events_Vertical&amp;diff=3756"/>
		<updated>2025-06-04T04:12:44Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Avoid transcluding Category:Templates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|style=&amp;quot;table&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;sl-events&amp;quot;&lt;br /&gt;
|colspan=3|&amp;lt;div class=&amp;quot;sl-events-header&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color: #410F42; padding-top: 2px; padding-bottom: 2px; margin: 5px; border: 2px solid #F14AB3; color: white; border-radius: 5px&amp;quot;&amp;gt;Recursive&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=3|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[File:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{recursivecyclestart|}}}}}|#|0}} Event Style.jpeg|50px|link={{#explode:{{CurrentNoiszSLEvent|cyclestart={{{recursivecyclestart|}}}}}|#|1}}/Styles#{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{recursivecyclestart|}}}}}|#|0}}]]&amp;lt;/div&amp;gt;&lt;br /&gt;
!&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;'''{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{recursivecyclestart|}}}}}|#|0}}&lt;br /&gt;
'''&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{EventTimeLeft|cyclestart={{{recursivecyclestart|}}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;small&amp;gt;Art: {{#explode:{{CurrentNoiszSLEvent|cyclestart={{{recursivecyclestart|}}}}}|#|2}}&amp;lt;/small&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;table&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;sl-events&amp;quot;&lt;br /&gt;
|colspan=3|&amp;lt;div class=&amp;quot;sl-events-header&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color: #410F42; padding-top: 2px; padding-bottom: 2px; margin: 5px; border: 2px solid #F14AB3; color: white; border-radius: 5px&amp;quot;&amp;gt;Synthetic&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=3|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[File:{{#if:1|{{CurrentSyntheticEvent|cyclestart={{{syntheticcyclestart|}}}}}|{{CurrentSyntheticEvent|cyclestart={{{syntheticcyclestart|}}}}}}} Antiphon Armament Event Style.jpeg|50px|link={{#if:1|{{CurrentSyntheticEvent|cyclestart={{{syntheticcyclestart|}}}}}|{{CurrentSyntheticEvent|cyclestart={{{syntheticcyclestart|}}}}}}}/Styles#Antiphon_Armament]]&amp;lt;/div&amp;gt;&lt;br /&gt;
!&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;'''[[Forge of Antiphon|Antiphon Armament]]'''&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{EventTimeLeft|cyclestart={{{syntheticcyclestart|}}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;small&amp;gt;Art: [https://twitter.com/fruitsrabbit @fruitsrabbit]&amp;lt;/small&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;table&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;sl-events&amp;quot;&lt;br /&gt;
|colspan=3|&amp;lt;div class=&amp;quot;sl-events-header&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color: #410F42; padding-top: 2px; padding-bottom: 2px; margin: 5px; border: 2px solid #F14AB3; color: white; border-radius: 5px&amp;quot;&amp;gt;Ephemeral&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=3|{{#if: {{{ephemeralstyle|}}}|&amp;lt;div style=&amp;quot;opacity: 1.0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;|&amp;lt;div style=&amp;quot;opacity: 0.0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;}}|{{#if:{{{ephemeralEventImage|}}}|[[{{{ephemeralEventImage}}}|50px|link=]]}}&amp;lt;/div&amp;gt;&lt;br /&gt;
!&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{#if:{{{ephemeraleventstyle|}}}|{{{ephemeraleventstyle}}}|}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{#if:{{{ephemeraleventstyle|}}}|{{EphemeralEventTime|startdate={{{ephemeralstartdate}}}|enddate={{{ephemeralenddate|}}}}}|No Ephemeral Events are currently running.}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;small&amp;gt;{{#if:{{{ephemeraleventstyle|}}}|Art: {{{ephemeraleventart|}}}}}&amp;lt;/small&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Template:Coming_Soon&amp;diff=3755</id>
		<title>Template:Coming Soon</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Template:Coming_Soon&amp;diff=3755"/>
		<updated>2025-06-04T04:12:28Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Avoid transcluding Category:Templates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;coming-soon-slider&amp;quot;&amp;gt;&amp;lt;gallery mode=&amp;quot;slideshow&amp;quot; class=&amp;quot;previewimage&amp;quot;&amp;gt;&lt;br /&gt;
noisz finale.jpg|Your sacrifice will be forgotten, but it will not be in vain. |link=https://twitter.com/noiszgame/status/1875970523882242225&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Template:Birthday_Widget&amp;diff=3754</id>
		<title>Template:Birthday Widget</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Template:Birthday_Widget&amp;diff=3754"/>
		<updated>2025-06-04T04:12:20Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Avoid transcluding Category:Templates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch: {{#time: d F|now}}&lt;br /&gt;
|21 January={{Hikari Birthday}}&lt;br /&gt;
|22 January={{Hikari Birthday}}&lt;br /&gt;
|23 January={{Hikari Birthday}}&lt;br /&gt;
|13 March={{Sera Birthday}}&lt;br /&gt;
|14 March={{Sera Birthday}}&lt;br /&gt;
|15 March={{Sera Birthday}}&lt;br /&gt;
|31 March={{Grace Birthday}}&lt;br /&gt;
|01 April={{Grace Birthday}}&lt;br /&gt;
|02 April={{Grace Birthday}}&lt;br /&gt;
|17 June={{Arietta and Joker Birthday}}&lt;br /&gt;
|18 June={{Arietta and Joker Birthday}}&lt;br /&gt;
|19 June={{Arietta and Joker Birthday}}&lt;br /&gt;
|29 July={{Asuka Birthday}}&lt;br /&gt;
|30 July={{Asuka Birthday}}&lt;br /&gt;
|31 July={{Asuka Birthday}}&lt;br /&gt;
|08 September={{Sumire/Hitori Birthday}}&lt;br /&gt;
|09 September={{Sumire/Hitori Birthday}}&lt;br /&gt;
|10 September={{Sumire/Hitori Birthday}}&lt;br /&gt;
|24 December={{Hakuno Birthday}}&lt;br /&gt;
|25 December={{Hakuno Birthday}}&lt;br /&gt;
|26 December={{Hakuno Birthday}}&lt;br /&gt;
|28 December={{Shion Birthday}}&lt;br /&gt;
|29 December={{Shion Birthday}}&lt;br /&gt;
|30 December={{Shion Birthday}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Template:NOISZ_SL_Ephemeral_Event&amp;diff=3753</id>
		<title>Template:NOISZ SL Ephemeral Event</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Template:NOISZ_SL_Ephemeral_Event&amp;diff=3753"/>
		<updated>2025-06-04T04:11:07Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Avoid transcluding Category:Templates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|style=&amp;quot;table&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;sl-events&amp;quot;&lt;br /&gt;
|width=100%|&amp;lt;div class=&amp;quot;sl-events-header&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;color: white; background-color: #410F42; padding-top: 10px; padding-bottom: 10px; margin: 10px; border: 2px solid #F14AB3; border-radius: 5px&amp;quot;&amp;gt;Current Ephemeral Event&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{#if:{{{ephemeraleventstyle|}}}|{{{ephemeraleventstyle}}}|}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|{{#if: {{{ephemeralstyle|}}}|&amp;lt;div style=&amp;quot;opacity: 1.0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;|&amp;lt;div style=&amp;quot;opacity: 0.0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;}}|{{#if:{{{ephemeralEventImage|}}}|[[{{{ephemeralEventImage}}}|200px|link=]]}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{#if:{{{ephemeraleventstyle|}}}|Art: {{{ephemeraleventart|}}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{#if:{{{ephemeraleventsong|}}}|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;Event song: {{{{{{ephemeraleventsong}}}}}&amp;lt;/div&amp;gt;|}}&lt;br /&gt;
|-&lt;br /&gt;
||&amp;lt;div align=&amp;quot;center&amp;quot; style=&amp;quot;padding:10px&amp;quot;&amp;gt;{{#if:{{{ephemeraleventstyle|}}}|{{EphemeralEventTime|startdate={{{ephemeralstartdate}}}|enddate={{{ephemeralenddate|}}}}}|No Ephemeral Events are currently running.}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Template:NOISZ_SL_Ephemeral_Events&amp;diff=3752</id>
		<title>Template:NOISZ SL Ephemeral Events</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Template:NOISZ_SL_Ephemeral_Events&amp;diff=3752"/>
		<updated>2025-06-04T04:10:54Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Avoid transcluding Category:Templates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|style=&amp;quot;table&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;sl-events&amp;quot;&lt;br /&gt;
|colspan=4 width=100%|&amp;lt;div class=&amp;quot;sl-events-header&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color: #410F42; padding-top: 10px; padding-bottom: 10px; margin: 10px; border: 2px solid #F14AB3; color: white; border-radius: 5px&amp;quot;&amp;gt;All Ephemeral Events&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[NOISZ STΔRLIVHT/Events/Ephemeral Event 01|Event 01]]&amp;lt;br/&amp;gt;{{{hakunostyle|BEATDOWN}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
!&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[NOISZ STΔRLIVHT/Events/Ephemeral Event 02|Event 02]]&amp;lt;br/&amp;gt;{{{sumirestyle|NO NAME}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
!&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[NOISZ STΔRLIVHT/Events/Ephemeral Event 03|Event 03]]&amp;lt;br/&amp;gt;{{{serastyle|DRAGON MAIDEN}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
!&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[NOISZ STΔRLIVHT/Events/Ephemeral Event 04|Event 04]]&amp;lt;br/&amp;gt;{{{gracestyle|DIVINE JUDGMENT}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[File:Hakuno_BEATDOWN.png|150px|link=Hakuno Nekoda/Styles#{{{hakunostyle|BEATDOWN}}}]]&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[File:Sumire_NO_NAME.png|150px|link=Sumire Hitori/Styles#{{{sumirestyle|NO NAME}}}]]&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[File:Sera_Dragon_Maiden.png|150px|link=Sera Hoshikawa/Styles#{{{serastyle|DRAGON MAIDEN}}}]]&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[File:Grace_DIVINE_JUDGMENT.png|150px|link=Grace_Kamenashi/Styles#{{{gracestyle|DIVINE JUDGMENT}}}]]&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;Art: {{{serastyleartist|[https://twitter.com/PixelHavokk Andrew Tsai]}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;Art: {{{gracestyleartist|[https://twitter.com/chained_tan chained_tan]}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;Art: {{{hakunostyleartist|[https://twitter.com/mino_dev mino]}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;Art: {{{sumirestyleartist|[https://twitter.com/7COMPUTATION supercomputation]}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Template:NOISZ_SL_Events&amp;diff=3751</id>
		<title>Template:NOISZ SL Events</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Template:NOISZ_SL_Events&amp;diff=3751"/>
		<updated>2025-06-04T04:10:46Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Avoid transcluding Category:Templates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|style=&amp;quot;table&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;sl-events&amp;quot;&lt;br /&gt;
|width=33%|&amp;lt;div class=&amp;quot;sl-events-header&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color: #410F42; padding-top: 10px; padding-bottom: 10px; margin: 10px; border: 2px solid #F14AB3; color: white; border-radius: 5px&amp;quot;&amp;gt;Recursive&amp;lt;/div&amp;gt;&lt;br /&gt;
|width=33%|&amp;lt;div class=&amp;quot;sl-events-header&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;color: white; background-color: #410F42; padding-top: 10px; padding-bottom: 10px; margin: 10px; border: 2px solid #F14AB3; border-radius: 5px&amp;quot;&amp;gt;Synthetic&amp;lt;/div&amp;gt;&lt;br /&gt;
|width=33%|&amp;lt;div class=&amp;quot;sl-events-header&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;color: white; background-color: #410F42; padding-top: 10px; padding-bottom: 10px; margin: 10px; border: 2px solid #F14AB3; border-radius: 5px&amp;quot;&amp;gt;Ephemeral&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;'''{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{recursivecyclestart|}}}}}|#|0}}&lt;br /&gt;
'''&amp;lt;/div&amp;gt;&lt;br /&gt;
!&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;'''[[Forge of Antiphon|Antiphon Armament]]'''&amp;lt;/div&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
!&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{#if:{{{ephemeraleventstyle|}}}|{{{ephemeraleventstyle}}}|}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[File:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{recursivecyclestart|}}}}}|#|0}} Event Style.jpeg|150px|link={{#explode:{{CurrentNoiszSLEvent|cyclestart={{{recursivecyclestart|}}}}}|#|1}}/Styles#{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{recursivecyclestart|}}}}}|#|0}}]]&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[File:{{#if:1|{{CurrentSyntheticEvent|cyclestart={{{syntheticcyclestart|}}}}}|{{CurrentSyntheticEvent|cyclestart={{{syntheticcyclestart|}}}}}}} Antiphon Armament Event Style.jpeg|150px|link={{#if:1|{{CurrentSyntheticEvent|cyclestart={{{syntheticcyclestart|}}}}}|{{CurrentSyntheticEvent|cyclestart={{{syntheticcyclestart|}}}}}}}/Styles#Antiphon_Armament]]&amp;lt;/div&amp;gt;&lt;br /&gt;
|{{#if: {{{ephemeralstyle|}}}|&amp;lt;div style=&amp;quot;opacity: 1.0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;|&amp;lt;div style=&amp;quot;opacity: 0.0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;}}|{{#if:{{{ephemeralEventImage|}}}|[[{{{ephemeralEventImage}}}|200px|link=]]}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;Art: {{#explode:{{CurrentNoiszSLEvent|cyclestart={{{recursivecyclestart|}}}}}|#|2}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;Art: [https://twitter.com/fruitsrabbit @fruitsrabbit]&amp;lt;/div&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;{{#if:{{{ephemeraleventstyle|}}}|Art: {{{ephemeraleventart|}}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot; style=&amp;quot;padding:10px&amp;quot;&amp;gt;{{EventTimeLeft|cyclestart={{{recursivecyclestart|}}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot; style=&amp;quot;padding:10px&amp;quot;&amp;gt;{{EventTimeLeft|cyclestart={{{syntheticcyclestart|}}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot; style=&amp;quot;padding:10px&amp;quot;&amp;gt;{{#if:{{{ephemeraleventstyle|}}}|{{EphemeralEventTime|startdate={{{ephemeralstartdate}}}|enddate={{{ephemeralenddate|}}}}}|No Ephemeral Events are currently running.}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Template:NOISZ_SL_Recursive_Events&amp;diff=3750</id>
		<title>Template:NOISZ SL Recursive Events</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Template:NOISZ_SL_Recursive_Events&amp;diff=3750"/>
		<updated>2025-06-04T04:10:18Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Avoid transcluding Category:Templates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|style=&amp;quot;table&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;sl-events&amp;quot;&lt;br /&gt;
|colspan=5 width=100%|&amp;lt;div class=&amp;quot;sl-events-header&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color: #410F42; padding-top: 10px; padding-bottom: 10px; margin: 10px; border: 2px solid #F14AB3; color: white; border-radius: 5px&amp;quot;&amp;gt;Current Recursive Event&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[NOISZ STΔRLIVHT/Events/Recursive Event 01|Event 01]]&amp;lt;br/&amp;gt;{{{serastyle|Attitude Mint}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
!&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[NOISZ STΔRLIVHT/Events/Recursive Event 02|Event 02]]&amp;lt;br/&amp;gt;{{{gracestyle|Blue Moon}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
!&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[NOISZ STΔRLIVHT/Events/Recursive Event 03|Event 03]]&amp;lt;br/&amp;gt;{{{hakunostyle|BLACK CAT BLASTER}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
!&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[NOISZ STΔRLIVHT/Events/Recursive Event 04|Event 04]]&amp;lt;br/&amp;gt;{{{sumirestyle|NUCLEAR DRIP}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
!&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;[[NOISZ STΔRLIVHT/Events/Recursive Event 05|Event 05]]&amp;lt;br/&amp;gt;{{{jokerstyle|LUNATIC MAINFRAME}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|0}}|{{{serastyle|Attitude Mint}}}|&amp;lt;div style=&amp;quot;opacity: 1.0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;|&amp;lt;div style=&amp;quot;opacity: 0.3&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;}}[[File:{{{serastyle|Attitude_Mint}}} Event Style.jpeg|150px|link=Sera Hoshikawa/Styles#{{{serastyle|Attitude_Mint}}}]]&amp;lt;/div&amp;gt;&lt;br /&gt;
|{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|0}}|{{{gracestyle|Blue Moon}}}|&amp;lt;div style=&amp;quot;opacity: 1.0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;|&amp;lt;div style=&amp;quot;opacity: 0.3&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;}}|[[File:{{{gracestyle|Blue_Moon}}} Event Style.jpeg|150px|link=Grace Kamenashi/Styles#{{{gracestyle|Blue_Moon}}}]]&lt;br /&gt;
|{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|0}}|Black Cat Blaster|&amp;lt;div style=&amp;quot;opacity: 1.0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;|&amp;lt;div style=&amp;quot;opacity: 0.3&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;}}|[[File:{{{hakunostyle|Black Cat Blaster}}} Event Style.jpeg|150px|link=Hakuno Nekoda/Styles#{{{hakunostyle|BLACK_CAT_BLASTER}}}]]&lt;br /&gt;
|{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|0}}|{{{sumirestyle|Nuclear Drip}}}|&amp;lt;div style=&amp;quot;opacity: 1.0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;|&amp;lt;div style=&amp;quot;opacity: 0.3&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;}}|[[File:{{{sumirestyle|Nuclear Drip}}} Event Style.jpeg|150px|link=Sumire Hitori/Styles#{{{sumirestyle|Nuclear Drip}}}]]&lt;br /&gt;
|{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|0}}|{{{jokerstyle|LUNATIC MAINFRAME}}}|&amp;lt;div style=&amp;quot;opacity: 1.0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;|&amp;lt;div style=&amp;quot;opacity: 0.3&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;}}|[[File:{{{jokerstyle|LUNATIC MAINFRAME}}} Event Style.jpeg|150px|link=Joker/Styles#{{{jokerstyle|LUNATIC MAINFRAME}}}]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;Art: {{{serastyleartist|[https://twitter.com/debaa_nyan @debaa_nyan]}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;Art: {{{gracestyleartist|[https://twitter.com/daihu9san @daihu9san]}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;Art: {{{hakunostyleartist|[https://twitter.com/yotation @yotation]}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;Art: {{{sumirestyleartist|[https://twitter.com/cute_hospital @cute_hospital]}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;Art: {{{sumirestyleartist|[https://twitter.com/Taimeshi_731 @Taimeshi_731]}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot; style=&amp;quot;padding:10px&amp;quot;&amp;gt;{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|0}}|{{{serastyle|Attitude Mint}}}|{{EventTimeLeft|cyclestart={{{cyclestart|}}}}}|{{EventCountdown|eventstyle=Attitude Mint|cyclestart={{{cyclestart|}}}|countdown=True}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot; style=&amp;quot;padding:10px&amp;quot;&amp;gt;{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|0}}|{{{gracestyle|Blue Moon}}}|{{EventTimeLeft|cyclestart={{{cyclestart|}}}}}|{{EventCountdown|eventstyle=Blue Moon|cyclestart={{{cyclestart|}}}|countdown=True}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot; style=&amp;quot;padding:10px&amp;quot;&amp;gt;{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|0}}|{{{hakunostyle|Black Cat Blaster}}}|{{EventTimeLeft|cyclestart={{{cyclestart|}}}}}|{{EventCountdown|eventstyle=Black Cat Blaster|cyclestart={{{cyclestart|}}}|countdown=True}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot; style=&amp;quot;padding:10px&amp;quot;&amp;gt;{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|0}}|{{{sumirestyle|Nuclear Drip}}}|{{EventTimeLeft|cyclestart={{{cyclestart|}}}}}|{{EventCountdown|eventstyle=Nuclear Drip|cyclestart={{{cyclestart|}}}|countdown=True}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot; style=&amp;quot;padding:10px&amp;quot;&amp;gt;{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|0}}|{{{jokerstyle|LUNATIC MAINFRAME}}}|{{EventTimeLeft|cyclestart={{{cyclestart|}}}}}|{{EventCountdown|eventstyle=LUNATIC MAINFRAME|cyclestart={{{cyclestart|}}}|countdown=True}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Template:NOISZ_SL_Synthetic_Events&amp;diff=3749</id>
		<title>Template:NOISZ SL Synthetic Events</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Template:NOISZ_SL_Synthetic_Events&amp;diff=3749"/>
		<updated>2025-06-04T04:09:56Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Avoid transcluding Category:Templates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|style=&amp;quot;table&amp;quot; width=&amp;quot;100%&amp;quot; class=&amp;quot;sl-events&amp;quot;&lt;br /&gt;
|colspan=5|&amp;lt;div class=&amp;quot;sl-events-header&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color: #410F42; padding-top: 10px; padding-bottom: 10px; margin: 10px; border: 2px solid #F14AB3; color: white; border-radius: 5px&amp;quot;&amp;gt;Current Synthetic Event&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=5|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;Art: [https://twitter.com/fruitsrabbit @fruitsrabbit]&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|width=20%|{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|1}}|Sera Hoshikawa|&amp;lt;div style=&amp;quot;opacity: 1.0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;|&amp;lt;div style=&amp;quot;opacity: 0.3&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;}}[[File:Sera Hoshikawa Antiphon Armament Event Style.jpeg|150px|link=Sera Hoshikawa/Styles#Antiphon_Armament]]&amp;lt;/div&amp;gt;&lt;br /&gt;
|width=20%|{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|1}}|Grace Kamenashi|&amp;lt;div style=&amp;quot;opacity: 1.0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;|&amp;lt;div style=&amp;quot;opacity: 0.3&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;}}|[[File:Grace Kamenashi Antiphon Armament Event Style.jpeg|150px|link=Grace Kamenashi/Styles#Antiphon_Armament]]&lt;br /&gt;
|width=20%|{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|1}}|Hakuno Nekoda|&amp;lt;div style=&amp;quot;opacity: 1.0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;|&amp;lt;div style=&amp;quot;opacity: 0.3&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;}}|[[File:Hakuno Nekoda Antiphon Armament Event Style.jpeg|150px|link=Hakuno Nekoda/Styles#Antiphon_Armament]]&lt;br /&gt;
|width=20%|{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|1}}|Sumire Hitori|&amp;lt;div style=&amp;quot;opacity: 1.0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;|&amp;lt;div style=&amp;quot;opacity: 0.3&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;}}|[[File:Sumire Hitori Antiphon Armament Event Style.jpeg|150px|link=Sumire Hitori/Styles#Antiphon_Armament]]&lt;br /&gt;
|width=20%|{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|1}}|Joker|&amp;lt;div style=&amp;quot;opacity: 1.0&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;|&amp;lt;div style=&amp;quot;opacity: 0.3&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;}}[[File:Joker Antiphon Armament Event Style.jpeg|150px|link=Joker/Styles#Antiphon_Armament]]&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot; style=&amp;quot;padding:10px&amp;quot;&amp;gt;{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|1}}|Sera Hoshikawa|{{EventTimeLeft|cyclestart={{{cyclestart|}}}}}|{{EventCountdown|eventstyle=Attitude Mint|cyclestart={{{cyclestart|}}}|countdown=True}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot; style=&amp;quot;padding:10px&amp;quot;&amp;gt;{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|1}}|Grace Kamenashi|{{EventTimeLeft|cyclestart={{{cyclestart|}}}}}|{{EventCountdown|eventstyle=Blue Moon|cyclestart={{{cyclestart|}}}|countdown=True}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot; style=&amp;quot;padding:10px&amp;quot;&amp;gt;{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|1}}|Hakuno Nekoda|{{EventTimeLeft|cyclestart={{{cyclestart|}}}}}|{{EventCountdown|eventstyle=Black Cat Blaster|cyclestart={{{cyclestart|}}}|countdown=True}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot; style=&amp;quot;padding:10px&amp;quot;&amp;gt;{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|1}}|Sumire Hitori|{{EventTimeLeft|cyclestart={{{cyclestart|}}}}}|{{EventCountdown|eventstyle=Nuclear Drip|cyclestart={{{cyclestart|}}}|countdown=True}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot; style=&amp;quot;padding:10px&amp;quot;&amp;gt;{{#ifeq:{{#explode:{{CurrentNoiszSLEvent|cyclestart={{{cyclestart|}}}}}|#|1}}|Joker|{{EventTimeLeft|cyclestart={{{cyclestart|}}}}}|{{EventCountdown|eventstyle=Attitude Mint|cyclestart={{{cyclestart|}}}|countdown=True}}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Template:EventTimeCountdownUnix&amp;diff=3748</id>
		<title>Template:EventTimeCountdownUnix</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Template:EventTimeCountdownUnix&amp;diff=3748"/>
		<updated>2025-06-04T04:09:14Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Avoid transcluding Category:Templates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#ifexpr:{{EventCycleTime|cyclestart={{{cyclestart|}}}}} &amp;lt; 0|&lt;br /&gt;
{{#expr:&lt;br /&gt;
-{{EventCycleTime||cyclestart={{{cyclestart|}}}}} + {{#switch: {{{eventstyle|Attitude Mint}}}&lt;br /&gt;
|LUNATIC MAINFRAME = 0&lt;br /&gt;
|Attitude Mint = 1209600&lt;br /&gt;
|Blue Moon = 2419200&lt;br /&gt;
|Black Cat Blaster = 3628800&lt;br /&gt;
|Nuclear Drip =  4838400&lt;br /&gt;
}}}}|{{#expr:{{#expr:{{#switch: {{{eventstyle|Attitude Mint}}}&lt;br /&gt;
|LUNATIC MAINFRAME = 6048000&lt;br /&gt;
|Attitude Mint = 1209600&lt;br /&gt;
|Blue Moon = 2419200&lt;br /&gt;
|Black Cat Blaster = 3628800&lt;br /&gt;
|Nuclear Drip = 4838400&lt;br /&gt;
}} - {{EventCycleTime|cyclestart={{{cyclestart|}}}}}}} + 6048000}}mod6048000}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
=Documentation=&lt;br /&gt;
This counts down the time until an event, assuming a standard 10-week recurrent event cycle.&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
	<entry>
		<id>https://anarch.games/noisz/wiki/index.php?title=Template:CurrentNoiszSLEvent&amp;diff=3747</id>
		<title>Template:CurrentNoiszSLEvent</title>
		<link rel="alternate" type="text/html" href="https://anarch.games/noisz/wiki/index.php?title=Template:CurrentNoiszSLEvent&amp;diff=3747"/>
		<updated>2025-06-04T04:08:11Z</updated>

		<summary type="html">&lt;p&gt;Zinga: Avoid transcluding Category:Templates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
{{#ifexpr: {{EventCycleTime|cyclestart={{{cyclestart|}}}}} &amp;lt; 0|No event is currently running.|&lt;br /&gt;
{{#ifexpr: {{EventCycleTime|cyclestart={{{cyclestart|}}}}} &amp;lt; 1209600|LUNATIC MAINFRAME#Joker#[https://twitter.com/Taimeshi_731 @Taimeshi_731]#05|&lt;br /&gt;
{{#ifexpr: {{EventCycleTime|cyclestart={{{cyclestart|}}}}} &amp;lt; 2419200|Attitude Mint#Sera Hoshikawa#[https://twitter.com/debaa_nyan @debaa_nyan]#01|&lt;br /&gt;
{{#ifexpr: {{EventCycleTime|cyclestart={{{cyclestart|}}}}} &amp;lt; 3628800|Blue Moon#Grace Kamenashi#[https://twitter.com/daihu9san @daihu9san]#02|&lt;br /&gt;
{{#ifexpr: {{EventCycleTime|cyclestart={{{cyclestart|}}}}} &amp;lt; 4838400|Black Cat Blaster#Hakuno Nekoda#[https://twitter.com/yotation @yotation]#03|&lt;br /&gt;
{{#ifexpr: {{EventCycleTime|cyclestart={{{cyclestart|}}}}} &amp;lt; 6048000|Nuclear Drip#Sumire Hitori#[https://twitter.com/cute_hospital @cute_hospital]#04|No event is currently running.}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
=Documentation=&lt;br /&gt;
This uses the standard 10-week event cycle to determine what event is currently live for NOISZ STARLIVHT. A new event cycle start date can be input into the cyclestart variable if need be.&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zinga</name></author>
	</entry>
</feed>