From e970aa7a26fecfa38041bb1cfa59a1d5f40a0194 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 23 Aug 2024 15:06:37 -0700 Subject: initial groundwork for interactivity via mdx --- src/content/blog/ffxiv-gil-making.mdx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/content/blog/ffxiv-gil-making.mdx (limited to 'src/content') diff --git a/src/content/blog/ffxiv-gil-making.mdx b/src/content/blog/ffxiv-gil-making.mdx new file mode 100644 index 0000000..002ab8c --- /dev/null +++ b/src/content/blog/ffxiv-gil-making.mdx @@ -0,0 +1,19 @@ +--- +title: "FFXIV - Actually Making Gil Without Crafting" +description: "An actually OK guide at how to become a gillionaire without crafting (not just running roulettes and maps)" +pubDate: "2024-08-23" +--- +import '../../styles/ffxiv-gil-making.css' +import FFXIVWorldSelector from '../../components/FFXIVWorldSelector'; +import AnotherComponent from '../../components/AnotherComponent'; + +*Enter the world you play on below to get crowdsourced marketboard prices* + + + + +I've seen a lot of these "making gil without crafting" or "making gil with combat job" guides during my time with the game. +A lot of these videos and guides are fine, but in my opinion they neglect a lot of the late game and niche options that are available to players. + +This post will attempt to be a somewhat comprehensive guide to making gil without having to level any crafting jobs (cause I get it, crafting is not for everyone). + \ No newline at end of file -- cgit v1.2.3