mirror of
https://github.com/xivapi/ffxiv-datamining.git
synced 2026-07-26 03:49:09 +00:00
6.5
This commit is contained in:
+21
-20
@@ -1,20 +1,21 @@
|
||||
key,0,1
|
||||
#,Name,Region
|
||||
int32,str,byte
|
||||
0,"Unknown",0
|
||||
1,"Elemental",1
|
||||
2,"Gaia",1
|
||||
3,"Mana",1
|
||||
4,"Aether",2
|
||||
5,"Primal",2
|
||||
6,"Chaos",3
|
||||
7,"Light",3
|
||||
8,"Crystal",2
|
||||
9,"Materia",4
|
||||
10,"Meteor",1
|
||||
11,"Dynamis",2
|
||||
99,"Beta",0
|
||||
101,"",5
|
||||
102,"",5
|
||||
103,"",5
|
||||
201,"",6
|
||||
key,0,1,2
|
||||
#,Name,Region,
|
||||
int32,str,byte,bit&01
|
||||
0,"Unknown",0,False
|
||||
1,"Elemental",1,False
|
||||
2,"Gaia",1,False
|
||||
3,"Mana",1,False
|
||||
4,"Aether",2,False
|
||||
5,"Primal",2,False
|
||||
6,"Chaos",3,False
|
||||
7,"Light",3,False
|
||||
8,"Crystal",2,False
|
||||
9,"Materia",4,False
|
||||
10,"Meteor",1,False
|
||||
11,"Dynamis",2,False
|
||||
12,"NA Cloud DC (Beta)",7,True
|
||||
99,"Beta",0,False
|
||||
101,"",5,False
|
||||
102,"",5,False
|
||||
103,"",5,False
|
||||
201,"",6,False
|
||||
|
||||
|
Reference in New Issue
Block a user