From d30bde5c4d5edc91148f607a6dbaeed57bb64352 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 21 Jan 2024 22:14:29 -0500 Subject: [PATCH] More Bug Fixes and Tooltip Adjustments --- public/items/fellowPowerItems.json | 4 +-- public/items/intimacyPowerItems.json | 2 +- .../BlessingPower/SpecialItemsCard.vue | 14 +++++++--- .../BlessingPower/StandardItemsCard.vue | 28 +++++++++++-------- .../FellowPower/SpecialItemsCard.vue | 14 +++++++--- .../FellowPower/StandardItemsCard.vue | 14 +++++++--- .../IntimacyPower/SpecialItemsCard.vue | 22 ++++----------- .../IntimacyPower/StandardItemsCard.vue | 14 +++++++--- 8 files changed, 66 insertions(+), 46 deletions(-) diff --git a/public/items/fellowPowerItems.json b/public/items/fellowPowerItems.json index 42167dd..6249a76 100644 --- a/public/items/fellowPowerItems.json +++ b/public/items/fellowPowerItems.json @@ -123,7 +123,7 @@ "maxItemPower": 50000, "rarity": 4, "origin": "Wrestling Championship", - "tooltip": "A champion's belt memorializing the time in the ring. Used ot increase a Fellow's Power by 20,000 to 50,000." + "tooltip": "A champion's belt memorializing the time in the ring. Used to increase a Fellow's Power by 20,000 to 50,000." }, "ed1663c2-aff0-41b4-b5ed-7f86463c1d69": { "iconURL": "", @@ -168,7 +168,7 @@ "maxItemPower": 8000, "rarity": 1, "origin": "Muscle Hustle Gym", - "tooltip": "A pair of little dumbells. Even a b eginner can lift them easily after a little exerciase. Used to increase a Fellow's Power by 3,000 to 8,000." + "tooltip": "A pair of little dumbells. Even a beginner can lift them easily after a little exerciase. Used to increase a Fellow's Power by 3,000 to 8,000." }, "b282b9cb-1802-4563-88a1-e7e267a0bcd4": { "iconURL": "", diff --git a/public/items/intimacyPowerItems.json b/public/items/intimacyPowerItems.json index 45d6431..32c2e8d 100644 --- a/public/items/intimacyPowerItems.json +++ b/public/items/intimacyPowerItems.json @@ -69,7 +69,7 @@ "maxItemPower": 3, "rarity": 1, "origin": "Camping Under the Stars", - "tooltip": "" + "tooltip": "\"The Warrior Star meets the Demon Star again~ Shall their difficult love in past lives be continued?\" Used to increase a Family Member's Intimacy by 1 to 3" }, "b2536feb-7dcb-4cec-93e5-581bc64e693b": { "iconURL": "", diff --git a/src/components/BlessingPower/SpecialItemsCard.vue b/src/components/BlessingPower/SpecialItemsCard.vue index 8f411e7..94d2da9 100644 --- a/src/components/BlessingPower/SpecialItemsCard.vue +++ b/src/components/BlessingPower/SpecialItemsCard.vue @@ -86,10 +86,10 @@ const getColor = computed(() => (rarity: number): string => { :headers="headers" > + + diff --git a/src/components/BlessingPower/StandardItemsCard.vue b/src/components/BlessingPower/StandardItemsCard.vue index e0c0f81..6048dd4 100644 --- a/src/components/BlessingPower/StandardItemsCard.vue +++ b/src/components/BlessingPower/StandardItemsCard.vue @@ -69,20 +69,20 @@ const getColor = computed(() => (rarity: number): string => { > + + diff --git a/src/components/FellowPower/SpecialItemsCard.vue b/src/components/FellowPower/SpecialItemsCard.vue index 6c27fee..7d14515 100644 --- a/src/components/FellowPower/SpecialItemsCard.vue +++ b/src/components/FellowPower/SpecialItemsCard.vue @@ -86,10 +86,10 @@ const getColor = computed(() => (rarity: number): string => { :headers="headers" > + + diff --git a/src/components/FellowPower/StandardItemsCard.vue b/src/components/FellowPower/StandardItemsCard.vue index 68771b0..3105092 100644 --- a/src/components/FellowPower/StandardItemsCard.vue +++ b/src/components/FellowPower/StandardItemsCard.vue @@ -62,10 +62,10 @@ const getColor = computed(() => (rarity: number): string => { :headers="headers" > + + diff --git a/src/components/IntimacyPower/SpecialItemsCard.vue b/src/components/IntimacyPower/SpecialItemsCard.vue index 59fbcc5..7508405 100644 --- a/src/components/IntimacyPower/SpecialItemsCard.vue +++ b/src/components/IntimacyPower/SpecialItemsCard.vue @@ -86,10 +86,10 @@ const getColor = computed(() => (rarity: number): string => { :headers="headers" > diff --git a/src/components/IntimacyPower/StandardItemsCard.vue b/src/components/IntimacyPower/StandardItemsCard.vue index 4b5eb75..be3689d 100644 --- a/src/components/IntimacyPower/StandardItemsCard.vue +++ b/src/components/IntimacyPower/StandardItemsCard.vue @@ -62,10 +62,10 @@ const getColor = computed(() => (rarity: number): string => { :headers="headers" > + +