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

Update Recipe.yml

This commit is contained in:
Asriel 2025-04-23 19:12:45 -07:00 committed by GitHub
parent fcc5f456ce
commit 91033df77b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,75 @@ fields:
type: link type: link
targets: [RecipeLevelTable] targets: [RecipeLevelTable]
- name: Unknown0 - name: Unknown0
pendingName: MaxAdjustableJobLevel
- name: RecipeNotebookList
type: link
targets: [RecipeNotebookList]
- name: DisplayPriority
- name: DifficultyFactor
- name: QualityFactor
- name: DurabilityFactor
- name: RequiredCraftsmanship
- name: RequiredControl
- name: QuickSynthCraftsmanship
- name: QuickSynthControl
- name: SecretRecipeBook
type: link
targets: [SecretRecipeBook]
- name: CollectableMetadata
type: link
condition:
switch: CollectableMetadataKey
cases:
1: [CollectablesShopRefine]
2: [HWDCrafterSupply]
3: [SatisfactionSupply]
4: [SharlayanCraftWorksSupply]
6: [CollectablesRefine] # For Wachumeqimeqi (Banka) deliveries
- name: PatchNumber
- name: AmountResult
- name: AmountIngredient
type: array
count: 8
- name: MaterialQualityFactor
- name: CollectableMetadataKey
- name: IsSecondary
- name: CanQuickSynth
- name: CanHq
- name: ExpRewarded
- name: Unknown1
- name: IsSpecializationRequired
- name: IsExpert
pendingFields:
- name: RequiredQuality
- name: Quest
type: link
targets: [Quest]
- name: Number
- name: CraftType
type: link
targets: [CraftType]
- name: ItemResult
type: link
targets: [Item]
- name: Ingredient
type: array
count: 8
fields:
- type: link
targets: [Item]
- name: StatusRequired
type: link
targets: [Status]
- name: ItemRequired
type: link
targets: [Item]
- name: RecipeLevelTable
type: link
targets: [RecipeLevelTable]
- name: MaxAdjustableJobLevel
type: link
targets: [GathererCrafterLvAdjustTable]
- name: RecipeNotebookList - name: RecipeNotebookList
type: link type: link
targets: [RecipeNotebookList] targets: [RecipeNotebookList]