Skip to content

Commit

Permalink
feat: update diva pages
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Oct 19, 2024
1 parent e3d7e24 commit d509a50
Show file tree
Hide file tree
Showing 8 changed files with 145 additions and 105 deletions.
4 changes: 2 additions & 2 deletions src/lib/client/modules/frontier/locations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import LocationIconBento from '$lib/client/images/icon/bento.webp';
import LocationIconBerserkRavienteRaid from '$lib/client/images/icon/berserk_raviente_raid.webp';
import LocationIconBlacksmith from '$lib/client/images/icon/blacksmith.webp';
import LocationIconCattleya from '$lib/client/images/icon/cattleya.webp';
import LocationIconDivaFountain from '$lib/client/images/icon/diva_fountain.webp';
import LocationIconPrayerFountain from '$lib/client/images/icon/prayer_fountain.webp';
import LocationIconDivaNote from '$lib/client/images/icon/diva_note.webp';
import LocationIconDivaPrayerGem from '$lib/client/images/icon/diva_prayer_gem.webp';
import LocationIconDiva from '$lib/client/images/icon/diva.webp';
Expand Down Expand Up @@ -54,7 +54,7 @@ export const LocationIcons: { name: string; icon: any }[] = [
{ name: 'Caravan', icon: LocationIconCaravan },
{ name: 'Cattleya', icon: LocationIconCattleya },
{ name: 'Desert', icon: LocationIconDesert },
{ name: 'Diva Fountain', icon: LocationIconDivaFountain },
{ name: 'Prayer Fountain', icon: LocationIconPrayerFountain },
{ name: 'Diva Note', icon: LocationIconDivaNote },
{ name: 'Diva Prayer Gem', icon: LocationIconDivaPrayerGem },
{ name: 'Diva', icon: LocationIconDiva },
Expand Down
6 changes: 3 additions & 3 deletions src/lib/client/modules/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -764,11 +764,11 @@ export const guidesInfo: CategoryInfo[] = [
image: LocationIcons.find((e) => e.name === 'Blacksmith')?.icon,
},
{
name: 'Diva Fountain',
name: 'Prayer Fountain',
description:
'See how to complete the Diva questline in order to earn various rewards.',
link: '/hunter-notes/locations/diva-fountain',
image: LocationIcons.find((e) => e.name === 'Diva Fountain')?.icon,
link: '/hunter-notes/locations/prayer-fountain',
image: LocationIcons.find((e) => e.name === 'Prayer Fountain')?.icon,
},
{
name: 'My House',
Expand Down
8 changes: 4 additions & 4 deletions src/routes/hunter-notes/(docs-full)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@
text: 'Blacksmith',
},
{
id: '/hunter-notes/locations/diva-fountain',
text: 'Diva Fountain',
id: '/hunter-notes/locations/prayer-fountain',
text: 'Prayer Fountain',
},
{
id: '/hunter-notes/locations/my-house',
Expand Down Expand Up @@ -754,8 +754,8 @@
icon: LocationIcons.find((e) => e.name === 'Blacksmith')?.icon,
},
{
id: '/hunter-notes/locations/diva-fountain',
icon: LocationIcons.find((e) => e.name === 'Diva Fountain')?.icon,
id: '/hunter-notes/locations/prayer-fountain',
icon: LocationIcons.find((e) => e.name === 'Prayer Fountain')?.icon,
},
{
id: '/hunter-notes/locations/my-house',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
and it will be available for a certain number of quests based on the
quantity purchased.
</p>
<!-- TODO <CenteredFigure
<CenteredFigure
width={'100%'}
type="file"
src={'https://res.cloudinary.com/mhfz/image/upload/f_auto,q_auto/v1/supplemental/my-mission-s.webp'}
alt="My Mission example"
figcaption="S asking for 2 Velocidromes."
/> -->
src={'https://res.cloudinary.com/mhfz/image/upload/f_auto,q_auto/v1/supplemental/diva-skills-menu.webp'}
alt="Diva Skills Menu"
figcaption="Diva Skills menu, found in Diva Defense -> View, Claim rewards -> GCP Exchange -> Exchange (Skills)."
/>
<p class="spaced-paragraph">
It’s important to note that you can typically queue up only one skill
type at a time. For example, if you purchase 10 uses of <InlineTooltip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1927,10 +1927,15 @@ graph LR
iconType="component"
text="My Mission Tickets"
tooltip="Item"
/>, which are fairly rare, or spend lottery coins. You can find
the skip option with the <strong>Guild Master</strong> from whom you
get SRs and GSRs.
/>, which are fairly rare, or spend lottery coins.
</p>
<CenteredFigure
width={'100%'}
type="file"
src={'https://res.cloudinary.com/mhfz/image/upload/f_auto,q_auto/v1/supplemental/my-mission-tickets.webp'}
alt="My Mission tickets"
figcaption="You can find the skip option with the Guild Master from whom you get SRs and GSRs."
/>
<p class="spaced-paragraph">
Premium days will give you 40 <InlineTooltip
icon={getItemIcon('Ticket')}
Expand Down
Loading

0 comments on commit d509a50

Please sign in to comment.