From 20df7c435d555245003ad3f6d03e152aabe49518 Mon Sep 17 00:00:00 2001 From: freya Date: Tue, 30 Jul 2024 10:28:54 +0200 Subject: [PATCH] 7.05 (#81) * prepping data files for 7,05 * prepped changelog and datafile with placeholders that should be able to just be find-and-replaced on tuesday * updated datasheets with correct names --- .../commands/seed_data/gear/7-dt/7.05.yml | 25 +++++++++++++++++++ .../management/commands/seed_data/tiers.yml | 11 ++++++++ frontend/src/components/modals/changelog.vue | 10 ++++++-- 3 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 backend/api/management/commands/seed_data/gear/7-dt/7.05.yml diff --git a/backend/api/management/commands/seed_data/gear/7-dt/7.05.yml b/backend/api/management/commands/seed_data/gear/7-dt/7.05.yml new file mode 100644 index 00000000..d871b161 --- /dev/null +++ b/backend/api/management/commands/seed_data/gear/7-dt/7.05.yml @@ -0,0 +1,25 @@ +- has_accessories: True + has_armour: True + has_weapon: True + item_level: 710 + name: 'Archeo Kingdom' +- has_accessories: True + has_armour: True + has_weapon: True + item_level: 720 + name: 'Quetzalli' +- has_accessories: True + has_armour: True + has_weapon: True + item_level: 730 + name: 'Augmented Quetzalli' +- has_accessories: True + has_armour: True + has_weapon: False + item_level: 730 + name: 'Dark Horse Champion' +- has_accessories: False + has_armour: False + has_weapon: True + item_level: 735 + name: 'Dark Horse Champion' diff --git a/backend/api/management/commands/seed_data/tiers.yml b/backend/api/management/commands/seed_data/tiers.yml index 38f9f110..0e6b596d 100644 --- a/backend/api/management/commands/seed_data/tiers.yml +++ b/backend/api/management/commands/seed_data/tiers.yml @@ -1,3 +1,14 @@ +# 7.0 +- raid_gear_name: 'Dark Horse Champion' + tome_gear_name: 'Augmented Quetzalli' + max_item_level: 735 + name: 'AAC Light-heavyweight Tier' + fights: + - 'AAC Light-heavyweight M1' + - 'AAC Light-heavyweight M2' + - 'AAC Light-heavyweight M3' + - 'AAC Light-heavyweight M4' + # 6.4 - raid_gear_name: 'Ascension' tome_gear_name: 'Augmented Credendum' diff --git a/frontend/src/components/modals/changelog.vue b/frontend/src/components/modals/changelog.vue index 5222a915..329cdfc1 100644 --- a/frontend/src/components/modals/changelog.vue +++ b/frontend/src/components/modals/changelog.vue @@ -13,15 +13,21 @@

{{ version }}

expand_more FFXIV 7.05 Update expand_more
+

The newest Tier, AAC Light-heavyweight Tier, has begun!

+

Please be sure to update your Team to be on this new Tier, and best of luck to everyone with your prog!! :D

Added the following new types of Gear released in 7.05;

expand_more Fixes & Improvements expand_more
-

Moved to new beta version of XIVAPI, should fix XIVGear importing!

+

Moved to using the beta version of XIVAPI, should fix XIVGear importing!