mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17: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
|
type: link
|
||||||
targets: [Item]
|
targets: [Item]
|
||||||
- name: XPReward
|
- name: XPReward
|
||||||
- name: RecipeMetadataKey
|
- name: Collectability
|
||||||
|
type: link
|
||||||
|
targets: [CollectablesRefine]
|
||||||
- name: GilReward
|
- name: GilReward
|
||||||
- name: Level
|
- name: Level
|
||||||
- name: HighXPMultiplier
|
- name: HighXPMultiplier
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: CollectablesRefine
|
name: CollectablesRefine
|
||||||
fields:
|
fields:
|
||||||
- name: Unknown0
|
- name: CollectabilityLow
|
||||||
- name: Unknown1
|
- name: CollectabilityMid
|
||||||
- name: Unknown2
|
- name: CollectabilityHigh
|
||||||
|
|
|
@ -50,7 +50,7 @@ fields:
|
||||||
2: [HWDCrafterSupply]
|
2: [HWDCrafterSupply]
|
||||||
3: [SatisfactionSupply]
|
3: [SatisfactionSupply]
|
||||||
4: [SharlayanCraftWorksSupply]
|
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: PatchNumber
|
||||||
- name: AmountResult
|
- name: AmountResult
|
||||||
- name: AmountIngredient
|
- name: AmountIngredient
|
||||||
|
|
|
@ -8,7 +8,9 @@ fields:
|
||||||
type: link
|
type: link
|
||||||
targets: [Item]
|
targets: [Item]
|
||||||
- name: XPReward
|
- name: XPReward
|
||||||
- name: RecipeMetadataKey
|
- name: Collectability
|
||||||
|
type: link
|
||||||
|
targets: [CollectablesRefine]
|
||||||
- name: GilReward
|
- name: GilReward
|
||||||
- name: Level
|
- name: Level
|
||||||
- name: HighXPMultiplier
|
- name: HighXPMultiplier
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: CollectablesRefine
|
name: CollectablesRefine
|
||||||
fields:
|
fields:
|
||||||
- name: Unknown0
|
- name: CollectabilityLow
|
||||||
- name: Unknown1
|
- name: CollectabilityMid
|
||||||
- name: Unknown2
|
- name: CollectabilityHigh
|
||||||
|
|
|
@ -50,7 +50,7 @@ fields:
|
||||||
2: [HWDCrafterSupply]
|
2: [HWDCrafterSupply]
|
||||||
3: [SatisfactionSupply]
|
3: [SatisfactionSupply]
|
||||||
4: [SharlayanCraftWorksSupply]
|
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: PatchNumber
|
||||||
- name: AmountResult
|
- name: AmountResult
|
||||||
- name: AmountIngredient
|
- name: AmountIngredient
|
||||||
|
|
|
@ -8,7 +8,9 @@ fields:
|
||||||
type: link
|
type: link
|
||||||
targets: [Item]
|
targets: [Item]
|
||||||
- name: XPReward
|
- name: XPReward
|
||||||
- name: RecipeMetadataKey
|
- name: Collectability
|
||||||
|
type: link
|
||||||
|
targets: [CollectablesRefine]
|
||||||
- name: GilReward
|
- name: GilReward
|
||||||
- name: Level
|
- name: Level
|
||||||
- name: HighXPMultiplier
|
- name: HighXPMultiplier
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: CollectablesRefine
|
name: CollectablesRefine
|
||||||
fields:
|
fields:
|
||||||
- name: Unknown0
|
- name: CollectabilityLow
|
||||||
- name: Unknown1
|
- name: CollectabilityMid
|
||||||
- name: Unknown2
|
- name: CollectabilityHigh
|
||||||
|
|
|
@ -50,7 +50,7 @@ fields:
|
||||||
2: [HWDCrafterSupply]
|
2: [HWDCrafterSupply]
|
||||||
3: [SatisfactionSupply]
|
3: [SatisfactionSupply]
|
||||||
4: [SharlayanCraftWorksSupply]
|
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: PatchNumber
|
||||||
- name: AmountResult
|
- name: AmountResult
|
||||||
- name: AmountIngredient
|
- name: AmountIngredient
|
||||||
|
|
Loading…
Add table
Reference in a new issue