Skip to content

Commit

Permalink
Update for 6.4 Content.
Browse files Browse the repository at this point in the history
  • Loading branch information
Colbydude committed Jun 13, 2023
1 parent 019abb7 commit a47cf24
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ This tool is used for quickly checking a character's main scenario quest and dut

Release Notes
-------------
**June 12th, 2022**
- Update for 6.4 Content.

**January 30th, 2022**
- Update for 6.31 Content.

Expand Down
Binary file added public/img/cards/anabaseios4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/cards/anabaseios4_savage.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/cards/golbez_ex.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/quests/The_Dark_Throne.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 43 additions & 2 deletions resources/js/data/instances.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,42 @@ export default {
{ name: 'The Eighth Circle' },
],
},
{
name: 'Pandæmonium: Anabaseios',
type: 'clear-by-clears',
expansion: 'Endwalker',
image: 'anabaseios4.png',
achievementData: [
{ id: 3248, times: 1 }, // Apotheosis I
{ id: 3249, times: 5 }, // Apotheosis II
{ id: 3250, times: 10 }, // Apotheosis III
],
turnData: [
{ name: 'The Ninth Circle' },
{ name: 'The Tenth Circle' },
{ name: 'The Eleventh Circle' },
{ name: 'The Twelfth Circle' },
],
spoilers: true,
},
{
name: 'Pandæmonium: Anabaseios (Savage)',
type: 'clear-by-clears',
expansion: 'Endwalker',
image: 'anabaseios4_savage.png',
achievementData: [
{ id: 3251, times: 1 }, // Apotheosis Agria I
{ id: 3252, times: 5 }, // Apotheosis Agria II
{ id: 3253, times: 10 }, // Apotheosis Agria III
],
turnData: [
{ name: 'The Ninth Circle' },
{ name: 'The Tenth Circle' },
{ name: 'The Eleventh Circle' },
{ name: 'The Twelfth Circle' },
],
spoilers: true,
},
],
alliance: [
{
Expand Down Expand Up @@ -508,7 +544,6 @@ export default {
expansion: 'Endwalker',
achievement_id: 3161,
image: 'euphrosyne.png',
spoilers: true,
},
],
trials: [
Expand Down Expand Up @@ -756,6 +791,13 @@ export default {
expansion: 'Endwalker',
achievement_id: 3160,
image: 'rubicante_ex.png',
},
{
name: 'The Voidcast Dais', // Shadow's Fall
type: 'single',
expansion: 'Endwalker',
achievement_id: 3246,
image: 'golbez_ex.png',
spoilers: true,
},
],
Expand Down Expand Up @@ -794,7 +836,6 @@ export default {
expansion: 'Endwalker',
achievement_id: 3162,
image: 'The_Omega_Protocol.png',
spoilers: true,
},
],
};
7 changes: 7 additions & 0 deletions resources/js/data/quests.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,13 @@ export default {
expansion: 'Endwalker',
achievement_id: 3157,
image: 'Gods_Revel_Lands_Tremble.png',
},
{
quest: 'The Dark Throne', // You Win or You Dais
level: 90,
expansion: 'Endwalker',
achievement_id: 3244,
image: 'The_Dark_Throne.png',
spoilers: true,
},
],
Expand Down
2 changes: 1 addition & 1 deletion resources/views/progression.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<p class="text-light">
<small>
Tool Last Updated: <a href="https://github.com/Colbydude/XIVProgression" target="_blank">January 30th, 2023</a><br>
Tool Last Updated: <a href="https://github.com/Colbydude/XIVProgression" target="_blank">June 12th, 2023</a><br>
By <a href="https://twitter.com/Colbydude" target="_blank">@Colbydude</a> | <a href="http://na.finalfantasyxiv.com/lodestone/character/2249861/" target="_blank">Enyl Noves</a> of Leviathan
</small>
</p>
Expand Down

0 comments on commit a47cf24

Please sign in to comment.