This page provides reference for the fields used to create a Guide on the site.
The following fields provide basic information about the duty.
title | string |
The name of the Duty. Should match what’s in Duty Finder.
Ex. Brayflox’s Longstop
slug | string |
Simplified name of the duty for use in the URL and file name. Use hyphens for spaces and lower case, only characters.
Ex. brayfloxs-longstop
categories | select |
The expansion to which the duty belongs. Used by front-end for categorizing the Guide.
description | text |
Guide’s description (Shows up in Google Search) with name of duty and names of bosses within.
Ex. Read our Guide on the 8 man raid Omega: Deltascape V2.0 (Normal) where you’ll face off against Catastrophe.
image | image |
Upload an image representing the duty. Provide two images, a Primary image (1500px Wide) and Thumbnail (500px Wide).
Ex. of File Path
terms | list string |
Search Terms (Include Nicknames, Name, Bosses, and Difficulty)
Ex. Stormblood, SB, The Sirensong Sea, Lugat, The Governor, Lorelei, Normal
patchNumber | number |
Patch number.
Ex. 4.0
patchName | string |
The name of the patch that it’s from.
Ex. Stormblood, Dreams of Ice
date | datetime |
Date of when guide was created. Leave as the default current date.
Supported Value: Year-Month-Day
Ex. 2018-02-05
difficulty | select |
The difficulty of the duty.
plvl | number |
Player level of the duty.
Ex. 61
ilvl | number |
Minimum item level of the duty.
Ex. 435
order | number |
The concatenation of the player level and item level of the duty. Used for sorting the guide on the home page.
Supported Value: ``
Ex. 61435
orchestrion | list string |
optional |
The name of the orchestrion roll(s) that drop from the duty.
Ex. Primal Judgement
minion | list string |
optional |
The name of the minion(s) that drop from the duty.
Ex. Forgiven Hate
card | list string |
optional |
The name of the card(s) that drop from the duty.
Ex. Seeker of Solitude Card
instanceType | select |
The type of duty.
Ex. trial, dungeon, raid
mtqvid | string custom |
Link connected to the MTQ youtube guide of duty.
Ex. https://youtu.be/tT3-1Yb787w
Each Boss added to a Guide uses the following fields. Sections allowing multiple items within a list, which have their own set of fields are separated by dividers.
bosses | list of object |
title | string |
Name of Boss(s).
Ex. Otake-maru
sequence | list of object |
List of Phases within the boss. For bosses without phases, add all information under “Phase 1”.
Ex. Phase #
phase | number |
The number of the phase.
Ex. 01
alerts | list of string |
Notes about the phase.
Ex. If the boss raises his arm, run out of melee range.
mechanics | list of text |
Main mechanics during that phase.
mechanics | string |
Title of the mechanic.
Ex. Duty Gauge: Mateus’ Aether
notes | list of text |
Notes of specific attacks or mechanics.
Ex. Throughout the fight, circular AoEs will appear at random, dropping boulders from the ceiling - avoid as necessary.
attacks | list of string |
Sequence of attacks that boss uses.
Ex.
Each boss’s attack will use the following fields.
attacks | list of object (Will be at the same hierarchy of Phases, not to be confused with the Attack Sequence defined within each phase.) |
title | string |
Name of the attack.
Ex. 100-tonze Swing
phases | list of number |
The first Phase the attack appears in.
Ex. 02
roles | select multiple |
Which role the attack is directed to.
tags | select multiple |
Which kind/type of attack is being used.
dutyActions | list of string |
Ex. Vril
notes | list of text |
Notes about the attack.
Ex. Throughout the fight, circular AoEs will appear at random, dropping boulders from the ceiling - avoid as necessary.