FishParam and Spearfishing file updates

This commit is contained in:
Hezkezl
2019-11-17 09:48:36 -07:00
parent 40dfca751d
commit f96e158541
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
key,0,1,2,3,4,5,6,7,8,9,10
#,Text,Item,GatheringItemLevel,IsHidden,,FishingRecordType,TerritoryType,GatheringSubCategory,IsInLog,TimeRestricted,WeatherRestricted
int32,str,Item,uint16,bit&01,bit&02,FishingRecordType,TerritoryType,GatheringSubCategory,bit&04,bit&08,bit&10
int32,str,Item,GatheringItemLevelConvertTable,bit&01,bit&02,FishingRecordType,TerritoryType,GatheringSubCategory,bit&04,bit&08,bit&10
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,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,False,False,2,148,0,True,False,False
1 key 0 1 2 3 4 5 6 7 8 9 10
2 # Text Item GatheringItemLevel IsHidden FishingRecordType TerritoryType GatheringSubCategory IsInLog TimeRestricted WeatherRestricted
3 int32 str Item uint16 GatheringItemLevelConvertTable bit&01 bit&02 FishingRecordType TerritoryType GatheringSubCategory bit&04 bit&08 bit&10
4 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 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 False False 2 148 0 True False False
+2 -2
View File
@@ -1,6 +1,6 @@
key,0,1,2,3,4,5
#,Description,Item,GatheringItemLevel,,TerritoryType,IsVisible
int32,str,Item,GatheringItemLevelConvertTable,byte,TerritoryType,bit&01
#,Description,Item,GatheringItemLevel,FishingRecordType,TerritoryType,IsVisible
int32,str,Item,GatheringItemLevelConvertTable,FishingRecordType,TerritoryType,bit&01
0,"",0,0,0,0,False
20000,"Those who dare gaze into its swirling whorls risk spiraling into infinite madness. Luckily, few have peered into that void, as an intact specimen of this fragile shell is scarcely to be found.",20144,205,26,613,True
20001,"Despite its name, the shading of this protogynous species is subject to variation as it transitions genders. As a result, some infer that its tenebrous title in fact references the deadly, viscous toxin it secretes.",20145,205,11,613,True
1 key 0 1 2 3 4 5
2 # Description Item GatheringItemLevel FishingRecordType TerritoryType IsVisible
3 int32 str Item GatheringItemLevelConvertTable byte FishingRecordType TerritoryType bit&01
4 0 0 0 0 0 False
5 20000 Those who dare gaze into its swirling whorls risk spiraling into infinite madness. Luckily, few have peered into that void, as an intact specimen of this fragile shell is scarcely to be found. 20144 205 26 613 True
6 20001 Despite its name, the shading of this protogynous species is subject to variation as it transitions genders. As a result, some infer that its tenebrous title in fact references the deadly, viscous toxin it secretes. 20145 205 11 613 True