1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-07 16:47:45 +00:00

Fix Recipe's Unknown0 position

This commit is contained in:
Flavien Normand 2024-11-12 17:01:49 +01:00 committed by GitHub
parent 98492a99fa
commit 0f47e8f9d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,7 @@ fields:
type: link type: link
targets: [RecipeNotebookList] targets: [RecipeNotebookList]
- name: DisplayPriority - name: DisplayPriority
- name: Unknown0
- name: DifficultyFactor - name: DifficultyFactor
- name: QualityFactor - name: QualityFactor
- name: DurabilityFactor - name: DurabilityFactor
@ -38,7 +39,6 @@ fields:
- name: RequiredControl - name: RequiredControl
- name: QuickSynthCraftsmanship - name: QuickSynthCraftsmanship
- name: QuickSynthControl - name: QuickSynthControl
- name: Unknown0
- name: SecretRecipeBook - name: SecretRecipeBook
type: link type: link
targets: [SecretRecipeBook] targets: [SecretRecipeBook]