<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-CA">
	<id>https://wiki.rhythm.cafe/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=InfectiousStepocity</id>
	<title>Rhythm Doctor Wiki - User contributions [en-ca]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rhythm.cafe/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=InfectiousStepocity"/>
	<link rel="alternate" type="text/html" href="https://wiki.rhythm.cafe/page/Special:Contributions/InfectiousStepocity"/>
	<updated>2026-09-26T09:40:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.rhythm.cafe/w/index.php?title=Comment&amp;diff=2237</id>
		<title>Comment</title>
		<link rel="alternate" type="text/html" href="https://wiki.rhythm.cafe/w/index.php?title=Comment&amp;diff=2237"/>
		<updated>2023-08-18T09:40:36Z</updated>

		<summary type="html">&lt;p&gt;InfectiousStepocity: created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Event&lt;br /&gt;
 | event = Comment&lt;br /&gt;
 | image = File:EditorComment.png&lt;br /&gt;
 | tablocation = Sounds, VFX, Decorations, Rooms&lt;br /&gt;
 | eventtype = &amp;lt;code&amp;gt;Comment&amp;lt;/code&amp;gt;&lt;br /&gt;
 | versionorigin = r&amp;lt;code&amp;gt;Version&amp;lt;/code&amp;gt;&lt;br /&gt;
 | shortcut = M (Sound, VFX, Decorations), T (Rooms)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Comment''' is an event available in the '''Sound, VFX, Decoration, and Rooms tabs'''. Comments typically have no effect on the behavior of a level, and instead serve as a means for level creators to write notes or commentary within the level editor.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Properties&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Text || Text Box (String) || Text displayed within the comment.&lt;br /&gt;
|-&lt;br /&gt;
| Color || Color (Color) || Event color on the editor timeline.&lt;br /&gt;
|-&lt;br /&gt;
| Show comment on playback || Checkbox (Bool) || Whether comment is automatically displayed during playback.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Text'''&lt;br /&gt;
&amp;lt;br&amp;gt;Text displayed within the comment.&lt;br /&gt;
&lt;br /&gt;
'''Color'''&lt;br /&gt;
&amp;lt;br&amp;gt;Color of the comment on the editor timeline. Alpha channel is not supported, default is #F2E644. &lt;br /&gt;
&lt;br /&gt;
'''Show comment on playback'''&lt;br /&gt;
&amp;lt;br&amp;gt;When checked, the comment will automatically display in the editor's left-side panel if the playhead moves past it during playback.&lt;br /&gt;
&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
&lt;br /&gt;
Comments can affect a level's behavior if supplied with certain text. These are known as '''comment commands''', and take the form &amp;lt;code&amp;gt;()=&amp;gt;command(arguments)&amp;lt;/code&amp;gt;. They function similarly to custom methods, and some comment commands also have equivalent custom methods.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;()=&amp;gt;create(CustomParticles/HitExplosion, X, Y)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creates a hit explosion.  Only supported on room 1.&lt;br /&gt;
&amp;lt;br&amp;gt;'''X''': x-position of the explosion, expressed as a percentage. (float)&lt;br /&gt;
&amp;lt;br&amp;gt;'''Y''': y-position of the explosion, expressed as a percentage. (float)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;()=&amp;gt;create(CustomParticles/leveleventexplosion, X, Y)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Creates an explosion of level editor events. Only supported on room 1.&lt;br /&gt;
&amp;lt;br&amp;gt;'''X''': x-position of the explosion, expressed as a percentage. (float)&lt;br /&gt;
&amp;lt;br&amp;gt;'''Y''': y-position of the explosion, expressed as a percentage. (float)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;()=&amp;gt;shockwave(size, X)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sets the size of heartbeat shockwaves.&lt;br /&gt;
&amp;lt;br&amp;gt;'''X''': Size of the shockwaves. Default is 1. (float)&lt;br /&gt;
&amp;lt;br&amp;gt;The equivalent custom method is &amp;lt;code&amp;gt;shockwaveSizeMultiplier = X&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;()=&amp;gt;shockwave(distortion, X)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sets the amplitude of the distortion of heartbeat shockwaves.&lt;br /&gt;
&amp;lt;br&amp;gt;'''X''': Amplitude of the distortion. Default is 1. (float)&lt;br /&gt;
&amp;lt;br&amp;gt;The equivalent custom method is &amp;lt;code&amp;gt;shockwaveDistortionMultiplier = X&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;()=&amp;gt;shockwave(duration, X)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sets the duration of heartbeat shockwaves. Note that each row can only have one active shockwave at a time.&lt;br /&gt;
&amp;lt;br&amp;gt;'''X''': length of the shockwaves. Default is 1. (float)&lt;br /&gt;
&amp;lt;br&amp;gt;The equivalent custom method is &amp;lt;code&amp;gt;shockwaveDurationMultiplier = X&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;()=&amp;gt;trueCameraMove(RoomID, X, Y, Duration, Ease)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Moves the &amp;quot;in-world&amp;quot; camera. This camera is used to pan around themes that extend beyond the edges of the screen (Train, Basement, Roller Disco, Hospital).&lt;br /&gt;
&amp;lt;br&amp;gt;'''RoomID''': Affected room, from 0-3. On-top is not supported. (int)&lt;br /&gt;
&amp;lt;br&amp;gt;'''X''': x-position of the camera, in pixels. (float)&lt;br /&gt;
&amp;lt;br&amp;gt;'''Y''': y-position of the camera, in pixels. (float)&lt;br /&gt;
&amp;lt;br&amp;gt;'''Duration''': duration of the animation. (float)&lt;br /&gt;
&amp;lt;br&amp;gt;'''Ease''': easing used for the animation. (enum)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;()=&amp;gt;wavyRowsAmplitude(RoomID, Amplitude, Duration)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sets the amplitude of displacement for the Wavy Rows vfx preset.&lt;br /&gt;
&amp;lt;br&amp;gt;'''RoomID''': Affected room, from 0-3. On-top is not supported. (int)&lt;br /&gt;
&amp;lt;br&amp;gt;'''Amplitude''': Amplitude of the row displacement. Default is 15. (float)&lt;br /&gt;
&amp;lt;br&amp;gt;'''Duration''': Duration in which the amplitude gradually changes from the old to new value. (float)&lt;br /&gt;
&amp;lt;br&amp;gt;The equivalent custom method is &amp;lt;code&amp;gt;room[RoomID].wavyRowsAmplitude = Amplitude&amp;lt;/code&amp;gt;. However, the custom method lacks a Duration argument and cannot be used for gradual changes.&lt;br /&gt;
&lt;br /&gt;
== Surgery ==&lt;br /&gt;
&amp;lt;code&amp;gt;{ &amp;quot;bar&amp;quot;: X, &amp;quot;beat&amp;quot;: X, &amp;quot;y&amp;quot;: X, &amp;quot;type&amp;quot;: &amp;quot;Comment&amp;quot;, &amp;quot;tab&amp;quot;: &amp;quot;Actions&amp;quot;, &amp;quot;show&amp;quot;: false, &amp;quot;text&amp;quot;: &amp;quot;Example&amp;quot;, &amp;quot;color&amp;quot;: &amp;quot;F2E644&amp;quot; }&amp;lt;/code&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
'''tab''' (enum)&lt;br /&gt;
&amp;lt;br&amp;gt;Which editor tab the comment is in. (either &amp;quot;Song&amp;quot;, &amp;quot;Actions&amp;quot;, &amp;quot;Sprites&amp;quot;, or &amp;quot;Rooms&amp;quot;.) &lt;br /&gt;
&amp;lt;br&amp;gt;'''show''' (bool)&lt;br /&gt;
&amp;lt;br&amp;gt;Whether comment is automatically displayed during playback.&lt;br /&gt;
&amp;lt;br&amp;gt;'''text''' (string)&lt;br /&gt;
&amp;lt;br&amp;gt;Text displayed within the comment.&lt;br /&gt;
&amp;lt;br&amp;gt;'''color''' (color)&lt;br /&gt;
&amp;lt;br&amp;gt;Event color on the editor timeline.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;leveleventexplosion&amp;lt;/code&amp;gt; comment command was specifically created for use in the custom level PONPONPON by Kneeckoh, for the first Rhythm Doctor Sight Reading Tournament. The icons still retain their look from version r&amp;lt;code&amp;gt;???&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Navbox&lt;br /&gt;
 | name  = Template:EventNavBox&lt;br /&gt;
 | title = Events&lt;br /&gt;
 | listclass = hlist&lt;br /&gt;
&lt;br /&gt;
 | group1 = Sound Tab&lt;br /&gt;
 | list1  = {{Navbox|child&lt;br /&gt;
   | list1 =&lt;br /&gt;
* [[Play Song]]&lt;br /&gt;
* [[Set Crotches Per Bar]]&lt;br /&gt;
* [[Play Sound]]&lt;br /&gt;
* [[Set Beats Per Minute]]&lt;br /&gt;
* [[Set Clap Sounds]]&lt;br /&gt;
* [[Set Heart Explode Volume]]&lt;br /&gt;
* [[Set Heart Explosion Interval]]&lt;br /&gt;
* [[Say Ready, Get, Set, Go!]]&lt;br /&gt;
* [[Set Game Sound]]&lt;br /&gt;
* [[Set Beat Sound]]&lt;br /&gt;
* [[Set Counting Sound]]&lt;br /&gt;
* [[Comment]]&lt;br /&gt;
}}&lt;br /&gt;
 | group2 = Gameplay Tab&lt;br /&gt;
 | list2  = {{Navbox|child&lt;br /&gt;
   | list1 =&lt;br /&gt;
* [[Add Classic Beat]]&lt;br /&gt;
* [[Set Row Xs]]&lt;br /&gt;
* [[Add Freetime Beat]]&lt;br /&gt;
* [[Pulse Freetime Beat]]&lt;br /&gt;
* [[Add Oneshot Beat]]&lt;br /&gt;
* [[Set Oneshot Wave]]&lt;br /&gt;
}}&lt;br /&gt;
 | group3 = VFX Tab&lt;br /&gt;
 | list3  = {{Navbox|child&lt;br /&gt;
   | list1 =&lt;br /&gt;
* [[Set Theme]]&lt;br /&gt;
* [[Set VFX Preset]]&lt;br /&gt;
* [[Set Background]]&lt;br /&gt;
* [[Set Foreground]]&lt;br /&gt;
* [[Set Speed]]&lt;br /&gt;
* [[Flash]]&lt;br /&gt;
* [[Custom Flash]]&lt;br /&gt;
* [[Move Camera]]&lt;br /&gt;
* [[Hide Row]]&lt;br /&gt;
* [[Move Row]]&lt;br /&gt;
* [[Play Expression (Row)]]&lt;br /&gt;
* [[Paint Rows]]&lt;br /&gt;
* [[Bass Drop]]&lt;br /&gt;
* [[Shake Screen]]&lt;br /&gt;
* [[Flip Screen]]&lt;br /&gt;
* [[Invert Colors]]&lt;br /&gt;
* [[Pulse Camera]]&lt;br /&gt;
* [[Text Explosion]]&lt;br /&gt;
* [[Show Dialogue]]&lt;br /&gt;
* [[Show Status Sign]]&lt;br /&gt;
* [[Floating Text]]&lt;br /&gt;
* [[Change Players' Rows]]&lt;br /&gt;
* [[Finish Level]]&lt;br /&gt;
* [[Comment]]&lt;br /&gt;
* [[Stutter]]&lt;br /&gt;
* [[Show Hands]]&lt;br /&gt;
* [[Paint Hands]]&lt;br /&gt;
* [[Assign Hands]]&lt;br /&gt;
* [[Set Playstyle]]&lt;br /&gt;
* [[Tag Action]]&lt;br /&gt;
* [[Call Custom Method]]&lt;br /&gt;
* [[Window Dance (Event)]]&lt;br /&gt;
}}&lt;br /&gt;
 | group4 = Decoration Tab&lt;br /&gt;
 | list4  = {{Navbox|child&lt;br /&gt;
   | list1 =&lt;br /&gt;
* [[Move Sprite]]&lt;br /&gt;
* [[Paint Sprite]]&lt;br /&gt;
* [[Play Expression (Sprite)]]&lt;br /&gt;
* [[Show/Hide]]&lt;br /&gt;
* [[Comment]]&lt;br /&gt;
}}&lt;br /&gt;
 | group5 = Rooms Tab&lt;br /&gt;
 | list5  = {{Navbox|child&lt;br /&gt;
   | list1 =&lt;br /&gt;
* [[Show Rooms Horizontally]]&lt;br /&gt;
* [[Move Room]]&lt;br /&gt;
* [[Reorder Rooms]]&lt;br /&gt;
* [[Mask Room]]&lt;br /&gt;
* [[Fade Room]]&lt;br /&gt;
* [[Set Rooms Perspective]]&lt;br /&gt;
* [[Comment]]&lt;br /&gt;
}}&lt;br /&gt;
 }}&lt;/div&gt;</summary>
		<author><name>InfectiousStepocity</name></author>
	</entry>
	<entry>
		<id>https://wiki.rhythm.cafe/w/index.php?title=File:EditorComment.png&amp;diff=2236</id>
		<title>File:EditorComment.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.rhythm.cafe/w/index.php?title=File:EditorComment.png&amp;diff=2236"/>
		<updated>2023-08-18T09:35:05Z</updated>

		<summary type="html">&lt;p&gt;InfectiousStepocity: Comment event icon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Comment event icon&lt;/div&gt;</summary>
		<author><name>InfectiousStepocity</name></author>
	</entry>
	<entry>
		<id>https://wiki.rhythm.cafe/w/index.php?title=Set_Theme&amp;diff=1383</id>
		<title>Set Theme</title>
		<link rel="alternate" type="text/html" href="https://wiki.rhythm.cafe/w/index.php?title=Set_Theme&amp;diff=1383"/>
		<updated>2023-01-30T04:35:19Z</updated>

		<summary type="html">&lt;p&gt;InfectiousStepocity: Created page. (for RDRTS: team steposymphonia)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Event&lt;br /&gt;
 | event = Set Theme&lt;br /&gt;
 | image = File:SetTheme.png&lt;br /&gt;
 | tablocation = VFX&lt;br /&gt;
 | eventtype = SetTheme&lt;br /&gt;
 | versionorigin = r1&lt;br /&gt;
 | shortcut = T&lt;br /&gt;
}}&lt;br /&gt;
'''Set Theme''' is an event in the '''VFX tab''' that sets a room's theme from a list of preset themes. These presets apply built-in backgrounds, foregrounds, and other [[Set_VFX_Preset|vfx presets]], such as Bloom.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Properties&lt;br /&gt;
|-&lt;br /&gt;
! Setting !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Rooms || Rooms (Rooms) || Which rooms will have their themes set.&lt;br /&gt;
|-&lt;br /&gt;
| Theme || Theme (Enum) || Which theme the room will be set to.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Sign Text'''&lt;br /&gt;
&amp;lt;br&amp;gt; Which rooms will have their themes set. On top is not supported.&lt;br /&gt;
&lt;br /&gt;
'''Duration'''&lt;br /&gt;
&amp;lt;br&amp;gt; Which theme the room will be set to.&lt;br /&gt;
&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
Some themes (e.g. Matrix, Roller Disco) may be affected by certain [[Call_Custom_Method|custom methods]].&lt;br /&gt;
&lt;br /&gt;
== List of Themes ==&lt;br /&gt;
&lt;br /&gt;
* None&lt;br /&gt;
* Intimate&lt;br /&gt;
* Intimate Simple&lt;br /&gt;
* Insomniac Day&lt;br /&gt;
* Insomniac Night&lt;br /&gt;
* Matrix&lt;br /&gt;
* Neon Museum&lt;br /&gt;
* Crosses Straight&lt;br /&gt;
* Crosses Falling&lt;br /&gt;
* Cubes Falling&lt;br /&gt;
* Cubes Falling - Nice Blue&lt;br /&gt;
* Samurai Techno&lt;br /&gt;
* Kaleidoscope&lt;br /&gt;
* Politician's Rally&lt;br /&gt;
* Rooftop&lt;br /&gt;
* Back Alley&lt;br /&gt;
* Sky&lt;br /&gt;
* Night Sky&lt;br /&gt;
* Hall of Mirrors&lt;br /&gt;
* Coffee Shop (Day)&lt;br /&gt;
* Coffee Shop (Night)&lt;br /&gt;
* Garden Room (Day)&lt;br /&gt;
* Garden Room (Night)&lt;br /&gt;
* Train (Day)&lt;br /&gt;
* Train (Night)&lt;br /&gt;
* Desert (Day)&lt;br /&gt;
* Desert (Night)&lt;br /&gt;
* Hospital (Day)&lt;br /&gt;
* Hospital (Night)&lt;br /&gt;
* Paige's Office&lt;br /&gt;
* Basement&lt;br /&gt;
* Cole's Ward (Night)&lt;br /&gt;
* Cole's Ward (Sunrise)&lt;br /&gt;
* Boy Ward&lt;br /&gt;
* Girl Ward&lt;br /&gt;
* Skyline (Pink)&lt;br /&gt;
* Skyline (Blue)&lt;br /&gt;
* Floating Heart&lt;br /&gt;
* Floating Heart + Cubes&lt;br /&gt;
* Floating Heart (Broken)&lt;br /&gt;
* Floating Heart (Broken) + Cubes&lt;br /&gt;
* Zen Garden&lt;br /&gt;
* Spaaaaace!&lt;br /&gt;
* Vaporwave&lt;br /&gt;
* Roller Disco&lt;br /&gt;
&lt;br /&gt;
== Surgery ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;{ &amp;quot;bar&amp;quot;: X, &amp;quot;beat&amp;quot;: X, &amp;quot;y&amp;quot;: X, &amp;quot;type&amp;quot;: &amp;quot;SetTheme&amp;quot;, &amp;quot;rooms&amp;quot;: [0], &amp;quot;preset&amp;quot;: &amp;quot;None&amp;quot; },&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''rooms''' (integer)&lt;br /&gt;
&amp;lt;br&amp;gt; Goes from 0 to 3. Doesn't support on-top.&lt;br /&gt;
&lt;br /&gt;
'''preset''' (enum)&lt;br /&gt;
&amp;lt;br&amp;gt; Internal name for the desired theme. &lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
&lt;br /&gt;
{{Navbox&lt;br /&gt;
 | name  = Template:EventNavBox&lt;br /&gt;
 | title = Events&lt;br /&gt;
 | listclass = hlist&lt;br /&gt;
&lt;br /&gt;
 | group1 = Sound Tab&lt;br /&gt;
 | list1  = {{Navbox|child&lt;br /&gt;
   | list1 =&lt;br /&gt;
* [[Play Song]]&lt;br /&gt;
* [[Set Crotches Per Bar]]&lt;br /&gt;
* [[Play Sound]]&lt;br /&gt;
* [[Set Beats Per Minute]]&lt;br /&gt;
* [[Set Clap Sounds]]&lt;br /&gt;
* [[Set Heart Explode Volume]]&lt;br /&gt;
* [[Set Heart Explosion Interval]]&lt;br /&gt;
* [[Say Ready, Get, Set, Go!]]&lt;br /&gt;
* [[Set Game Sound]]&lt;br /&gt;
* [[Set Beat Sound]]&lt;br /&gt;
* [[Set Counting Sound]]&lt;br /&gt;
* [[Comment]]&lt;br /&gt;
}}&lt;br /&gt;
 | group2 = Gameplay Tab&lt;br /&gt;
 | list2  = {{Navbox|child&lt;br /&gt;
   | list1 =&lt;br /&gt;
* [[Add Classic Beat]]&lt;br /&gt;
* [[Set Row Xs]]&lt;br /&gt;
* [[Add Freetime Beat]]&lt;br /&gt;
* [[Pulse Freetime Beat]]&lt;br /&gt;
* [[Add Oneshot Beat]]&lt;br /&gt;
* [[Set Oneshot Wave]]&lt;br /&gt;
}}&lt;br /&gt;
 | group3 = VFX Tab&lt;br /&gt;
 | list3  = {{Navbox|child&lt;br /&gt;
   | list1 =&lt;br /&gt;
* [[Set Theme]]&lt;br /&gt;
* [[Set VFX Preset]]&lt;br /&gt;
* [[Set Background]]&lt;br /&gt;
* [[Set Foreground]]&lt;br /&gt;
* [[Set Speed]]&lt;br /&gt;
* [[Flash]]&lt;br /&gt;
* [[Custom Flash]]&lt;br /&gt;
* [[Move Camera]]&lt;br /&gt;
* [[Hide Row]]&lt;br /&gt;
* [[Move Row]]&lt;br /&gt;
* [[Play Expression (Row)]]&lt;br /&gt;
* [[Paint Rows]]&lt;br /&gt;
* [[Bass Drop]]&lt;br /&gt;
* [[Shake Screen]]&lt;br /&gt;
* [[Flip Screen]]&lt;br /&gt;
* [[Invert Colors]]&lt;br /&gt;
* [[Pulse Camera]]&lt;br /&gt;
* [[Text Explosion]]&lt;br /&gt;
* [[Show Dialogue]]&lt;br /&gt;
* [[Show Status Sign]]&lt;br /&gt;
* [[Floating Text]]&lt;br /&gt;
* [[Change Players' Rows]]&lt;br /&gt;
* [[Finish Level]]&lt;br /&gt;
* [[Comment]]&lt;br /&gt;
* [[Stutter]]&lt;br /&gt;
* [[Show Hands]]&lt;br /&gt;
* [[Paint Hands]]&lt;br /&gt;
* [[Assign Hands]]&lt;br /&gt;
* [[Set Playstyle]]&lt;br /&gt;
* [[Tag Action]]&lt;br /&gt;
* [[Call Custom Method]]&lt;br /&gt;
* [[Window Dance]]&lt;br /&gt;
}}&lt;br /&gt;
 | group4 = Decoration Tab&lt;br /&gt;
 | list4  = {{Navbox|child&lt;br /&gt;
   | list1 =&lt;br /&gt;
* [[Move Sprite]]&lt;br /&gt;
* [[Paint Sprite]]&lt;br /&gt;
* [[Play Expression (Sprite)]]&lt;br /&gt;
* [[Show/Hide]]&lt;br /&gt;
* [[Comment]]&lt;br /&gt;
}}&lt;br /&gt;
 | group5 = Rooms Tab&lt;br /&gt;
 | list5  = {{Navbox|child&lt;br /&gt;
   | list1 =&lt;br /&gt;
* [[Show Rooms Horizontally]]&lt;br /&gt;
* [[Move Room]]&lt;br /&gt;
* [[Reorder Rooms]]&lt;br /&gt;
* [[Mask Room]]&lt;br /&gt;
* [[Fade Room]]&lt;br /&gt;
* [[Set Rooms Perspective]]&lt;br /&gt;
* [[Comment]]&lt;br /&gt;
}}&lt;br /&gt;
 }}&lt;/div&gt;</summary>
		<author><name>InfectiousStepocity</name></author>
	</entry>
	<entry>
		<id>https://wiki.rhythm.cafe/w/index.php?title=File:SetTheme.png&amp;diff=1382</id>
		<title>File:SetTheme.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.rhythm.cafe/w/index.php?title=File:SetTheme.png&amp;diff=1382"/>
		<updated>2023-01-30T04:30:55Z</updated>

		<summary type="html">&lt;p&gt;InfectiousStepocity: Set Theme event icon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Set Theme event icon&lt;/div&gt;</summary>
		<author><name>InfectiousStepocity</name></author>
	</entry>
	<entry>
		<id>https://wiki.rhythm.cafe/w/index.php?title=Lucia&amp;diff=1362</id>
		<title>Lucia</title>
		<link rel="alternate" type="text/html" href="https://wiki.rhythm.cafe/w/index.php?title=Lucia&amp;diff=1362"/>
		<updated>2023-01-30T03:28:52Z</updated>

		<summary type="html">&lt;p&gt;InfectiousStepocity: Created page. (for RDRTS: team steposymphonia)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Character&lt;br /&gt;
|name=Lucia&lt;br /&gt;
|image=File:Lucia.png&lt;br /&gt;
|quote=&amp;quot;Can you help me with a drawing?&amp;quot;&lt;br /&gt;
|first=[[Art Exercise]]&lt;br /&gt;
|internalname=Lucia&lt;br /&gt;
|fullname=Lucia Moon&lt;br /&gt;
|gender=Female&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Lucia''' is a character appearing in Rhythm Doctor. Lucia makes her first appearance in [[Art Exercise]] and uses both [[Classic Beats]] and [[Squareshots]].&lt;br /&gt;
&lt;br /&gt;
== Appearance ==&lt;br /&gt;
Lucia has brown hair and wears a purple headband, shirt, shoes, and black pants. She also holds a notebook and a green pencil.&lt;br /&gt;
&lt;br /&gt;
== Personality ==&lt;br /&gt;
Lucia has a friendly personality. She enjoys drawing, though she sometimes suffers from writers block. &lt;br /&gt;
&lt;br /&gt;
== Relationships ==&lt;br /&gt;
*Lucia is likely friends with [[Hailey]], as the two draw together in [[Art Exercise]].&lt;br /&gt;
&lt;br /&gt;
== Levels ==&lt;br /&gt;
* [[Art Exercise]]&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
Lucia's full name is derived from rearranging the letters in &amp;quot;Mona Lisa.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lucia.png|''Lucia''&lt;br /&gt;
File:LuciaArtExercise.png|''Lucia as she appears in the in-level art for Art Exercise''&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>InfectiousStepocity</name></author>
	</entry>
	<entry>
		<id>https://wiki.rhythm.cafe/w/index.php?title=File:LuciaArtExercise.png&amp;diff=1361</id>
		<title>File:LuciaArtExercise.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.rhythm.cafe/w/index.php?title=File:LuciaArtExercise.png&amp;diff=1361"/>
		<updated>2023-01-30T03:24:35Z</updated>

		<summary type="html">&lt;p&gt;InfectiousStepocity: Lucia as she appears in the in-level art for Art Exercise.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Lucia as she appears in the in-level art for Art Exercise.&lt;/div&gt;</summary>
		<author><name>InfectiousStepocity</name></author>
	</entry>
	<entry>
		<id>https://wiki.rhythm.cafe/w/index.php?title=File:Lucia.png&amp;diff=1359</id>
		<title>File:Lucia.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.rhythm.cafe/w/index.php?title=File:Lucia.png&amp;diff=1359"/>
		<updated>2023-01-30T03:23:56Z</updated>

		<summary type="html">&lt;p&gt;InfectiousStepocity: A frame from Lucia's neutral animation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
A frame from Lucia's neutral animation.&lt;/div&gt;</summary>
		<author><name>InfectiousStepocity</name></author>
	</entry>
</feed>