Skip to content

Commit

Permalink
Hyboria
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinn committed Aug 10, 2024
1 parent fb693d9 commit 0871bfc
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions packages/greenbox-web/src/components/QuestRewards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ const MARTY = [
2721, // hand-carved staff
];

const HYBORIA = [
4041, // pig-iron helm
4042, // pig-iron shinguards
4043, // pig-iron bracers
]

const FUTURE = [
4108, // monstrous monocle
4109, // musty moccasins
Expand Down Expand Up @@ -54,12 +60,17 @@ export default function QuestRewards() {
items={MARTY}
/>
<ItemGridSection
title="Secret from the Future"
title="Hyboria? I don't even..."
icon="itemimages/mem_robe.gif"
items={HYBORIA}
/>
<ItemGridSection
title="Future"
icon="itemimages/futurebox.gif"
items={FUTURE}
/>
<ItemGridSection
title="Reflection of a Map"
title="A Moment of Reflection"
icon="itemimages/revmap.gif"
items={REFLECTION}
/>
Expand Down

0 comments on commit 0871bfc

Please sign in to comment.