Skip to content

Commit

Permalink
added gear for 7.01
Browse files Browse the repository at this point in the history
  • Loading branch information
freyamade committed Jul 16, 2024
1 parent 2b9a884 commit f4bd302
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions backend/api/management/commands/seed_data/gear/7-dt/7.01.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- has_accessories: True
has_armour: True
has_weapon: False
item_level: 710
name: 'Light-heavy'
8 changes: 8 additions & 0 deletions frontend/src/components/modals/changelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
</div>
<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.01 Update <i class="material-icons icon">expand_more</i></div>
<p>
Added the following new types of Gear released in 7.01;
<ul>
<li>Light-heavy Armour and Accessories - Item Level 710</li>
</ul>
</p>

<div class="divider"><i class="material-icons icon">expand_more</i> XIVGear Support <i class="material-icons icon">expand_more</i></div>
<p>You can now also import BIS data from XIVGear.app</p>
<p>If you provide a URL that contains multiple sets, you will be prompted with a popup to select which one to load.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default class XIVGearSheetSetSelection extends Vue {
@Prop()
sheets!: XIVGearSheetSelection[]
importSet(setNum: number) {
importSet(setNum: number): void {
this.doImport(setNum)
this.$emit('close')
}
Expand Down

0 comments on commit f4bd302

Please sign in to comment.