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:
parent
fcc5f456ce
commit
91033df77b
1 changed files with 69 additions and 0 deletions
69
Recipe.yml
69
Recipe.yml
|
@ -28,6 +28,75 @@ fields:
|
|||
type: link
|
||||
targets: [RecipeLevelTable]
|
||||
- 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
|
||||
type: link
|
||||
targets: [RecipeNotebookList]
|
||||
|
|
Loading…
Add table
Reference in a new issue