mirror of
https://github.com/xivapi/ffxiv-datamining.git
synced 2026-07-31 05:59:10 +00:00
5.5 update
I think this is actual 5.5 data, because the MasterpieceSupply stuff in this is removed (which SE did remove from the files in the patch)
This commit is contained in:
+15
-15
@@ -1,15 +1,15 @@
|
||||
key,0,1,2,3
|
||||
#,Name,HideOrder,Icon,Order
|
||||
int32,str,byte,Image,byte
|
||||
0,"",0,0,0
|
||||
1,"All",0,0,0
|
||||
2,"Locales I",0,82022,1
|
||||
3,"Dungeons",0,82024,3
|
||||
4,"Trials",0,82027,4
|
||||
5,"Raids I",0,82025,5
|
||||
6,"Others",0,82029,8
|
||||
7,"Seasonal",1,82030,9
|
||||
8,"Online Store & Bonuses",1,82031,10
|
||||
9,"Locales II",0,82023,2
|
||||
10,"Raids II",0,82026,6
|
||||
11,"Ambient",0,82028,7
|
||||
key,0,1,2,3,4
|
||||
#,Name,HideOrder,Icon,Order,
|
||||
int32,str,byte,Image,byte,bit&01
|
||||
0,"",0,0,0,False
|
||||
1,"All",0,0,0,False
|
||||
2,"Locales I",0,82022,1,False
|
||||
3,"Dungeons",0,82024,3,False
|
||||
4,"Trials",0,82027,4,False
|
||||
5,"Raids I",0,82025,5,False
|
||||
6,"Others",0,82029,8,False
|
||||
7,"Seasonal",1,82030,9,False
|
||||
8,"Online Store & Bonuses",1,82031,10,True
|
||||
9,"Locales II",0,82023,2,False
|
||||
10,"Raids II",0,82026,6,False
|
||||
11,"Ambient",0,82028,7,False
|
||||
|
||||
|
Reference in New Issue
Block a user