Skip to content

Commit

Permalink
7.05 (#81)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
freyamade authored Jul 30, 2024
1 parent fa09e98 commit 20df7c4
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
25 changes: 25 additions & 0 deletions backend/api/management/commands/seed_data/gear/7-dt/7.05.yml
Original file line number Diff line number Diff line change
@@ -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'
11 changes: 11 additions & 0 deletions backend/api/management/commands/seed_data/tiers.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
10 changes: 8 additions & 2 deletions frontend/src/components/modals/changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,21 @@
<div class="card-content content">
<h2 class="has-text-primary subtitle">{{ version }}</h2>
<div class="divider"><i class="material-icons icon">expand_more</i> FFXIV 7.05 Update <i class="material-icons icon">expand_more</i></div>
<p>The newest Tier, <code>AAC Light-heavyweight Tier</code>, has begun!</p>
<p>Please be sure to update your Team to be on this new Tier, and best of luck to everyone with your prog!! :D</p>
<p>
Added the following new types of Gear released in 7.05;
<ul>
<!-- <li>Light-heavy Armour and Accessories - Item Level 710</li> -->
<li>Archeo Kingdom Weapons, Armour, and Accessories - Item Level 710</li>
<li>Quetzalli Weapons, Armour, and Accessories - Item Level 720</li>
<li>Augmented Quetzalli Weapons, Armour, and Accessories - Item Level 730</li>
<li>Dark Horse Champion Armour, and Accessories - Item Level 730</li>
<li>Dark Horse Champion Weapons - Item Level 735</li>
</ul>
</p>

<div class="divider"><i class="material-icons icon">expand_more</i> Fixes &amp; Improvements <i class="material-icons icon">expand_more</i></div>
<p>Moved to new beta version of XIVAPI, should fix XIVGear importing!</p>
<p>Moved to using the beta version of XIVAPI, should fix XIVGear importing!</p>
</div>
</div>
</template>
Expand Down

0 comments on commit 20df7c4

Please sign in to comment.