diff --git a/src/App.vue b/src/App.vue
index 2d58f9d..94fc49f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -65,7 +65,7 @@ const tutorialTabs = createTabFamily({
glowColor(): string {
return tutorialTabs.activeTab.value === this.tab ? "var(--foreground)" : ""
},
- tab: jsx(() =>
In a livestream battle, your goal is to get more views than your opponent. Each team will add their Coots to their livestreams together, one at a time. Abilities will also activate throughout the stream so long as both their stats are above 0.
Each Coots has two stats-
Relevancy and
Presence. The view count is based on the product of those two stats, and then summed between each Coots on the stream. Be careful if either stat becomes 0 or lower, that streamer won't contribute to your view count.
You can press play to perform a single action and see what the next will be, or select autoplay to automatically perform the whole match. If this is your first time playing, I'd suggest leaving autoplay off.
)
+ tab: jsx(() => In a livestream battle, your goal is to get more views than your opponent. Each team will add their Coots to their livestreams together, one at a time. Abilities will also activate throughout the stream so long as both their stats are above 0.
Each Coots has two stats-
Relevancy and
Presence. The view count is based on the product of those two stats, and then summed between each Coots on the stream. Be careful if either stat becomes 0 or lower, that streamer won't contribute to your view count nor activate abilities.
You can press play to perform a single action and see what the next will be, or select autoplay to automatically perform the whole match. If this is your first time playing, I'd suggest leaving autoplay off.
)
}),
multiplayer: () => ({
display: "Multiplayer",