diff --git a/src/data/common.css b/src/data/common.css index baf0345..2ac04d5 100644 --- a/src/data/common.css +++ b/src/data/common.css @@ -323,6 +323,11 @@ font-size: xx-large; } +.tooltip img { + height: 1em; + padding-right: 0.5em; +} + @keyframes swing { 0%, 100% { transform: rotate(-30deg); } 20% {transform:scale(.95);} diff --git a/src/data/projEntry.tsx b/src/data/projEntry.tsx index 2cc581a..bb15304 100644 --- a/src/data/projEntry.tsx +++ b/src/data/projEntry.tsx @@ -11,17 +11,19 @@ import settings from "game/settings"; import { formatWhole } from "util/bignum"; import { render } from "util/vue"; import { computed, ref, TransitionGroup } from "vue"; -import heart from "../../public/heart.png"; +import heart_small from "../../public/heart_small.png"; import ludwig from "../../public/Ludwig Coots.png"; import maid from "../../public/Maid Coots.png"; import mail from "../../public/Mogul Mail Coots.png"; import money from "../../public/Mogul Money Coots.png"; +import money_small from "../../public/money_small.png"; import coots from "../../public/Normal Coots.png"; import qt from "../../public/QT Coots.png"; import shopGif from "../../public/shop.gif"; import shopStill from "../../public/shop1.png"; import stanz from "../../public/Stanz Coots.png"; import startStream from "../../public/start stream.png"; +import star_small from "../../public/presence_small.png"; import vespa from "../../public/Vespa Coots.png"; import CharacterSlot from "./CharacterSlot.vue"; import "./common.css"; @@ -42,7 +44,8 @@ export const characters: Record = { jsx(() => ( <> Livestream joined: Deal {char.exp >= 6 ? 6 : char.exp >= 3 ? 4 : 2}{" "} - relevancy damage to every character on a stream + + Relevancy damage to every character on a stream )), performAbility(char) { @@ -64,7 +67,8 @@ export const characters: Record = { jsx(() => ( <> Livestream joined: Gain {char.exp >= 6 ? 3 : char.exp >= 3 ? 2 : 1}{" "} - presence for every character on that livestream + + Presence for every character on that livestream )), performAbility(char) { @@ -88,8 +92,12 @@ export const characters: Record = { abilityDescription: char => jsx(() => ( <> - Sold: Gain {char.exp >= 6 ? 3 : char.exp >= 3 ? 2 : 1} mogul - {char.exp >= 3 ? "s" : ""} + Sold: Gain {char.exp >= 6 ? 3 : char.exp >= 3 ? 2 : 1}{" "} + + + Mogul + {char.exp >= 3 ? "s" : ""} + )), performAbility(char) { @@ -107,8 +115,10 @@ export const characters: Record = { abilityDescription: char => jsx(() => ( <> - Level up: Every character gains {char.exp >= 3 ? 2 : 1} relevancy and - presence + Level up: Every character gains {char.exp >= 3 ? 2 : 1}{" "} + + Relevancy and + Presence )), performAbility(char) { @@ -132,7 +142,9 @@ export const characters: Record = { <> Livestream joined: Summon a lv{" "} {char.exp >= 6 ? 3 : char.exp >= 3 ? 2 : 1} Ludwig Coots with this character's - stats. + + Relevancy and + Presence. )), performAbility(char) { @@ -164,7 +176,10 @@ export const characters: Record = { jsx(() => ( <> Livestream ended: Gain {char.exp >= 6 ? 3 : char.exp >= 3 ? 2 : 1}{" "} - relevancy for every character on either livestream with more relevancy. + + Relevancy for every character on either + livestream with more + Relevancy. )), performAbility(char) { @@ -190,8 +205,10 @@ export const characters: Record = { jsx(() => ( <> Stream started: Permanently gain{" "} - {char.exp >= 6 ? 3 : char.exp >= 3 ? 2 : 1} presence if you have 2 or more - moguls. + {char.exp >= 6 ? 3 : char.exp >= 3 ? 2 : 1} + Presence if you have 2 or more + + Moguls. )), performAbility(char) { @@ -211,7 +228,9 @@ export const characters: Record = { jsx(() => ( <> Livestream joined: Set the character that most recently joined the enemy - livestream's presence to 0. This effect does not improve on level up. + livestream's + Presence to 0. This effect does not improve on + level up. )), performAbility(char) {