Skip to content

Commit

Permalink
Changed Intense Power Crystal icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoretsu committed Jan 8, 2024
1 parent 63a7ee0 commit 180d553
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions public/data/items/etc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"id": 4001886,
"name": "Intense Power Crystal",
"description": "A soul crystal left behind by someone with intense power. The crystal is divided equally amongst party members. Has no special function, but you can sell it at a high price to a \r#Collector# who hangs out at the \r#Free Market Entrance#. But remember, the Collector only purchases \r#set quantities during specific time frames#."
}
]
2 changes: 1 addition & 1 deletion src/app/bosses/tracker/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function BossesTracker() {
return (
<main className={styles.main}>
<h1>
<img src="/images/items/intense_power_crystal.png" alt="" width={48} height={56} />
<img src="/images/assets/4001886.png" alt="" width={32} height={38} />
Tracker
</h1>

Expand Down
2 changes: 1 addition & 1 deletion src/app/flames/calculator/components/Body.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client";
import { useCharacters } from "@context/account";
import classes from "@data/classes.json";
import equips from "@data/equips.json";
import equips from "@data/items/equips.json";
import { Equipment, EquipmentType } from "maple-simulator";
import { useMemo, useState } from "react";
import styles from "../styles.module.scss";
Expand Down
2 changes: 1 addition & 1 deletion src/app/flames/calculator/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import CharacterGuard from "@components/CharacterGuard";
import CharacterSelector from "@components/CharacterSelector";
import Footer from "@components/Footer";
import consumables from "@data/consumables.json";
import consumables from "@data/items/consumables.json";
import Body from "./components/Body";
import styles from "./styles.module.scss";

Expand Down

0 comments on commit 180d553

Please sign in to comment.