Skip to content

Commit f460851

Browse files
committed
Add attribute and ananke flips
1 parent 016f66e commit f460851

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

components/FlippingHub/FlippingHub.tsx

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import Link from 'next/link'
44
import { Container, Card, Row, Col } from 'react-bootstrap'
5-
import { Pets, Build, Storefront, Agriculture, ShowChart, AutoFixHigh, Help, JoinFull, Volcano, QuestionMark } from '@mui/icons-material'
5+
import { Pets, Build, Storefront, Agriculture, ShowChart, Handyman, Help, JoinFull, Volcano, QuestionMark } from '@mui/icons-material'
66
import Tooltip from '../Tooltip/Tooltip'
77

88
const flipKinds = [
@@ -33,7 +33,7 @@ const flipKinds = [
3333
{
3434
name: 'Bazaar Flips',
3535
path: undefined,
36-
description: <span>Bazaar Flips are all about trading items on the Hypixel Bazaar for profit. Monitor market trends, find arbitrage opportunities, and learn the best flipping tactics for every item. Run <code>/cofl bazaar</code> with our mod to access</span>,
36+
description: <span>Bazaar flips with anit market manipulation, shows you to the items to buy order and flip to sell order accounts for average insta sells and insta buys. Run <code>/cofl bazaar</code> with our mod to access</span>,
3737
icon: <ShowChart fontSize="large" />
3838
},
3939
{
@@ -48,6 +48,18 @@ const flipKinds = [
4848
description: <span>Use the Attribute Fusion Machine on galatea to combine two shards that you got from a buy order and create a sell order for the resulting shard. This flip is currently only available via <code>/cofl fusionflip</code> using our mod</span>,
4949
icon: <JoinFull fontSize="large" />
5050
},
51+
{
52+
name: 'Item Upgrade Flips',
53+
path: undefined,
54+
description: <span>Use the the hex or just manually apply enchantments, Hot potato books etc to an item to make it worth more than it costs. Available via <code>/cofl attributeflip</code> using our mod</span>,
55+
icon: <Handyman fontSize="large" />
56+
},
57+
{
58+
name: 'Ananke Feather Flips',
59+
path: undefined,
60+
description: <span>Find the best items to use Ananke Feather on in RNG-Meters. Shows you the most profitable item to target, how much it costs and how much profit is to be made. Available via <code>/cofl ananke</code> using our mod</span>,
61+
icon: <Handyman fontSize="large" />
62+
},
5163
{
5264
name: 'suggest new',
5365
path: 'https://discord.gg/wvKXfTgCfb',

0 commit comments

Comments
 (0)