Final update (with new definitions/fixes) before Patch 5.21

This commit is contained in:
Hezkezl
2020-03-10 00:12:42 -06:00
parent b3ee022d84
commit d219b04830
13 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
key,0,1,2,3,4,5,6,7,8,9,10,11
#,Text,Item,GatheringItemLevel,IsHidden,,FishingRecordType,TerritoryType,GatheringSubCategory,IsInLog,TimeRestricted,WeatherRestricted,
int32,str,Row,GatheringItemLevelConvertTable,byte,bit&01,FishingRecordType,TerritoryType,GatheringSubCategory,uint16,bit&04,bit&08,bit&10
#,Text,Item,GatheringItemLevel,,IsHidden,,FishingRecordType,TerritoryType,GatheringSubCategory,IsInLog,TimeRestricted,WeatherRestricted
int32,str,Row,GatheringItemLevelConvertTable,byte,bit&01,bit&02,FishingRecordType,TerritoryType,GatheringSubCategory,bit&04,bit&08,bit&10
0,"",0,0,0,False,False,0,0,0,True,False,False
1,"This dark green variety of seaweed found in all five of Eorzea's seas has been known to grow up to a malm (1760 yalms) in length.",4776,4,0,False,False,0,128,0,True,False,False
2,"A brown-carapaced freshwater crustacean commonly found in the rivers and lakes of Aldenard. So eager are crayfish to grasp at anything that may happen by, fishers boast that they need not even bait their lines to catch the creatures.",4925,2,0,False,False,2,148,0,True,False,False
1 key 0 1 2 3 4 5 6 7 8 9 10 11
2 # Text Item GatheringItemLevel IsHidden IsHidden FishingRecordType TerritoryType FishingRecordType GatheringSubCategory TerritoryType IsInLog GatheringSubCategory TimeRestricted IsInLog WeatherRestricted TimeRestricted WeatherRestricted
3 int32 str Row GatheringItemLevelConvertTable byte bit&01 FishingRecordType bit&02 TerritoryType FishingRecordType GatheringSubCategory TerritoryType uint16 GatheringSubCategory bit&04 bit&08 bit&10
4 0 0 0 0 False False 0 0 0 True False False
5 1 This dark green variety of seaweed found in all five of Eorzea's seas has been known to grow up to a malm (1760 yalms) in length. 4776 4 0 False False 0 128 0 True False False
6 2 A brown-carapaced freshwater crustacean commonly found in the rivers and lakes of Aldenard. So eager are crayfish to grasp at anything that may happen by, fishers boast that they need not even bait their lines to catch the creatures. 4925 2 0 False False 2 148 0 True False False