updating for new definition changes in SC extraction

This commit is contained in:
Hezkezl
2020-10-04 15:07:07 -06:00
parent d49a73ed97
commit d3fca8a923
7 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
key,0,1,2,3,4,5,6,7,8,9,10,11,12
#,Destination,Location,,,,,,,RankReq,CeruleumTankReq,Duration<min>,DistanceForSurvey,ExpReward
int32,str,str,int16,int16,int16,byte,bit&01,byte,byte,byte,uint16,byte,uint32
#,Destination,Location,,,,Map,,Stars,RankReq,CeruleumTankReq,Duration<min>,DistanceForSurvey,ExpReward
int32,str,str,int16,int16,int16,SubmarineMap,bit&01,byte,byte,byte,uint16,byte,uint32
0,"","",483,927,0,1,True,0,0,0,0,0,0
1,"the Ivory Shoals","Ivory Shoals",640,880,100,1,False,1,1,1,180,10,10610
2,"deep-sea site 1","Site 1",570,750,300,1,False,1,1,1,180,10,10610
1 key 0 1 2 3 4 5 6 7 8 9 10 11 12
2 # Destination Location Map Stars RankReq CeruleumTankReq Duration<min> DistanceForSurvey ExpReward
3 int32 str str int16 int16 int16 byte SubmarineMap bit&01 byte byte byte uint16 byte uint32
4 0 483 927 0 1 True 0 0 0 0 0 0
5 1 the Ivory Shoals Ivory Shoals 640 880 100 1 False 1 1 1 180 10 10610
6 2 deep-sea site 1 Site 1 570 750 300 1 False 1 1 1 180 10 10610