mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
22 lines
415 B
YAML
22 lines
415 B
YAML
![]() |
name: LotteryExchangeShop
|
||
|
fields:
|
||
|
- name: Name
|
||
|
- name: LotteryExchangeParams
|
||
|
type: array
|
||
|
count: 32
|
||
|
fields:
|
||
|
- name: AmountAccepted
|
||
|
- name: ItemAccepted
|
||
|
type: link
|
||
|
targets: [Item]
|
||
|
- name: Unknown0
|
||
|
- name: Unknown1
|
||
|
- name: Script
|
||
|
- name: LogMessage
|
||
|
type: array
|
||
|
count: 3
|
||
|
fields:
|
||
|
- type: link
|
||
|
targets: [LogMessage]
|
||
|
- name: Unknown0
|