mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-05 23:57:46 +00:00
Add collectability breakpoints
This commit is contained in:
parent
4487a234ba
commit
e4ef569b52
9 changed files with 21 additions and 15 deletions
|
@ -8,7 +8,9 @@ fields:
|
|||
type: link
|
||||
targets: [Item]
|
||||
- name: XPReward
|
||||
- name: RecipeMetadataKey
|
||||
- name: Collectability
|
||||
type: link
|
||||
targets: [CollectablesRefine]
|
||||
- name: GilReward
|
||||
- name: Level
|
||||
- name: HighXPMultiplier
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: CollectablesRefine
|
||||
fields:
|
||||
- name: Unknown0
|
||||
- name: Unknown1
|
||||
- name: Unknown2
|
||||
- name: CollectabilityLow
|
||||
- name: CollectabilityMid
|
||||
- name: CollectabilityHigh
|
||||
|
|
|
@ -50,7 +50,7 @@ fields:
|
|||
2: [HWDCrafterSupply]
|
||||
3: [SatisfactionSupply]
|
||||
4: [SharlayanCraftWorksSupply]
|
||||
# 6: [BankaCraftWorksSupply] (This value correlates to the RecipeMetadataKey of an item, not the row id)
|
||||
6: [CollectablesRefine] # For Wachumeqimeqi (Banka) deliveries
|
||||
- name: PatchNumber
|
||||
- name: AmountResult
|
||||
- name: AmountIngredient
|
||||
|
|
|
@ -8,7 +8,9 @@ fields:
|
|||
type: link
|
||||
targets: [Item]
|
||||
- name: XPReward
|
||||
- name: RecipeMetadataKey
|
||||
- name: Collectability
|
||||
type: link
|
||||
targets: [CollectablesRefine]
|
||||
- name: GilReward
|
||||
- name: Level
|
||||
- name: HighXPMultiplier
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: CollectablesRefine
|
||||
fields:
|
||||
- name: Unknown0
|
||||
- name: Unknown1
|
||||
- name: Unknown2
|
||||
- name: CollectabilityLow
|
||||
- name: CollectabilityMid
|
||||
- name: CollectabilityHigh
|
||||
|
|
|
@ -50,7 +50,7 @@ fields:
|
|||
2: [HWDCrafterSupply]
|
||||
3: [SatisfactionSupply]
|
||||
4: [SharlayanCraftWorksSupply]
|
||||
# 6: [BankaCraftWorksSupply] (This value correlates to the RecipeMetadataKey of an item, not the row id)
|
||||
6: [CollectablesRefine] # For Wachumeqimeqi (Banka) deliveries
|
||||
- name: PatchNumber
|
||||
- name: AmountResult
|
||||
- name: AmountIngredient
|
||||
|
|
|
@ -8,7 +8,9 @@ fields:
|
|||
type: link
|
||||
targets: [Item]
|
||||
- name: XPReward
|
||||
- name: RecipeMetadataKey
|
||||
- name: Collectability
|
||||
type: link
|
||||
targets: [CollectablesRefine]
|
||||
- name: GilReward
|
||||
- name: Level
|
||||
- name: HighXPMultiplier
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: CollectablesRefine
|
||||
fields:
|
||||
- name: Unknown0
|
||||
- name: Unknown1
|
||||
- name: Unknown2
|
||||
- name: CollectabilityLow
|
||||
- name: CollectabilityMid
|
||||
- name: CollectabilityHigh
|
||||
|
|
|
@ -50,7 +50,7 @@ fields:
|
|||
2: [HWDCrafterSupply]
|
||||
3: [SatisfactionSupply]
|
||||
4: [SharlayanCraftWorksSupply]
|
||||
# 6: [BankaCraftWorksSupply] (This value correlates to the RecipeMetadataKey of an item, not the row id)
|
||||
6: [CollectablesRefine] # For Wachumeqimeqi (Banka) deliveries
|
||||
- name: PatchNumber
|
||||
- name: AmountResult
|
||||
- name: AmountIngredient
|
||||
|
|
Loading…
Add table
Reference in a new issue